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 Get data from database(table) to an excel sheet

2 Answers   iGate,


How can withwin runner to make single scripts which supports multiple languages?

0 Answers  


Difference between winrunner and test director?

0 Answers  


which function executes multiple TSL script

4 Answers  


How are objects set to appropriate class

2 Answers  






What is the extension of GUI check points check list file?

3 Answers   FCG,


what happens when the script is executed in verify mode

3 Answers  


write a function for addition of two numbers

1 Answers   Polaris,


How to convert Manual Test script into Automation Test Script?

1 Answers   Mind Tree,


latest version

1 Answers  


How do you clear a gui map files?

0 Answers  


winrunner supports .NET technology or not?

4 Answers  


Categories