How u will open the build automatically in QTP except using
Systemutil.run command

Answer Posted / nalini

You can open the build automatically by specifying the
build path in Record and Runtime Settings.

Or

use InvokeApplication function.

InvokeApplication "buildpath"

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan

2294


What is an object repository?

830


How to get Traceability matrix from TD?

947


hi guys, pls tell me for testing institution training hub, hitech city is best or not?

1592


How do you create regression test packs?

873


Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya

1646


What do you to script when objects are removed from application?

834


Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly

1499


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

3601


what is keyword driven testing in qtp?n how is it useful?

1696


How do you compare the structure of 2 tables in database and check whether they are similar using qtp.

1708


What are the flaws in water fall model and how to overcome it?

795


Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

1603


HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...

2633


How can I use Call dlls in QTP ?

2053