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 |
what is action in QTP?
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
What are the ordinal identifiers in web page?
Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible
What phases are involved in testing an application in qtp?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
What is TD plugin? For what purpose they are used . Ineed to connect QC9.2 with QTP 9.2 . Need to run some scripts IN QTP having the QC connectivity. Pls explain in detailed step Thanks in advnece
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
Hoe to generate all numbers in between to numbers suppose all numbers in between 1 to 100 using vbscript give me code
How do u connect database through QTP tell me both Ms Access and SQL
Hello Everybody, How to maintain the page state in QTP. My scenario is: 1. I opened a notepad file. 2. Entered some text in the notepad file. 3.And changed the font type and color of the notepad file. And saved that. 4.Now next time when I will open the notepad it is showing the changed font type and color, rather than the default values. Please provide the code. Thanks, Gaytri