Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Active Screen in QTP?

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


Please Help Members By Posting Answers For Below Questions

What do you mean by checkpoints in qtp?

1009


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

1040


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?

4605


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...

2213


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

2104


What is the difference between the design-time and run-time data tables?

1124


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

1975


What is qtpro?

1059


if our qtp vb Script may be Currepted then What we want do?

1916


Difference between test object and run time object?

1012


Explain about the test fusion report of quicktest professional?

949


Why is Client side image is preferred over server side image?

1901


Explain how you can delete excel file in qtp?

1050


Are Shared ORs read-only?

1066


Is text area check point supports for web applications?

976