Answer Posted / mogambo
1. we must know vb script
2.expertisation is required
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
distinguish between old version and new version QTP features.
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
Explain quicktest professional testing process?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
How to find the difference between 2 dates in qtp?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
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
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Explain about business process component? types and usage?
Did QTP prove efficient for your project? Yes or No, explain?
What is the purpose of loading qtp add-ins?
What is the standard timing delay for web based application in qtp?
Why do we use breakpoints in QTP?