Answer Posted / 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 |
Post New Answer View All Answers
What are the factors on which script execution time is dependent?
What are the different ways to invoke an application using QTP?
On what document base Descriptive programming is written if build is not yet ready ?
Should have experience in framework means?
How do you check ticket cost and ticket number in flight application?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
What is the significance of “action 0” in qtp?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
write a script to verify the image path(src property) of the images which are in web pages.
Explain actions in qtp ?
How to creating an output value using quicktest professional (qtp)?
Explain step generator in qtp?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Explain the Different types of QTP test assets and their extensions?
In qtp, how you can remove the spaces from string?