suppose i opened 6browsers and i want re-open the 4browser
what is code for this..pls help me..
Answers were Sorted based on User's Feedback
Answer / rajendra medepalle
Creation Time for First Browser is 0, second browser:1.....
6th browser:5.
User Creation time:=3 to Open 4th Browser.
Thanks
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / rajender singh
BrowserName = Browser("CreationTime:=3").GetROProperty
("URL")
systemutil.Run BrowserName
| Is This Answer Correct ? | 1 Yes | 0 No |
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
Waht is Test Report , What it consists?
what are the areas that cannot be tested using an automated tool? list a few
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
Tell me one scenario, the complex functionality you have automated in your project?
In project module it contains 3-ok buttons with same properties who qtp identify its objects while runing ??
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
what is mean by soi in object identification
DIFFERENCE BETWEEN WR 8.2 & QTP 8.2? HOW TO INTEGRATE WITH SOME OTHER TOOLS?
I want to scroll down in MSPAINT (captured a screen already). So that I can read the data in it through the step Window(paint).GetVisibleText for my validation. Anyone know the scripting for this?
how to evalute defects in QTP script?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?