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

what is virtual object?

4 Answers   MBT,


how are virtual object configured

1 Answers  


What is T_Exit and T_return?

4 Answers   AZTEC,


Do we need start up file in win runner??if yes then why?and no then why?

1 Answers  


what are the default addin?s provided by WR

2 Answers  






What is the default type of constant TSL supports?

1 Answers  


can u tell da low severity & high priority in Banking projects with Examples

1 Answers   Agile Software,


what is the winrunner framework?

1 Answers   Agile Software, GE,


How winrunner Handles varying window Labels?

2 Answers   FCG,


what are Obligatory and Optional properties in Winrunner? what is the use of those explain in detail..

2 Answers   Kanbay,


How do you determine what to test?

6 Answers  


types of testing? and what is mean bvt and bat ? differ btwn bvt and bat pls can anybody post the answer

4 Answers  


Categories