which approach u r following while integrating the
modules(top down or bottom up) explain process
For integrating the modules we have three techniques or approaches. Which one we have to follow is depends on the source code availability.
Three techniques are
1.Bing Bang approach
2.Top - Down approach
3.Bottom-Up approach
>Bing bang approach can be choosed when all Units are available without any incompletion in programming.
>Top-Down approach can be choosed when any in completed program at bottom level while integrating the modules. Here integration can be done from top to bottom. and incompleted program can be replaced with "Stub"
>Bottom-Up approach can be choosed when any in completed program at top level. Here integration can be done from bottom to top and the incompleted program can be replaced with "Driver"
Correct me if am wrong.
| Is This Answer Correct ? | 5 Yes | 2 No |
Tell exact difference b/w Smoke and Sanity testing with example?
In which Phase of testing life cycle we prepare test data and test scenario?
what is the exit point for test plan
What is test Data?
can you show me the test cases on registration form
What is the role of a bug tracking system?
What is a testing process / lifecycle?
What kind of testing to be done in client server application and web application? Explain
1) What is the differrence in Test Strategy and Test Approach 2)What is System Integrartion Testing
how do u manage scripts in winrunner when you application is changing frequently?
Which testing is this- opening .mp3 file through IE Option- 1. cross browser testing 2. Negative testing 3. black box testing
what is boudarary value analysis? what is the use of it?