Prepare for your Next Interview
|
Welcome to the Geeks Talk forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
This is a discussion on About the 3rd and 4th type of testing techniques within the Testing Issues forums, part of the Software Testing category; Hi all, I'm a newbie to software testing and planning to do a course on the same. I was going through the testing syllabus content of an institute in india ...
|
|||||||
|
|||
|
About the 3rd and 4th type of testing techniques
Hi all,
I'm a newbie to software testing and planning to do a course on the same. I was going through the testing syllabus content of an institute in india and they say about 4 testing techniquies 1)Black box 2)White box 3)Incremental 4)Thread I went through some testing tutorials and have a rough idea about the first two. Can some one give me an idea about the 3rd and 4th type of testing techniques? Also please help me in finding some good video tutorials which as a beginner in software testing would be helpfull for me in preparation. Thankyou all in advance Geek interview rocks
|
| Sponsored Links |
|
|||
|
Re: About the 3rd and 4th type of testing techniques
Incremental is integration testing.
What is this thread testing, may be they are talking about performance testing. you may ask them self to explain the terms.
__________________
-- Brijesh Jain |
|
|||
|
Re: About the 3rd and 4th type of testing techniques
Hey!as you have already found out, there are 4 testing techniques:
1.blackbox 2.whitebox 3.incremental 4.thread since you have an idea about the first two,i'll skip them and come to the next. Incremental testing:is a method of testing the interfaces between unit tested programmes as well as between system components.it involves adding unit tested programs one by one and testing each result and combination.there are 2 types of incremental testing: 1.top-down:begins testing from the top of the module hierarchy and works down to the bottom.stubs are used to replace low level modules. 2.bottom-up:begins testing from the bottom of the hierarchy and works up to thetop.drivers are used to replace high level modules. Thread testing:is often used during early integration testing.demonstrates key functional capabilities by testing a string of units that accomplish a specific function in the application.thread and incremental testing are usually utilized together.ex:units can undergo incremental testing until enough units are integrated and a single business function is performed,threading through the integrated components. |
|
|||
|
Re: About the 3rd and 4th type of testing techniques
Will you explain thread testing a little bit more?
I mean process+ how we will do it? It's really interested to know about it.
__________________
-- Brijesh Jain |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which type of testing is first carried out | Jenita | Testing Issues | 23 | 02-04-2008 07:51 AM |
| testing techniques are used in manual web testing | sunny_love | Web Testing | 10 | 10-22-2007 03:10 AM |
| Which type of testing you will prepare | Geek_Guest | QTP | 2 | 09-13-2007 09:56 AM |
| While testing an object what type of script is generated? | Geek_Guest | QTP | 0 | 06-20-2007 03:41 AM |
| Optimization Techniques | StephenRaj | ASP.NET | 1 | 11-12-2006 03:19 PM |