How u will open the build automatically in QTP except using
Systemutil.run command
Answer Posted / vidyasagar
Dim oShell
Set oShell = CreateObject ("WSCript.shell")
oShell.run "Pathof the file"
Set oShell = Nothing
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
Limitations in QTP?
How software tester can use constants and variables in scripts?
How to remove associated function library?
Difference between test object and run time object?
What is the parameterization? Give one example?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Hi All, How to Compare two strings character by character in QTP
Do you know how to connect database? Can you tell me the procedures?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How QA specialist can identify when programmatic descriptions are useful?