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


Please Help Members By Posting Answers For Below Questions

What is action? How many types of actions are there in qtp?

844


How do you open adobe acrobat file in QTP and do some testing on that file ?

846


How you can write contexts to text file in qtp?

793


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

1827


What do you to script when objects are removed from application?

818


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

3990


How can I use Call dlls in QTP ?

2037


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...

2013


What are the different types of recording modes in qtp? Which will be used when?

796


How to explain a banking project in interview as a test engineer???

2838


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..

1511


If created one virtual object? Next time I changed the window position will it work?

794


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

1652


how to create flat file datasubmission in qtp

2197


How to recognise the webelement and verifying that webelement is enabled?

1888