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 we test web based application by using QTP
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is accessibility check point?
How do you connect to database ,What is the script to connect DATA BASE?
what are the challenges do we face while testing webbased applcations using the automation tool QTP or any?
Explain the difference between data driven testing and parameterization ?
if interviewer asked about the framework used for automation how we will handle the question..means what should be the answer..plz help..which framework u r used in our company?
How to get Links count in an web application,without descriptive programming?
How to use library files in QTP? how we can call these files in to script?
what is purpose of automation?
How to retrieve alpha bate from the alphanumeric string with special character.
Among the 4 capture levels, Complete, Partial, Minimal, None. which one is mostly used?