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 is V Model?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
How do you determine user load for a performance test of a Web application?
what are the different types of SDLC?
37 Answers CybAge, i-Link, IBM, Intel, Middle East Bank, Satyam, TCS, Value Labs, Wipro,
What components will be covered in the web site testing?
why do u go for whitebox testing,when black box testing is available?
What is the diff bet Message box and Dialog box,anybody can answer it.... Thanks in advance
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .
If planned effort and actual effort is same, then how to calculate the effort variance ??
what is traceability matrix ?what is use of that matix ?
what do you mean by Develop test data through sourcing (or) handcrafting techniques
suppose we r executing 10 test cases.let us assume one test case(like 5th test case) failed. then as a test engineer what u will u do?is it app problem or u'r s"?