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

Answer Posted / sada

1)invoke application
2)wscript.shell method
3)systemutil.run
4)Browser("name:=cannot find.*".Navigate"URL of the build"

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1351


With what extension you can save the list of tests in a file to run in test batch runner?

571


what is the difference betn QTP 8.0 AND PREVIOUS VERSION

1957


banking domain description for software tester for interview

3469


Which environments are supported by hp qtp?

602






Explain in brief about the quicktest professional (qtp) automation object model?

573


What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?

598


What are the features supported by UFT?

673


Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.

1712


Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com

1420


How to capture a window in QTP?

1530


How many types of actions are there in quicktest professional (qtp)?

539


Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19

1187


What are the differences between table and db checkpoints?

537


Define Canvas view of UFT?

620