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 |
Where are test cycle folders created if TSL Script is not saved
how many options are provided in WR login screen
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.
which method are using to obtain runtime property of an object
Could you anyone share me the path to download the automation tools which are having trial license version?
How will u find Automation Test cases and how to find regression test cases?
What is the purpose of set_window command?
Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?
How could we Learn the Application Initially for Testing- Need Realtime Explanation? Who will Record the Application?
What is the use of gui map and what happens when the gui map file get loaded?
How to break infinite loop?
How are objects set to appropriate class