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
What do you mean by checkpoints in qtp?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
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...
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is the difference between the design-time and run-time data tables?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
What is qtpro?
if our qtp vb Script may be Currepted then What we want do?
Difference between test object and run time object?
Explain about the test fusion report of quicktest professional?
Why is Client side image is preferred over server side image?
Explain how you can delete excel file in qtp?
Are Shared ORs read-only?
Is text area check point supports for web applications?