What is the latest version in QTP?
Answers were Sorted based on User's Feedback
Answer / sprasanna
latest version of qtp is 9.5 . most of the organisation
using currently qtp 9.2.
| Is This Answer Correct ? | 9 Yes | 7 No |
Answer / munna
Latest Version of QTP is 9.5
But most of the companies are prefering only
QTP 8.2
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / chaitanya
In addition to the above answer, you can also check the
latest version from HP official web site, which is given below:
https://h10078.www1.hp.com/cda/hpms/display/main/hpms_content.jsp?zn=bto&cp=1-11-127-24^1352_4000_0__&jumpid=reg_R1002_UKEN
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ramesh yampalla
THE LATEST VERSION OF QTP IS 11.0 PROVIDED BY HP.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ayappan radhakrishnan (abs gro
Hi, The latest version of QTP is 11.00.
If you are interested to learn QTP refer blogpost about
online QTP training program.
http://qualitypoint.blogspot.in/2010/09/inexpensive-groupbatch-training-program.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mohit tyagi
HI All
Latest Version of Q.T.P is 9.5, but most of the Companies
working on Version 9.0.
| Is This Answer Correct ? | 7 Yes | 6 No |
Answer / deepak
latest version of qtp in 10.0
It has already been released , u can get it's 15days trial
version from HP site
| Is This Answer Correct ? | 1 Yes | 0 No |
write a script for get the following result: username password frm the string1="A=username" string2="B=password"
what is testing process with QTP in organization
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
How do you script a nested loop in QTP? I am showing a snipet of my code. Any suggestions to help me get this to work would be great appreciated! STEP A - Customer Number: No loop - ISBN: Loop STEP B - Customer Number: Loop - ISBN: Nested Loop Here is the code I am using now. I am using i for the loop and j for the nested loop in STEP B of my script. =========================================== 'CREATE AN ADDITIONAL CUSTOMER Dim myNum, RowNum, RowCnt2, val2, total, i DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" RowCnt2 = DataTable.GetRowCount i = 1 DataTable.SetCurrentRow(i) ' Set row to one Do while Not i > RowCnt2 i=i+1 DataTable.SetNextRow MsgBox Datatable.Value("Customer_Num") Msgbox i Msgbox RowCnt2 If Not i > RowCnt2 then val2=datatable.Value("Customer_Num","Global") OracleFormWindow("Sales Order").SelectMenu "File->New" OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Order Information").OracleTextField("Customer Number").Enter val2 End If 'CREATE SECOND ISBN LIST DataTable.ImportSheet "C:\QOE Data - UAT1.xls" ,"Data" ,"Global" Dim j, RowCnt3, val3 RowCnt3 = DataTable.GetRowCount For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) ' datatable.getSheet("DataTable").setNextRow If Trim(DataTable("ISBN",dtGlobalSheet)) = "" Then j = j - 1 Exit For End If Next 'Define ISBN rows If RowCnt3 <> j Then RowCnt3 = j End If 'Loop through ISBN rows For j = 1 To RowCnt3 DataTable.SetCurrentRow(i) val3 = Datatable.Value("ISBN","Global") msgbox j If j = 1 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item").Enter val3 else If j < 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_"&i).Enter val3 else If RowCnt1 => 16 Then OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").InvokeSoftkey "DOWN" OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").SetFocus OracleFormWindow("Sales Order").OracleTabbedRegion("Line Items").OracleTextField("Ordered Item_15").Enter val3 end if end if End If Next 'EXIT APP msgbox i loop Browser("Browser").Page("Oracle Applications 11i").Sync Browser("Browser").Close ========================================== It isn't working correctly in my nested loop in STEP B (for ISBN). Any ideas?? Thanks! SBsteve
i am trying to capture the URL from the open browser and store it. pls give me solution how we can do this in QTP. thanks
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
can we run the scripts of qtp 8.2 in the qtp7.0?
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How do you know the location Id of an object if you know its index id?