WHAT IS PARAMITARIZATION?

Answers were Sorted based on User's Feedback



WHAT IS PARAMITARIZATION?..

Answer / vidjaya

Parametrization is nothing but enhancing our test cases by
feeding multiple sets of data / input values from the Data
Table.

Is This Answer Correct ?    6 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / sreenivasa rao b

In my view, Parameteraization means, passing the values
from DataTable to Test Code.

Is This Answer Correct ?    4 Yes 1 No

WHAT IS PARAMITARIZATION?..

Answer / ramu

Hi,

Manually, if we want to test a particular
functionality...we need to submit different input values
repeatedly

In the same way,

In Automation..same thing can be done by using the concept
parameterization with the help of Excel file(which contains
user inputs

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / venu

In one sentence I can say:
"Parameterization is to replace a hard coded value with the
required value/variable."

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / sateesh

Parametrisation means,excuting the same functionality with
different sets of data.

In Qtp we ars using,
Excel sheet
Data Table.

Is This Answer Correct ?    2 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / g.v.prakash

In my view,To run different validations to a perticular
functionality and check that result.


regards
prakash.

Is This Answer Correct ?    1 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / satya

Hi,

Paramitarization is nothing but assigning values to a
variable.. in winrunner we user ddt_set function ...

Regards,
Satya.k

Is This Answer Correct ?    0 Yes 0 No

WHAT IS PARAMITARIZATION?..

Answer / lakshman rao

In my point view, paramitarization means passing the values
from one test to other test

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

examples of user definied functions? how to write user defined functions in qtp9.2?

3 Answers   IBM,


I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next

3 Answers  


What is a recovery scenario?

0 Answers  


Explain how you can delete excel file in qtp?

0 Answers  


What is the disadvantage of smart identification?

3 Answers   Infosys, Sony,






Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?

0 Answers  


Shared Object Repository is preferable while dealing with dynamic objects ok? descriptive prog also same? ok but why descriptive?(only for w/o application)

2 Answers   IBM,


what are the qtp tester responsibilities?

3 Answers  


how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?

2 Answers  


Can we continue functionality testing without framework?

4 Answers  


what are the frame work models of qtp?which frame work you follow in your company?and explain it process?

0 Answers   Covansys,


what is exact difference between smoke and sanity testing?

6 Answers   Satyam,


Categories