what properties do use to identify a browser and page while
using descriptive programming?

Answers were Sorted based on User's Feedback



what properties do use to identify a browser and page while using descriptive programming?..

Answer / kiran

QTP identifies the browser by name and page by tilte. We
can use index to be on safe side.
Browser("name:=Welcome To.*","index:=0").Page
("title:=Welcome To.*","index:=0").exist

Is This Answer Correct ?    2 Yes 0 No

what properties do use to identify a browser and page while using descriptive programming?..

Answer / vengi

Qtp identifies a browser and page by name and title
properties
For EX:
Window("Name:WelCome To Gmail","Title:WelCome To
gmail").Page("Name:WelCome To Gmail","Title:WelCome To
gmail").Exist

Is This Answer Correct ?    0 Yes 0 No

what properties do use to identify a browser and page while using descriptive programming?..

Answer / srini

micclass property

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How we test web based application by using QTP

0 Answers  


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

0 Answers   TCS,


Are Shared ORs read-only?

0 Answers  


How to capture screen shots when an error occurs?

2 Answers  


requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how

0 Answers   FIS,






HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif

7 Answers   Xavient,


What is the difference between Call to Action and Copy Action.?

2 Answers  


DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN

4 Answers   IGT,


How can we merge two repositories? Can we merge two differnt rep. I mean 1is peraction and other shared

4 Answers   Tavant Technologies,


how to idetfy which test cases are automated?who will deside that plz tell me

0 Answers  


I am testing a Website thelancet and create a description for searching "health" in search edit box.But my description failed on last two lines.Can anybody solve this

1 Answers  


How would you export a script from one pc to another in qtp?

0 Answers  


Categories