what properties do use to identify a browser and page while
using descriptive programming?
Answers were Sorted based on User's Feedback
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 |
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 |
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
What are the data types in qtp?
How software tester can use constants and variables in scripts?
What is the difference between Keyword Driven test and Data Driven test?
What is the difference between Normal mode and Fast mode ?
what is the hierachy of Descreptive programming?
how to reverse the string without using bultin functions(i.e mean mid,len ,reverse functions)
in process of project exaplnation the defects are says frequently r not?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
In QTP whether is it possible to call a function from one action to another action?
Other than using import sheet statement for importing the data from excel sheet, is there any other method that can be used?
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?