What is Active Screen in QTP?
Answers were Sorted based on User's Feedback
Answer / naren
In Active Screen window, QTP captures AUT screens and
highlights the object on which we perform action during
recording.
plz correct if any wrong..
| Is This Answer Correct ? | 52 Yes | 4 No |
Answer / 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 |
Answer / venkatraj.b
active screen provides the snapshot of your
application,what exactly you perform.
plz correct if any wrong..
| Is This Answer Correct ? | 26 Yes | 6 No |
Answer / nandankumar
Active screen is an area provided by the Qtp, which holds
snapshots related to each and every recorded script
statements and used for the following:
1.Easily understanding the script.
2.The script can be easily enhancable.
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / sri
Active Screen Should be Enabled Before Recording Session
starts (Insert ->Active screen.
Active Screen Captures the Screen shots of AUT(Application
Under Test )During Recording session. These screen shots can
be seen After recording stopped on the Active screen.
Adding CheckPoints Using Active Screen:
1> Select the Step From Expert View or Keyboard View,
Object On which Action is performed is highlighted.
2> Right click on The Highlighted Object in Active screen.
3> Then Select Checkpoint Type You want to add(Standard CP,
BitMap CP, Text CP).
4>Object Selection Dialog Popsup, Click on Ok.
5>Object Properties Dialog Popsup, Select the required
Properties, Select radio button(Either "Before Current Step"
Or "After Current Step")then Click on Ok.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / suneel reddy
active screen is feature provided by qtp it is used for the
snapshot of each and evry statements the user can
understand the script more easly and enhance the script
easley
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / guest
We can say Active Screen is just a snap shot of screen
recorded while peforming any action.
We can see which object on screen we interacted that is
highlighted.
| Is This Answer Correct ? | 9 Yes | 6 No |
Answer / kartheek
ACTIVE SCREEN IS THE SNAPSHOT OF YOUR APPLICATION
WHAT U PERFORM
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rafi nttf
active screen provides the snapshot of your AUT
application,what exactly you perform checkpoints,output
values you can insert
| Is This Answer Correct ? | 6 Yes | 6 No |
how can we return a value from userdefined function for eg 2 functions in func1 iam getting 2 values(a,b) and storing in var(C). now i want to pass that var(c) to another func2 give me the script
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
What is ‘object spy’ and what is the function of object spy in qtp?
any challange that faced in your project? (please give me some examples in your project?
What is source control?
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
How do you change Logical Name of the object in test script?
What is expert view in qtp?
Explain types of output values?
What all challenges you have faced during automation and how you have resolved it?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible
can we call a test in another test?