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 the differance between Bug and Defect.

Answers were Sorted based on User's Feedback



What is the differance between Bug and Defect...

Answer / kiran rawat

Bug:any deviation from requirement found by tester is
called bug.

Defect:any deviation from actual requirement found by
client/customer is called defect.

Is This Answer Correct ?    5 Yes 6 No

What is the differance between Bug and Defect...

Answer / ahammad

Bug is the deviation between expectde result and actual
result.It is tester level problem

Defect is the devaition in the outcome product.It is
customer level problem

Is This Answer Correct ?    0 Yes 1 No

What is the differance between Bug and Defect...

Answer / chintu

Bug: the differnce between the actual result and expected
result.identify by tester


defect: the error introduced during development
period.identify by developer

Is This Answer Correct ?    0 Yes 1 No

What is the differance between Bug and Defect...

Answer / nainappa

bug: This is the error occured in testing environment.If
once the implemented requirement is varying with the client
requirement then tester will raise bug.

defect: This is the error found in the production
environment.After the build hasbeen moved to the
production,if client finds any of the changes in the actual
requirement,then we will consider that mismatching as defect

Is This Answer Correct ?    0 Yes 5 No

What is the differance between Bug and Defect...

Answer / yudistara

bug find by the tester.
defect find by the client.
all the bugs are defects but all the defects are not bugs.

Is This Answer Correct ?    0 Yes 7 No

What is the differance between Bug and Defect...

Answer / hairajutou

bug: the bug was identified by the developer ,when
developing the application.

defect: the deefect is ,which was identified by the tester
while testing the application.

Is This Answer Correct ?    0 Yes 16 No

What is the differance between Bug and Defect...

Answer / dinesh kumar

bug find by the tester.
defect find by the client

Is This Answer Correct ?    12 Yes 36 No

Post New Answer

More Test Cases Interview Questions

Write all test cases for any credit card.

13 Answers   SIT,


what are those parameters or matrixes for tesing a software user interface?

2 Answers  


1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?

1 Answers   GE,


For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.

1 Answers  


how we test the login page using jwebunit test case...

0 Answers   CTS,


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

0 Answers   HP, QSpiders,


How many test cases u will write for Acceptance testing?

0 Answers  


how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible

2 Answers  


IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that

0 Answers   Accenture, HCL,


What is business validation test case?

0 Answers  


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);

0 Answers   Infosys,


How would you test a cup and or pencil?

2 Answers  


Categories