Today only i joined in this site. Can u please tell me
definition of parameterization. and how i can do the
parameterization?
Answer Posted / rahul
See it very simple.Paramerisation is what suppose if we
want chek something for morethan one value then definatly
putting that value as constant doesnt help at all.So there
is only one mean we make them as Parameter and this process
is called parameterization.
4 ways of doing this
1> Data table
2>Random Number
3>Environment
4>Test/Action/Component
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are private functions in QTP? How they can be called from the function library?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
What is contained in the object repository?
Hi All, How to get repeated word in string . Thanks Balaji
Where is the Bitmap checkpoint information stored?
What is a reusable action?
after initiating one project for testing, when exacltly QTP tester role starts?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
What is the file extension of the code file in qtp?
Explain xml checkpoints.
your coming from electrical backgroung..but y ur coming to software side?
What is the use of text output value in quicktest professional (qtp)?
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 is the virtual object?
What is the basic concept of quicktest professional?