i am giving.multiple names like ram,raj,san etc....pls enter & search these names in google pade edit box through script...
i told to interviewer, using Ms excel & test easily..but interviwer not happy with that answer?
Answer Posted / manjunathareddy
SystemUtil.Run "iexplore.exe","www.google.com"
Arr=Array("ram","raj","san")
For i=LBound(Arr) to UBound(Arr)
Browser("name:=Google").Page("title:=Google").WebEdit("name:=q").Set Arr(i)
Browser("name:=Google").Page("title:=Google").WebButton("name:=Google Search","type:=button").Click
Browser("name:=.*").Close
Next
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
banking project description for software tester
What is difference between shared and local object repository?
Have you done batch testing in qtp? If yes how you are doing?
Hi all can any one give me roles and responsibilities for QTP (not WINRUNNER)
how interviews will be on QTP?
How to use checkpoints in qtp ?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
What is expert view in qtp?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
What is qtpro?
How to run a test using quicktest professional?
How to start recording using quicktest professional?
In qtp, how you can use xpath to identify objects?
How do you convert manual test cases to automated test cases?