what is defination of intergration testing?
Answers were Sorted based on User's Feedback
Answer / rekha
Integration testing tests interfaces between components,
interactions with different parts of a
system, such as the operating system, file system,
hardware, or interfaces between systems.
There are 2 types of integration testing.
1. Component integration testing tests the interactions
between software components and is done after component
testing;
2. System integration testing tests the interactions
between different systems and may be done
after system testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sekhar raju
Integration testing:-
Testing the combined parts of the application to determine
if they function together correctly
| Is This Answer Correct ? | 2 Yes | 1 No |
How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.
how do you do database testing in qtp
Explain roles and responsibilites of 2yrs Automation qtp engineer.
Which scripting language used by QTP?
How to handle "Java Runtime error" popup window in the web application ? Sometimes the application throws the error repeatedly... Is there any browser setting available to disable the error ?
what is the difference between QTP 8.0 & 9.0?
QTP is used better in which type of application Web based application or desktop application
which is the easiest way you can send the QTP test results to Client if he want to see the screenshots when the results are failed?
What is optional step in qtp? How you can add optional step in qtp?
How we can add actions in the test using QTP?
What is object repository in qtp?
Test Life cycle starts IS it Requirments stage or Test Initiation?