Answer Posted / nitin sharma
Combining two already tested units ina compaonent and check
the interface between them is integration testing
It's of three types
1.Top-Down:It is integration approach When Main module is
ready and sub module are not ready then we use stubs to test
2.Bottom-Up:It is integration approach in which When main
module is not ready and sub module are ready then we use
drivers to test
3.Big Bang: In this approach all are ready modules we
integrate them nad then test
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
Define Stability, Scalability and reliability with example ?
Which are the standards for software test plans?
If you are handling a product testing and if there are around 100 test cases and in them few test cases are failed then at the end of the day how will you treat whether the product is pass/fail.? consider the failed test cases are in functional requirements.
If there is non reproducible bug which developer is not ready to agree, how you will convince him.
How a test engineer will convince a test lead when he didn't approve the bug as a report ???
What is grey box testing?
Hi, Please can one tell me how to test the usability testing, which method has to be used, how to write the report? Thanks Deepa
how will we change the server system time?
What is agile testing and why is it important?
How can a LOG for testcases be maitained which can give information about a TestCase that is it new one or has been occured in previous versions of the software.
Explain Single View Testing ?
What is split testing?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Unit Testing can be done by using Nunit?