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

The GUI MAp Editor or Rapid Fire test are not learning the GUI of any window or any object..The pointer conevrts to hand and everthing hangs till i don't press Ctrl+Alt+Del. Help me!!!

1 Answers  


What are the two modes of recording?

0 Answers  


where does WR records the information about objects in AUT?

1 Answers  


what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)

0 Answers  


For What are the browsers that WinRunner can Compatible? (I want Versions Like IE5.0 etc;)

3 Answers  






Besides Record and Replay what else can we do with WinRunner?

1 Answers  


How to connect TestDirector from winrunner tool?

2 Answers   STG,


If the object does not have a name then what will be the logical name?

1 Answers  


what is qtp licence

0 Answers  


What is the purpose of gui spy?

0 Answers  


What are the reasons Winrunner fails to identify an object in the GUI?

3 Answers   Bristle Cone, Logica CMG,


Have you performed debugging of the scripts?

1 Answers  


Categories