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 |
Does WinRunner have recovery mechanism built in?
What is the Winrunner Framework in your organisation?
How do you modify the logical name or the physical description of the objects in gui map?
hi, this is balu. I looking for testing job. I want qtp software . any body have . pls send mail to me dont forget. send a mail to me kool.balu@gmai.com
how to perform regression testing using winrunner?
Where to use the public or private functions in your script?
what is meant by build release note?what it contains?
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
what is wrun.ini file..what it consists?
3 Answers BeBo Technologies, Polaris,
Difference between winrunner and test director?
Besides Record and Replay what else can we do with WinRunner?
What do you mean by S/W Testing Automation Framework? What are different types of automation framework?