GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Testing  >  Common

 Print  |  
Question:  Test Case using manual Parametrization

Answer: Give an example of Test Case using manual Parametrization. Explain one scenario


December 12, 2008 05:34:19 #2
 fenila   Member Since: December 2008    Total Comments: 1 

RE: Test Case using manual Parametrization
 
The process of testing single fuctionality with multiple sets of data is said as paremeterisation.

A simple example can be login 

To test login functionality, the list of data can be exhaustive.
But for manual parameterization, some sets could be selected, such as few valid / invalid data etc

Eg:
Valid data:
Test login functionality of Gmail, with ur Gmail Id
Invalid data:
Test login functionality of Gmail, with ur Yahoo Id
Test login functionality of Gmail, with some junk data like only numbers, special characters, unregistered Email IDs etc

     

 

Back To Question