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++ )
Answer Posted / 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 |
Post New Answer View All Answers
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
what are the limitations of smart identification in qtp 9.0
What is the use of sendkeys and what are send keys
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How does quicktest professional identifies the object in the application?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
Tell some commonly used Excel VBA functions?
Which functionalities of QTP used in banking project?
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
What is the use of ordinal identifier in qtp?
Explain calling sub procedure.
Differences between quicktest professional (qtp) and winrunner?