What is the current version of QTP?
Answers were Sorted based on User's Feedback
Answer / raju
QTP 9.2 is the Latest Version Most of the Company using
This version it is user friendly.
plz., send me QTP easy script method. how to Learn?
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the use of Debug Viewer?
Write a script to verify font style and color of a windows object using descriptive programming
How to load the object repository at run time?
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
Tell me few important difference Between QTP and WinRunner?
What is the difference in the global and action sheet in qtp?
banking domain description for software tester for interview
suppose there r 10 action in a test i want to execute action 5 to 10 how would i do that
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
what is qtp automation frame work,what is the use of that frame work?
64 Answers Cap Gemini, IBM, iGate, TCS,
What is the difference between byref and byval in qtp?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api