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 do you know the location Id of an object if you know its index id?

0 Answers  


How to take screenshots in qtp?

2 Answers   Sonata,


describe some problem that u had with automation testing tool?

3 Answers  


what is the data driven testing?

0 Answers  


The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....

1 Answers  






What are accessibility check point and xml check point?

5 Answers   IBM,


we have 5 default properties we want add more Default property in Object Repository how to add the property

2 Answers   Nous,


How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..

2 Answers  


Whether it is possible to test the adobe's controls like zoom, resize, save etc using QTP...If yes, how u can do the same?

1 Answers  


What is chaild object method? When we will go for chaild object method? How to use chaild object method?

2 Answers  


what r the drawbacks and limitations of QTP?

2 Answers   NIIT,


what is the latest version of QTP? Main difference between 9.2 and 10 version

0 Answers  


Categories