If 2 gmail browsers are opened in our system, how to enter
the mail id and password into second browser by using
discriptive program?
Answer Posted / niranjan chandramouli reddy
As the browser with same name is opened later it will be
visible at the top.Hence the index of that browser forms
0.As per the above explanation use the following code:
Browser("index:=0","name:=Gmail").Page
("title:=Gmail").WebEdit("name:=Login").set "hihi"
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to run a test using quicktest professional (qtp)?
What is the use of text output value in quicktest professional (qtp)?
What are the different recording modes and how do they work?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
What is Associate Repository in QTP 9.2 ?
How we can import data from database?
What is the difference between local and shared object repository in qtp?
What is throw Object?
What are the different recording modes?
What is the script for database check point, bitmapchek point, regular expression ?
On what document base Descriptive programming is written if build is not yet ready ?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is the difference between byref and byval in qtp?
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric