What are the various versions of QTP that have been
released so far? Please also mention the year of release
for each version
Answers were Sorted based on User's Feedback
Answer / ajreddy
5.5
6.5
7.6
8.0-2000
8.2-2002
9.0-2005
9.2- 2007 starting
9.5 Jan 2008
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / vennela
5.5
6.5
7.6
8.0-2000
8.2-2002
9.0-2005
9.2- 2007 starting
9.5 Jan 2008
10.0
11.0
11.5
11.52 jun 2013
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / harish
5.5
6.5
7.6
8.0-2000
8.2-2002
9.0-2005
9.2- 2007 starting
9.5 Jan 2008
10.0
| Is This Answer Correct ? | 0 Yes | 2 No |
what is framework in QTP? any one give me answer
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
for example one window is there, the window contains how many edit box's i want script? i know the script but that is not exact answer.... The script is like this .......... set a=description.creation() a("Native class")="WinEdit" b=window("Flight Reservation").childobject(a).count msgbox b if u found exact answer please getback to me? raju.ippali@gmail.com 9823257761
What is quicktest professional window?
Should have experience in framework means?
how do i know how to use tools
Can you do more than just capture and playback?
When should u feel that u can stop testing now? The following are few of the common Test Stop criteria:
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
How to Run a Test using QTP?
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
What is descriptive programming?