What are the versions of qtp,What are the differences b/n them?
Answer / rajasekhara
QTP has many versions i.e 8.0,8.2,9.0,9.2 .
The differences b/w these are as follows
1. Increase in GUI objects to overcome manual operation.
Spliting actions,movie recording for Normal,analog
operationin 9.2,Drag and drop actions for nesting in 9.2.
| Is This Answer Correct ? | 1 Yes | 1 No |
I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .
Whats the realtime QTP testing process
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What is the difference between property and method?
How to modify object property in qtp ?
how to lunch the application in the qtp tool ?
how can you write a script without using GUI in QTP?
how to test background color and dynamic images during runtime
X=10,Y=20 you need to swap the numbers without using a third variable?
which type of testing process are you following in ur company? how to recognize a qtp page?
If there are some browsers opened and I don't how many browsers are open, Now I want to close all the browsers that I don't know how many are opened. What would be Descriptive programming for this in QTP using VB Script..??? Please send your answers.
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?