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 to Import data from a ".xls" file to Data table during Runtime.
When a requirement is given to u to automate , What is ur basic approach ?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
how to connect qtp to sqlserver?(if any body know about this please send mail to me:sheik_feroz5@yahoo.com)thank u
Does quicktest professional is unicode compatible?
scalability testing comes under in which tool?
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on
Explain in brief about the quicktest professional (qtp) automation object model?
what are the settings to be done to make the recovery scenario created for one test to be used bye all the other tests. please tell me recovery scenario process in detail.
How to capture text from image to word
How to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?