What is the latest version of QTP? aster googling i found
it 9.5 . but somewhere in my frnds resume i hve seen 10.0
so i am a bit confused pls let me know.
Answer Posted / suchismita
The Latest Version of QTP is 10.0
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the script for database check point, bitmapchek point, regular expression ?
How to use actions in qtp ?
how can i pass a "cript"as a parameter in to a function
Without using gui map editor we can recognize the application in winrunner ?
What is qtpro? What is quick test pro?
How do we handle run-time errors?
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 test scheduleling?
What is contained in the object repository?
What are the different properties of an web object
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
How will internal and external links be validated and updated? how often?
Does QTP run in any environment?