Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what is a file system object in QTP

7 Answers  


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  


Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?

0 Answers   ADP, CTS,


str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer

3 Answers   Ziynx,


What is the extension of script and object repository files in QTP?

9 Answers  


How to capture screenshots of Exceptions/Errors during run- time?

12 Answers   Ordain Solutions,


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

0 Answers   TCS,


Tell me about qtp?

0 Answers  


Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know

0 Answers  


how to open Excel sheet & write in it & save it?

1 Answers   InTech,


What is the difference between functional spec. and Business requirement specification?

5 Answers  


When should I use smart identification?

0 Answers  


Categories