Hi im new in Testing..can any one plz re-write this code
SystemUtil.Run "C:\Program Files\Mozilla
Firefox\firefox.exe","","C:\Program Files\Mozilla
Firefox","open" ----using for loop(for
i=0;i<=10;i++ )
Answers were Sorted based on User's Feedback
Answer / balaji
Your question is not clear anyway based on my perception i
assumed that u r trying to open a firefox web browser for
ten times
Code:-
------
For i=1 to 10
Systemutil.run "Firefox.exe","www.google.com"
Next
We can cahnge the URL whatever we want instead of
www.google.com u can use some other URL
as "www.allinterview.com"
Is This Answer Correct ? | 4 Yes | 0 No |
How to export data present in Datatable to an ".xls" file?
How many types of Test Plans are there...??
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
what are build and version plz explain why nomber changes in build and version?
How to open a new test using quicktest professional (qtp)?
I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
How did you use regular expressions in QTP and also in WR?
How to use the object spy in quicktest professional 8.0 version?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
Differences between text and test area checkpoints?