What is Active Screen in QTP?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you test DLL files using automation Tool QTP?

2738


If the objects hierarchy is changing from build to build, then how you will handle that condition?

621


What is a quick test professional?

634


what QTP Options do you know?

2928


How to save your test using quicktest professional?

537






In Remote acess server how u run a test?

1288


Problem with XML checkpoint in QTP ?

3507


Hi ,Can any one pleas explain how to test splash objects using QTP?

1909


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618


desribe a situation where u faced a stressful situation and how did u cope with it

1412


What is output value? How many types of output values are there in qtp?

580


In the website, the protocol has been changed http: to https what you will do? Tell me your approach?

563


How to capture a window in QTP?

1530


What are the 3 main stages involved in testing with qtp?

561


How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is

6307