i don't have any experience in qtp? Can u please tell me
What work i have to do?
Answer Posted / riju
Hard Work
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to find operating system information using the qtp script?
What is Unicode Compatibility?
Explain about business process component? types and usage?
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
assume i have few url link how will i dynamically call then using descriptive programming?
Explain how you can find the absolute value of the number in qtp?
What is 'sleep' in sync point?
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
Plz Explain AUTOMATION REFERENCE MODEL?
what is the hierarchy to use properties in descriptive programming
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Explain the difference between call to action and copy action?
In Remote acess server how u run a test?
Explain more about the Test Fusion Report of QTP?
What are the different kinds of test steps?