4. How u will open the build automatically in QTP except
using Systemutil.run command
Answer Posted / chinna
Hi,
set a=createobject("Wscript.shell")
a.run "Notepad.exe"
or
InvokeApplication "path of the file"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to test Web application using QTP software
What are the advantages of a Hybrid framework?
What is checkpoints for qtp?
Explain types of output values?
Is it possible to change the values of analog recording?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
who QTP recognizes the object stored in object repository?
What is the purpose of loading qtp add-ins?
i can done the project with QTP in that time i can say how many members in my team size?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
What is the difference between per-action and shared?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Is it possible to call from one action to another action in qtp?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.