i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / gade
i need the licence key for QTP V9.5 can anyone help me on
getting this?
my emailid :sneha.gade8@yahoo.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
distinguish between old version and new version QTP features.
What is the Difference between test object and run time object?
What is different command used in command Prompt while using QTP?
How many number of actions possible in qtp?
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
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
What is the parameterization? Give one example?
what is error and fault in terms of software quality?
How software tester can use constants and variables in scripts?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
Explain quicktest professional testing process?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?
what are the issues we will get when there is migration from QTP 8.2 to QTP 10.0? Is there any problem in executing scripts of 8.2 on 10.0?
What is the qtp testing process?
What is the use of running the scripts in Hidden-mode in UFT?