1. How will you load the object during run time?
2. How do you close the Task Manager through QTP?
3. How will you handle the situation when object is not
captured during record?
4. How QTP support all types of applications (Platforms)
5. What is throw object?
6. Purpose of automation as many points as possible
7. What In-string function will do?
8. In website, protocol has been changed http: to https
what you will do? Tell me your Approach?
9. Runtime dynamic settings.
10. Types of exception handling and script for that.
11. On resume next(recovery, do u write the script in
notepad, if so, what is the script and how to call it when
ever it occurs?
________PLs anyone give me the answers for these
questions. Thanks a lot!



1. How will you load the object during run time? 2. How do you close the Task Manager through QT..

Answer / hemakumar.m

7)Answer

Instring will return starting position of searching string
when it occurs in specified sting .otherwise it will return
zero

a="hema kumar"
b="kumar"
c=InStr(a,b)
msgbox c

c value is 6

Go through qtp help for learning more important
functions.Type required function in index tab in qtp help.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More WinRunner Interview Questions

how we will create the functions and calls that functions in the main test in winrunner

2 Answers  


what is the procedure do u follow for writing the test scripts

1 Answers   Agile Software,


What is Configuration Management?

2 Answers   Patni,


list out the some of the exceptions list usually occur while recording and playing the script.

1 Answers  


how do you use DLLs in winnrunner?

1 Answers  






how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"

2 Answers  


WinRunner will suppost "Cold Fusion"?

1 Answers  


what is the difference between copy and call?

1 Answers  


What are all the parameters used in Winrunner? What is actual parameter and formal parameter?

2 Answers  


is there any winrunner function which will allow me to send my user defined message to the test result window. i mean to say is there something similar to msgbox(that we use in qtp)in wr? the wr function i want to know is other then report_msg and tl_step.

2 Answers  


what is the purpose of '*', '&','.' symbols in Regular Expressions (winrunner)?

1 Answers  


What string of characters,when printed out to a text file,will create a new line in the text file?

1 Answers   FCG,


Categories