What are the various versions of QTP that have been
released so far? Please also mention the year of release
for each version
Answer Posted / 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 |
Post New Answer View All Answers
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
What is the basic concept of quicktest professional (qtp)?
Hi, My name is kishan. I have good Conceptual Knowledge on QTP. In order to Boost up my Confidence Level, I want to do a Project oriented Training only on QTP in Hyderabad. Kindly Let me know which is the Best QTP Project Training Institute in Hyderabad. Thanks in Advance kishan
what is review
Will down time for server and content maintenance/upgrades be allowed? how much?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What are the differences between quicktest professional (qtp) and winrunner?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
I want to do QTP Certification what is the pattern of Question paper.
How you can decide which type of object repository you have to use?
How many add-ins comes by default with quicktest professional (qtp)?
How many types of parameters are available in quicktest professional?
Which functionalities of QTP used in banking project? pls any say answer?