How do you invoke a text file from winrunner?
Answers were Sorted based on User's Feedback
Answer / radhesh
If you want to invoke a notepad you can do this in other
ways too.
one is system("Notepad");
One more solution is dos_system("Notepad");
Cheers
Radhesh
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rcp
open_file <filename.exe>
is the best way to open a file
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sunny
hi radesh what you told is nice but i am getting one more
window WRSHELL may i know whay is this pls
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naresh babu
Open text file in read mode
file_open("<filename>", FO_MODE_READ");
Open text file in readwrite mode
file_open("<filename>", FO_MODE_READWRITE");
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh
You can do this using invoke_application function.
Any other ways ?
| Is This Answer Correct ? | 0 Yes | 2 No |
Explain data parameterization in winrunner?
is 'tech' is a Reserved word in WinRunner or not?
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
How many types of tests can u create in winrunner?
What is the process of file parsing in winrunner?
what is data driven framework?
what is the extension for WR files?
Explain WinRunner testing process?
what are the stages of software development life cycle?
5 Answers Agility e-Services, Trigent,
What is keyword driven testing? what is the difference between severity and priority?
which option allows to execute script from a given location
How to check property of specific icon is highlighted or not?