HI ALL I AM WORKING AS A AUTOMATION ENGINEER FROM PAST 2
MONTHS IN QTP,MY QUESTION IS IF I OPEN THE BROWSER FIRST &
THEN THE QTP LATER MY OBJECT SPY WILL NOT WORK,Y IT IS
SO..IF U HAVE THE ANSWER PLZ MAIL ME AT AKSHAR.MYSORE@GMAIL.COM
Answer Posted / vinod
Hi
This is a known bug in QTP
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
hi nani my doubt is how does qtp process metrix related to software process.
How to open a new test using quicktest professional?
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
What is the syntax for how to call one script from another?
What is the default add-ins in qtp?
How to write business scripts using object repository with different scenarios
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
Hi, how can we check or avoid the memory leakage in QTP9.2?
Write a QTP script to enter a keyword in to Google search engine?
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
how to evalute defects in QTP script?
how to post xml data from QTP scripts to any application?