what is tool interface?
Answer / j. sambasivarao
The tool interface is nothing but Object Repository. The
object repositry acts like interface between QTP tool and
AUT (Aplication Under Testing). Whenever you record an
action, corresponding windows and objects are stored in
Object Repository (Tools menu). During that time some
script is going to place in tool. When you tries to excute
the code, the tool first connects with object repository
and then connects to AUT through the objects and windows
that are available in object repository. You cannot really
work without windows or objects that are not available in
OR.
If I am wrong, let me know.
J. Sambasivarao
jampani_sivarao@yahoo.com
9948280248
| Is This Answer Correct ? | 2 Yes | 0 No |
hi nani my doubt is how does qtp process metrix related to software process.
In one of the scripts the pwd in the DT was encripted. Can any one tell me how to I decript or undo the same?
Read excel using qtp descriptive programing
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is the difference between action & script?
Step 3&4 are repeated until an the object in recognised uniquely.
What are the most frequent errors you faced while executing your scripts?
Synchronozation types in QTP
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
How to capture screen shots when an error occurs?