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?




March 03, 2007 11:03:40 #5
 Sujatars   Member Since: December 2006    Total Comments: 206 

RE: What is test data we must specify in test cases?
 
Test data is a set of input values that is needed to execute the test ,it can be any dummy data or data given by the client.

To log a defect in Bugzilla after you login1) Click on New Defect link2)Enter all the detail information required3)In the bug log page, enter the details like Version, Component, OS, Platform, Severity, Priority, Assigned To, Summary, Description etc.Attach a snap shot or print screen or logs if any.
4)Once you complete the Information on the Defect , assign the defect to the concern Developer with Email ID.Here you can also CC the Defect to Couple of Members like Project Mgr ,Team Lead adn you .
5)Click on Commit to save the bug.

Code Coverage  Testing  is a white box testing technique which determines  the amount of code that has been executed during the testing .It assumes the pathof logic is being executed
     

 

Back To Question