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 |
can we call a test in another test?
What is the use of Regular expression?
anybody give me the real time example for descriptive programming of web application
How many lines of code in each script of QTP?
What are Test case selection criteria for Automation?
what are recovery management techiniques?
types of output value in details.
How to retrieve the data from database?
What is the difference between Call to Action and Copy Action?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
difference between recording methods and recording modes in QTP
What is the advantage of associating a procedure with a test object?