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

Where are test cycle folders created if TSL Script is not saved

1 Answers  


how many options are provided in WR login screen

1 Answers  


I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.

0 Answers  


which method are using to obtain runtime property of an object

1 Answers   Polaris,


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

0 Answers  


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

4 Answers   TCS,


What is the purpose of set_window command?

0 Answers  


Data Driven test functions in WinRunner are Context sensitive functions or Analog functions?

3 Answers   FCG,


How could we Learn the Application Initially for Testing- Need Realtime Explanation? Who will Record the Application?

1 Answers  


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

0 Answers  


How to break infinite loop?

0 Answers  


How are objects set to appropriate class

2 Answers  


Categories