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 |
How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....
how do you analyze the properties associated with object
what is the function key to toggle a breakpoint
What is the purpose of regexp_label property and regexp_msw_class property?
Could you anyone share me the path to download the automation tools which are having trial license version?
How can I check the font size and color using winrunner?
What is the use of gui map and what happens when the gui map file get loaded?
How do you run your sciripts in Win Runner?
WinRunner will suppost "Cold Fusion"?
How will u find Automation Test cases and how to find regression test cases?
what is test bed
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??