How can i open 5 multiple browser at once through QTP VB
script and i want to login with 5 different credentials i
already tried with this code but its entering credentials
only for first browser and am using datatable to
parameterize
Answer Posted / ruby
For i = 1 to 5
SystemUtil.Run "iexplore","www.gmail.com"
Next
For i = 0 to 4
Browser("title:=Google","Creationtime:=" & i).Page("title:=Google").WebEdit("name:=Usname").Set Datatable("Username")
Browser("Title:=Google","Creationtime:=" & i).Page("title:=.*").WebEdit("name:=Pwd").Set Datatable("Password")
Browser("Creationtime:=" & i).Page("title:=.*").WebButton
("name:=Submit").Click
Next
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
write the vb script for call to new action in qtp?
QTP script is not working on other's machine..
What Folder Structure following in Keyword Driven Frame work?
How to change the priorities of the recovery scenario properties?
What are the types of object repositories? Which one is you using?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
How to open a new test using quicktest professional (qtp)?
What is the difference between shared and local object repository?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
Explain about the quicktest professional (qtp) automation object model?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How to test login module with different username and password by using data driven testing in QTP?
How to remove associated function library?
can any one say that where we can download the QTP trail version ??????????
how to convert 100 into hundred repees only and viceversa