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 can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..
Hi, I am new to QTP and vb.script.How to start to write vb.script in QTP? Please give me suggestions?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
Using Object Repository is a advantage or disadvantage?
How can I deploye a 'QTP Runtime environment only'
I have the script like this: Browser("Philips Web Login").Page("Philips CL DMS2 Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. If i want to get that value "DC3701737" in to a variable, how? pls let me know if you didn't get the question. Help me out in this.
what is the test object?
What is the difference between systemUtil and invoke method..?
How can i check elements sorted in dorpdown using qtp..
With help of object repository,we can able to write the descriptive program manually?
can anybody give me the links for vb script material
What are the types of Object Repository’s in QTP?