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 |
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
hi i am unable to do select the flight in the flight table like list_select_item ("Flight",v_Select_Flight); v_Select_Flight=19072 LON 08:00 AM LAX 10:00 AM AF $161.90 why it is happining pls clarify me doubt
What is the procedure for Using Batch tests?And in real time how will use you use batch Tests?Explain with Clear Example?
I am new to testing. Can anyone send a sample test script in which variables are used to automate the flight login page.
how to upload an application in winrunner which we want to test
can any body tell me in detail about ERP domine?
how you execute the function
Please give an example for test case.
how many license keys are there for winrunner in your company?
latest version
Tell me the Script to close winrunner from the script itself..
How to do the "Exception Handling" in Winrunner ..... Give Me detail Practical approach....(Object Exception,TSL exception & Pop - up also).......?