I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / p
I tried the first answer.
Command 1 Running but the Second command is not working.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you create regression test packs?
what is description object?
How to save your test using quicktest professional?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Explain the check points in quicktest professional (qtp)?
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
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
What is test object model in quicktest professional (qtp)?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
give me the code to save all messages of inbox of gmail into a folder and notepad
HI Everybody, I am using QTP 9.2, I have a problem and hope everybody help me solve it. Now I need to use mouse wheel event to zoom in or zoom out in web client, but QTP can't catch this event. I look forward helping of everybody. Thank you very much.
what is meant by source control?
how many maximum number of virtual users we can create?
Have you used xml check point in your project? How?
tell me abt a time when u had to go above &beyind the call of duty to get the job done