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 |
What are the Win Runner tools for functional testing?
Which function in TSL invokes AUT
What are the reasons that WinRunner fails to identify an object on the GUI?
Explain difference between winrunner and test director?
Explain the use of test director software?
how you execute the function
What is the purpose of set_window command?
WinRunner will suppost "Cold Fusion"?
How do you analyze results and report the defects?
What is the purpose of regexp_msw_class property?
What is tsl? What 4gl is it similar too?
How do you handle dynamically changing area of the window in the bitmap checkpoints?