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 |
what is the difference between xmlutil and xmlDOM in qtp?
What are the versions of qtp,What are the differences b/n them?
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?
Where you can store check point results?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
If you are using descriptive programming and you have two objects with the same name, so you are identiying them by name and index, how can you avoid errors if a third object with the same name is added at the begining of the page?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
scalability testing comes under in which tool?
What exactly is the difference among all the three recording modes.
how to create the varibles and how these are connect to qtp? plz tell me
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?