what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / agalya ravichandran
In real time projects, we use to call, Frame work as a
folder. This folder contains the components such as ,
Object Repository, logs ,test data,script,result...etc. so
whatever files are created to develop a script are stored
in a separate folder, which is nothing but a framework.
| Is This Answer Correct ? | 17 Yes | 24 No |
Post New Answer View All Answers
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What is the registration process and examination fees?
give me the code to save all messages of inbox of gmail into a folder and notepad
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
write the vb script for call to new action in qtp?
Hi Samrat, Thank u very much, what u said it is right.
What should we say if interviewer asks "What is ur project architecture?".......Can any one help me with clear information.?????????
What is the difference between qtp and selenium?
Are Shared ORs read-only?
What are the differences between quicktest professional and winrunner?
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
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
How can i initiate the objects to find uniquely in OR
Explain how you can delete excel file in qtp?
How to handle dynamic objects in quicktest professional?