Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If 2 gmail browsers are opened in our system, how to enter
the mail id and password into second browser by using
discriptive program?

Answers were Sorted based on User's Feedback



If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / manas

hi samrat..

i think the creation time should be 1 not 2.
why because creation Time starts from 0. (Please refer QTP
user manual )

Browser("creationtime:=1","name:=Gmail").Page
("title:=Gmail").WebEdit("name:=Login").set "hihi"

pls rectify me if i'm wrong.

Is This Answer Correct ?    14 Yes 0 No

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / samrat

user creationtime
Browser("creationtime:=2","name:=Gmail").Page
("title:=Gmail").WebEdit("name:=Login").set "hihi"

Is This Answer Correct ?    7 Yes 1 No

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / manjukypa

Hi Samrat,

Pls let me know how to identify the creation time in gmail
web browser?Pls let me know?

Is This Answer Correct ?    1 Yes 1 No

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / 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

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / nag

your qustn is wrong,your question shuld be like this 2 gmail windows in 1 browser
we can use creation time and micclass hare creation time starts with 0 so for 2nd windoe creation time will be 1
with Browser("creation:=o").page("micclass:=0")
.webedit("name:=login").set "abc"
.webedit("name:=passwd").set "1234"
.webbutton("name:=sign in").click
end with

Is This Answer Correct ?    0 Yes 2 No

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / samrat

If the object is not unique...QTP will automatically give
the index of the object if using OR...
Else
Use object collecion of a particular type and the u will
get the index... u cant use getroproperty for index..
try to add that object into OR and u will get to know the
index and use that index prop in ur desc prog ..

correct me if iam wrong...

Is This Answer Correct ?    0 Yes 3 No

If 2 gmail browsers are opened in our system, how to enter the mail id and password into second br..

Answer / nag

sorry der is mistake in my above code
your qustn is wrong,your question shuld be like this 2 gmail windows in 1 browser
we can use creation time and micclass hare creation time starts with 0 so for 2nd windoe creation time will be 1
with Browser("creation:=o").page("micclass:=page")
.webedit("name:=login").set "abc"
.webedit("name:=passwd").set "1234"
.webbutton("name:=sign in").click
end with

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???

1 Answers  


How to use custom checkpoints in QuickTest Professional?

1 Answers   TCS,


How should I check my code( Before going to execute) without executing the script in QTP

1 Answers  


Can anyone explain me about child objects in detail;when they are used and why do we need them ? please give me sample code for this if possible.

1 Answers   Virtusa,


How you are developing the script? Using record and play back or manual?

0 Answers  


Scripts for Ascending order in qtp.

3 Answers  


write the vb script for call to new action in qtp?

0 Answers  


Explain the concept of object repository?

0 Answers  


How to do Batch run in qtp? provide the steps?

5 Answers  


what is the difference between xmlutil and xmlDOM in qtp?

2 Answers  


hi all, I want to know about the QTP scripts, i have read more books but all areis to be a theory so how can i improve my script skills. if anybody knows about qtp scripts plz guide me and i need a sample scripts.my mail id is karthis4u@gmail.com, 9986667831 If you all have any data send it to akadi111@gmail.com

3 Answers  


Define QTP ?

10 Answers   TCS,


Categories