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!
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 |
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
What id DB Folder? when it will be created and what it consists?
Explain the difference between gui map and gui map files?
what happens when the script is executed in verify mode
How to get the resolution settings?
How do you maintain the document information of the test scripts?
global sheet and external excel sheet how it will work
In WinRunner Compile Module doesn't support checkpoints Why?
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
Can anybody Explain me about the liasing with the developers,and a tester can make a test plan well?plz explain me as soon as possible ,thanx in advance.
how u can connect database without using any wizard in winrunner?
What is Diff. between Pause() ,report_msg() statements?