How do you invoke a text file from winrunner?

Answers were Sorted based on User's Feedback



How do you invoke a text file from winrunner?..

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

How do you invoke a text file from winrunner?..

Answer / rcp

open_file <filename.exe>
is the best way to open a file

Is This Answer Correct ?    1 Yes 0 No

How do you invoke a text file from winrunner?..

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

How do you invoke a text file from winrunner?..

Answer / kumar raju

using file_open(path,mode) function in WR

Is This Answer Correct ?    1 Yes 0 No

How do you invoke a text file from winrunner?..

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

How do you invoke a text file from winrunner?..

Answer / suresh

You can do this using invoke_application function.

Any other ways ?

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More WinRunner Interview Questions

How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....

1 Answers   CBE Software,


how do you analyze the properties associated with object

1 Answers  


what is the function key to toggle a breakpoint

1 Answers  


What is the purpose of regexp_label property and regexp_msw_class property?

0 Answers  


Could you anyone share me the path to download the automation tools which are having trial license version?

0 Answers  






How can I check the font size and color using winrunner?

3 Answers  


What is the use of gui map and what happens when the gui map file get loaded?

0 Answers  


How do you run your sciripts in Win Runner?

2 Answers   Logica CMG,


WinRunner will suppost "Cold Fusion"?

1 Answers  


How will u find Automation Test cases and how to find regression test cases?

4 Answers   TCS,


what is test bed

1 Answers   Satyam,


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..??

2 Answers   Accenture,


Categories