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 meant by "Parameterization technique"?

Answers were Sorted based on User's Feedback



what is meant by "Parameterization technique"?..

Answer / swetha

actually parameterization means replacing the constant
values with parameters, we use this technique to implement
retesting by passing the multiple values in order to check
whether the functionality is working fine or not.

Is This Answer Correct ?    11 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / pavan

Parameterisation is a process in which it is used for replacing the constant values with variables or parameters in order to increase the scope of the test.
It will be done in 3 ways
1. Through Keyword view
2. Through Data driven wizard
3. Manually

In order to Implement the retesting.

Is This Answer Correct ?    1 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / nilanjan saha

Parameterization technique helps us to replace the constant
values with variables(or socalled

parameter) to increse the flexibility of the test.
Suppose for testing purpose of the Login Id and Password
field your Test Case is to "Verify for

alphanumeric values "
So here your Test data should be say
1)id-Nilanjan
Pwd-mercury
2) Nilanjan100
Mercury
3)10000
MERCURY

So manually you can pass the data for 3 time and check,But
in parameterrization concept load all

these 3 set of data in dataTable , QTP automatically fetch
tha data from that DataTable Exacel

sheet one by one those Id & pwd pair.And the run time it
will also show you the Row1,Row2,Row3.

The test will go for 3 iterations and accordingly Test
result will be generated.

Is This Answer Correct ?    1 Yes 0 No

what is meant by "Parameterization technique"?..

Answer / prabhu

Thanks swetha...

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More QTP Interview Questions

What is keyword driven framework, what is "key" in It.

2 Answers   IBM,


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

1 Answers  


Explain the qtp test phases.

0 Answers  


What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?

2 Answers  


please post the interview questions for QA position in FACTSET

0 Answers   FactSet Systems,


Please explain about unicode compatibility in QTP. how we can able to use it. Please help me

1 Answers  


what is the difference between development and testing

1 Answers  


Definationions for keyword view and tree view?

1 Answers  


How do you do batch testing in wr and is it possible to do in qtp, if so explain?

0 Answers  


Please any on explain usage of "on error resume next","On error goto 0" with sample code....Thankyou......... when a tester is asked to execute 100 scripts in a short time..(the server will be down in another 10 min)..how he has to run those scripts?

2 Answers   Datamatics,


How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this

4 Answers  


To retrive the test data which tool vl use and whats basis u vl write test data? its urgent

0 Answers   IBM,


Categories