ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Automation Testing  >>  QTP
 
 


 

 
 WinRunner interview questions  WinRunner Interview Questions
 Load Runner interview questions  Load Runner Interview Questions
 QTP interview questions  QTP Interview Questions
 Test Director interview questions  Test Director Interview Questions
 Rational TestSuite interview questions  Rational TestSuite Interview Questions
 Silk Test interview questions  Silk Test Interview Questions
 Automation Testing AllOther interview questions  Automation Testing AllOther Interview Questions
Question
What is Active Screen in QTP?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is Active Screen in QTP?
Answer
# 1
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 ?    6 Yes 2 No
Naren
 
  Re: What is Active Screen in QTP?
Answer
# 2
Where the script is generated
 
Is This Answer Correct ?    4 Yes 7 No
Anand
 
 
 
  Re: What is Active Screen in QTP?
Answer
# 3
Naren,ur answer is correct.
 
Is This Answer Correct ?    2 Yes 2 No
Sofia
 
  Re: What is Active Screen in QTP?
Answer
# 4
active screen provides the snapshot of your 
application,what exactly you perform. 



 plz correct if any wrong..
 
Is This Answer Correct ?    5 Yes 2 No
Venkatraj.b
 
  Re: What is Active Screen in QTP?
Answer
# 5
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 ?    6 Yes 1 No
Umasankar
 
  Re: What is Active Screen in QTP?
Answer
# 6
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 ?    1 Yes 2 No
Suneel Reddy
 
  Re: What is Active Screen in QTP?
Answer
# 7
active screen provides the snapshot of your AUT
application,what exactly you perform checkpoints,output 
values you can insert
 
Is This Answer Correct ?    1 Yes 2 No
Rafi Nttf
 
  Re: What is Active Screen in QTP?
Answer
# 8
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 ?    1 Yes 2 No
Guest
 

 
 
 
Other QTP Interview Questions
 
  Question Asked @ Answers
 
What are Error handling other than Recovery scenario manager?  2
How can I generate customized logs in QTP ? Ordain-Solutions1
How do we retrieve the content from a text box in a web page  2
which tpye of exceptions mostly do we face in QTP  1
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP? Symantic-Space1
i want to handle all the unwanted pop up through QTP i done that with recovery scenario but it need some title of pop up but i want that it should handle all the pop up even i don't give the title of that pop up in recovery scenario is there any general way to handle all the pop up please help  3
is qtp 9.2 supported for firefox browser3.0?bcoz when i tried to create scripts with the application run on firefox browser 3.0 then qtp 9.2 didn't ct=reate the scripts?  2
How will u declare a variable to access multiple actions? a)Dim b)Global c)Public d)Private  1
Hi Friends, Can you please answer these questions of QTP Certification? 1.) What are bitmap checkpoints sensitive to? A. Image size and object type B. Object type and image type C. Screen resolution and object type D. Screen resolution and image size 2.)What are the phases in the QuickTest workflow? A. Plan, Record, Enhance, Run B. Prepare, Record, Verify, Run C. Plan, Create, Verify & Enhance D. Prepare, Create, Verify & Enhance, Integrate 3.) What are the two most commonly used ADO objects? A. Fields B. Execute C. Connection, RecordSet D. Open, ConnectionString 4.)What options are available to filter objects in the Target Object Repository pane when merging object repositories? A. Show all objects or Show only objects with conflicting object types B. Show all objects or Show only objects with conflicting descriptions C. Show only objects with conflicting logical names or Show only objects with conflicting object types D. Show only objects with conflicting logical names or Show only objects with conflicting descriptions 5.)Which of the following is an example of a missing resource? A. An object B. Run Results C. A Regular Action D. An External Action 6.)What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value 7.)In VB Script functions, which one is false among the following a. Variables must be declared before use b. Variables may not be declared before use c. Variables may be declared without data types None  1
Explain script generated after applying database check point?  2
How to change the screen name while running the test. TCS3
If enter into interviewer room? how u introduce with him. with shakehand or waht?  2
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome . TCS1
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ? Covansys2
What is keyword driven framework, what is "key" in It. IBM1
How do you start automating/ writing your QTP scripts ? Keane-India-Ltd3
hello...any one tell me , where can i get company email id.. actually i am searching on testing... in my CV i put 3+ exp.. but all companies are asked company email id.. please provide solution for that... thanx in advance... HDFC6
Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If  1
can anyone explain about the Descriptive programming in detail. I mean how to use in the script.  1
what is debugging testing?  4
 
For more QTP Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com