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 |
If a webapplication is handed over and you are requested to come out with a test strategy. what are all the key things will you include in test strategy?
HOw to give special characters to password
what is meant by defect tracking system?
what is mutation testing? when it is use in the phase?
How we Check Perfomance testing In Manual? for web application and it is for only web apps or for Client server app's? Plz any body
how does a client server environment affect testing?
WAT IS RTVM?
What are the main key components in web applications and client and server applications?
How do we do Database testing?. How does our knowledge on SQL is useful in Database testing?. Please explain the process if possible.
What is the main purpose of having Equivalence Class Particition & Boundary value analysis in Testing?
6 Answers Tavant Technologies,
If there are Requirements document, we can use traceability matrix to find the test coverage. How to get the test coverage if there are no requirements.
Is Validation Test & Negative Tests have same meaning???Are both same???