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

tell me QTP standards ?plz

0 Answers   Kanbay,


What are the factors on which script execution time is dependent?

0 Answers  


How is a Step generator used in UFT?

0 Answers  


What is throw object?

1 Answers  


How to Parameterize Object repository in QTP?

1 Answers  






Object Repositories types, which & when to use?

3 Answers   Crea,


how do u handle an object without name using QTP 9.2?

0 Answers   CTS,


During execution, how can we capture the data from the pop- up, ie. when any popup comes with some numbers written on it, then how can we capture the value/number that is coming on the pop-up and save in the dynamic file/or other file, even when the run is going on.

2 Answers   Wipro,


Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc

6 Answers   Keane India Ltd,


what are the functions availabla in QTP? what are the data types in QTP?

2 Answers   Spry Technologies,


what is the difference between window command and dialog command

1 Answers  


How can you exit from an action?

0 Answers  


Categories