How to write integration test cases? And as a black box
tester do we write integrated test cases and how?
Answer / v5
Integration testing is done when integrating one unit
(module) with another, so the test case includes the
functionalities of both the modules, and in case if there
is any data dependancy, that should be involved as well.
Yes, a black box tester writes integrated tes cses to check
the functionality of the integrated module.
| Is This Answer Correct ? | 5 Yes | 2 No |
What should be tested when Unit Testing is conducted?
The company is developing a new piece of software. The application allows a computer user to use the print option of any existing application to save the output into an HTML file instead of printing. -Based on the scenario above, which test methods do you use to make certain that the new software will work properly with existing applications?
How does u integrate the modules before performing Integration Testing?
What is the difference between Product tester and Software Tester?Is there any difference?
I am doing manual testing for one website application. already i had prepared test case report,bug tracking report. now i need to perform functional testing of the application and prepare function test report. so can u send one model of the functional test report to me.. it is very helpful to me. my id is sunaruna84@gmail.com
how do u define quality of software?
hi, How would you define the QA and QC?
Name the Documents which are send to client once testing is completed?
What is contained in CRS,SRS and FS ?
what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?
How many maximum tables we can join by using SQL JOIN??
What are the different types of joins