how to invoke the web application through script in qtp

Answer Posted / widewaythink

If you are using Windows 7, Use this command to open the
application through QTP:

Systemutil.Run "C:\Program Files\xx....\flight3a.exe"

You can record and run the application without any crash error.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain building blocks of the bpt framework ?

549


Have you used xml check point in your project?

544


What are the automation metrice in your project?

1705


what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana

1447


how interviews will be on QTP?

1512






How to give a call to another action from one action?

616


How many lines of code in each script of QTP?

4026


What is the short cut keys for the following?

632


Explain how to use QTP to check broken links on a page?

573


Differences between text and test area checkpoints?

565


What are metrics and matrix?

1356


Explain hybrid framework with advantages and disadvantages?

538


www.icici.com ,after this.. home page wll came, in this page what r the items we r going to test for manual and what are items we r going to test for QTP... explian clearly with example

1720


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1335


How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.

1796