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

In the Object properties MSW id,MSWclass will appear..what exactly MSW means..?

2 Answers  


How many recording modes are provided by WR?

1 Answers  


i'm using WR 8.2 version to test a form developed using ORACLE10g. The problem i'm facing is, the form has number of edit objects in that only two objects are not able to recognize by WR while running the script. ( if i FIND that object in the GUI File it highlights the object but if i press SHOW button not able to recognize) can anyone tell me the reason for it??

2 Answers  


What actually happens when you load GUI map?

0 Answers  


Using the WinRunner Tool What that Regular Expression Scripts

5 Answers   CTS,






winrunner supports .NET technology or not?

4 Answers  


What is the difference bitween Client/Server Applications and Web Applicaions?

5 Answers   iSoft, Patni,


Have you performed debugging of the scripts?

1 Answers  


how many types of run modes are there in Winrunner

2 Answers   SAP Labs,


How can you do debugging in winrunner?

2 Answers   Logica CMG,


Which is the default Record Method for Static Text Object?

8 Answers   Accenture,


What is synchronization? what is the purpose of wait() function? what is the diff. between wait() and other synchronization functions in winrunner?

8 Answers   Infeneon Technologies,


Categories