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  >  Bug Tracking

 Print  |  
Question:  What is test data we must specify in test cases?
How to log bugs in bugzilla?
What is code coverage testing?
how do we write load test case for a portal?




December 12, 2008 00:55:22 #6
 srinivasulub1981   Member Since: December 2005    Total Comments: 373 

RE: What is test data we must specify in test cases?How to log bugs in bugzilla?What is code coverage testing?how do we write load test case for a portal?
 

What is test data we must specify in test cases?

Ans: Giving test is depends on test case , it will help the person who executed the test cases. For ex: While testing the registration page, as per the spec user name field should not allow to enter special charas like @,$,%,^....

In this case we can give the test data like : " #$#%#%#$@#$"


     

 

Back To Question