Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?
Answer Posted / ns
passing runtime input values with the help of data table or
data source is called parameterization.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is action? How many types of actions are there in qtp?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How you can write contexts to text file in qtp?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What do you to script when objects are removed from application?
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 I use Call dlls in QTP ?
Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...
What are the different types of recording modes in qtp? Which will be used when?
How to explain a banking project in interview as a test engineer???
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
If created one virtual object? Next time I changed the window position will it work?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
how to create flat file datasubmission in qtp
How to recognise the webelement and verifying that webelement is enabled?