what is qtp automation framework, what is the purpose of the
framework and which folders included in this framework pls
tell me with brief description
Answers were Sorted based on User's Feedback
Answer / bhargavi
QTP Automation frame work is a process of doing automation.
here you need to create some folders and that is called
folder structure. the structure is as below
create an automation folder in one of the drives. and then
create the below folders in that.
Data,Library,scripts,recovery,results
we just store the input data in excel sheet and save it in
Data folder.
and the scripts in scripts folder
user defined functions in library folder
if u have an recoveries just save the .qrs files in
recovery folder
and if u want to store the results just export it to HTML
file and store it into results folder
thats all
for further queries please feeel free to ask
thanks
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / raju
hi Bhargavi,
Could you please elaborate about frame work I want more
details the same. what are the simulator and drive files.
what is the need of creating the drive and simulator files.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to test menu options using qtp
Can any one please list me out the shortcut keys for some functionalities in the QTP .. for example ..to record...to run...etc
Can we record using all the modes in a single script? Explanation with example is appreciated
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
difference between multiple parameterization and data driven wizard in QTP?
what are the limitations of smart identification in qtp 9.0
In a web page, one web table is present which is dynamic. In that table one of the column has links with the same inner text. write a script so that i need to click the third link.
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
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 are SetToProperty, SetROProperty,GetToproperty scripting?
How can we make a shared object repository in QTP 9?
3 Answers Kanbay, Ordain Solutions,
hi in QTP 8.2 in the edit box has text like "raju want married" . i want to check "want" is their in the text or not ?