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



Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mo..

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

Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mo..

Answer / sujith

Yes this is what i asked


For i=1 to 10

MsgBox("Thanks")

Next

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How to export data present in Datatable to an ".xls" file?

2 Answers  


How many types of Test Plans are there...??

5 Answers  


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 ?

0 Answers  


what are build and version plz explain why nomber changes in build and version?

3 Answers  


How to open a new test using quicktest professional (qtp)?

0 Answers  


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

2 Answers  


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?

0 Answers  


How did you use regular expressions in QTP and also in WR?

0 Answers  


How to use the object spy in quicktest professional 8.0 version?

0 Answers  


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?

0 Answers  


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"

6 Answers   Ness Technologies,


Differences between text and test area checkpoints?

0 Answers  


Categories