Answer Posted / umasankar
The Active Screen provides a snapshot of your application
as it appeared when you performed the corresponding step
during a recording session. An Active Screen can be
captured for every step you record. Additionally, depending
on the Active Screen capture options that you used while
recording, the page displayed in the Active Screen can
contain detailed property information on each object
displayed on the page.
The Active Screen enables you to parameterize object values
and insert checkpoints, methods, and output values for
almost any object in the page after you finish your
recording session, even if your application is not
available or you do not have a step in your test
corresponding to the selected object
| Is This Answer Correct ? | 50 Yes | 5 No |
Post New Answer View All Answers
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How does qtp identify gui object?
what function you write to do database testing with the help of qtp?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
what testplan contents and what test strategy contents,what is the diff b/w them
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 are the factors on which script execution time is dependent?
What is accessibility check point?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
what is supply chain management?
What is the parameterization?
How many types of Automation frameworks are there in UFT? Describe them.
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...