How to execute the WR Script through QTP?
I have WinRunner script with initialization script, common
scripts, GUI AND functions. I connected WR through QTP
with "call to WinRunner" option but I am getting problem
after connecting to WinRunner i.e. showing "Do you want to
quit now" with 'yes' and 'No' message box



How to execute the WR Script through QTP? I have WinRunner script with initialization script, comm..

Answer / Manju

To execute a WinRunner (WR) script through QuickTest Professional (QTP), you can follow these steps:

1. Ensure that the QTP environment is properly set up and connected to the WinRunner script.
2. In your VBScript code, use the `calltoWinRunner` function as shown below:
```vbnet
CalltoWinRunner "Your_WR_Script.wrs"
```
3. If you are encountering a 'Do you want to quit now' message box, it might be due to an issue with the script or environment setup. Review your WinRunner scripts and ensure that they don't contain any errors causing unwanted behavior.
4. Check if there are any compatibility issues between the versions of QTP and WinRunner. Make sure that both tools are compatible before proceeding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

How do we run a test from the 3rd row of the datatable in QTP? Leaving the first two rows we need to test AUT from 3rd row to n'th row.

3 Answers   Virtusa,


how can you write a script without using GUI in QTP?

5 Answers   Ordain Solutions,


Hai Friends this is Rajesh , Is there any Site or Blog that Video tutorials of Qtp that can be free downloadable to Pc. Friends if any body know that site or blog please send me because i'm really in need for that because i cannot affordMoney in learning Course in Institutes due to Financial Problem . So please Forward that Site or Blog which provides Downloadable Video Tutorials in Free to PC , As My Friend is having PC thru that I'm planning to learn. So Kindly help me Friends if you are aware of that Site/Blog

2 Answers  


Hi i have a webtable which is having 7 columns and 6 rows of data in that table of 4th and 5 th column each row is partiotioned into 3 sub rows i want to verify in each partitioned rows of corresponding row for ex values will be like this 0 / 1 ,26/28.if it is 0/1 i want to skip only if any num/num greater than 1 i want to click.

1 Answers  


Are You using any frame work? What is that? Explain about that.

4 Answers   Wipro,


whaht is the difference between CLASS & OBJECT?

3 Answers   Accenture,


what are the metrics in general we use in testing

1 Answers   Tanla Solutions,


IS standard check point is very important than the other check points in QTP? If so why?

4 Answers  


Diff b/w WEB TESTING AND Client server testing?

3 Answers   Ordain Solutions,


Inserting a Call to Action is not importing all columns in Datatable of globalsheet. Why?

1 Answers   Crea,


Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value

2 Answers  


What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


Categories