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 |
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
Use of Multiple Actions in QTP?
Explain the difference between smart identification and object identification withn clear example. please it is very urgent
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Tell me the QTP Advantages and Disadvatages ?
How to add multiple values in rows, under a single column of a run time datatable?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
What is meant by Environmental variables?2 types r there know…can u pls explain clearly?
How to analyzing test results using quicktest professional (qtp)?
datatable.Import("E:\Programming Samples\QTP Samples\OrderNumbers.xls") Asume we have 4 records in datatable Code reads the 4 rows in the sheet ok, but does it 5 times? It doesn't sound like closing the datasheet is the problem Can we close the datasheet runtime ?
What are the types of Object Repositories in QTP?
What is the difference between client server application and web based application?