what is the difference between invoke application and
system.util.run

Answer Posted / nath .t

When you specify an application to open using the Record
and Run Settings dialog box, QuickTest does not add a
SystemUtil.Run statement to your test.

The InvokeApplication method can open only executable files
and is used primarily for backward compatibility.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company

1426


Is QTP supports Unix. If yes, then how the test automation is done?

1723


Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.

3006


what is stepin & stepout?

1420


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

1344






What is the use of Debug Viewer?

1485


1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

1672


What is qtpro?

595


How to use the object spy in quicktest professional 8.0 version?

542


Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

1621


There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code

1212


Explain how you can find the absolute value of the number in qtp?

645


What is the difference between the keyword view and expert view?

526


when will you do debug your script? and explain that process?

1451


What are the differences between table and db checkpoints?

533