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
Go To First  |  Previous Question  |  Next Question 
 Bug Tracking  |  Question 57 of 93    Print  
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?

  
Total Answers and Comments: 6 Last Update: December 10, 2008     Asked by: anuu 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
January 28, 2007 00:28:16   #1  
sujatha        

RE: What is test data we must specify in test cases?
Test data is nothing but collection of in-out data that is given to test the application, some times it is given by clients also.
 
Is this answer useful? Yes | No
February 06, 2007 04:17:14   #2  
Sunitha        

RE: What is test data we must specify in test cases?
You can Log Defects into Bugzilla is very Easy .1)Click on New Defect 2)Enter all the information Required for Developer to check whether the Defect is Reproducible or Not.3)Enter OS ver also to cross check it will be easier for Developer .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) you add notes and snap shot for the defect .
 
Is this answer useful? Yes | No
February 21, 2007 06:31:49   #3  
Harika        

RE: What is test data we must specify in test cases?
Test Data : It's the set of data/values needed for executing each test case. In other words, it's the input values you give for executing a test case. 
 
Logging bugs in bugzilla :

1. As soon as you login to bugzilla click on "New" link in the actions section. It will take you to the page where you can log a bug along with other details
2. In the bug log page, enter the details like Version, Component, OS, Platform, Severity, Priority, Assigned To, Summary, Description etc.
3. Click on the 'Commit' button.  Bug is logged and assigned to the person you have selected.

Code Coverage Testing : It's a white-box testing technique where each function in the code is mapped to a functional point. This is to test the parts of code which is rarely or never accesed under normal conditions. The two types of code coverage testing are Statement coverage and Path coverage testing.

 
Is this answer useful? Yes | No
March 03, 2007 05:31:40   #4  
Sree        

RE: What is test data we must specify in test cases?
Hi,
Test data  is used while doing end to end testing (Product test), Basically end to end testing is done by inputting the the realistic data(In the real scenario). so while writing the test cases i actually make the data requirement based on the scenario. which is created by the the data modelling team and used the same while execution.


Regards
Sree
Test Analyst
Australian Tax Office

 
Is this answer useful? Yes | No
March 13, 2007 11:03:40   #5  
Sujatars Member Since: December 2006   Contribution: 217    

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

 
Is this answer useful? Yes | No
December 10, 2008 00:55:22   #6  
srinivasulub1981 Member Since: December 2005   Contribution: 166    

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 : " #$#%#%#$@#$"



 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape