what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / mohan
automation frame work is set of process followed 2 executte
set of testscripts successfully without any manual
interuption
| Is This Answer Correct ? | 7 Yes | 16 No |
Post New Answer View All Answers
Are Shared ORs read-only?
How you know that a test case is a regression test case
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
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
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
Can any body please tell me the steps of keyword driven framework of QTP.
What is the difference between per-action and shared?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
How do we analyze the checkpoint results?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
I want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
What is object repository in qtp?
What are the ordinal identifiers in web page?
How to test the login page in different ways in automation testing and i need code?