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

How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric

2 Answers  


Dear Friends, please send me some links where i will get all type of web driver programs.

1 Answers  


Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week

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  


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,


what is scenario? how to write scenario?

3 Answers   Alliance One,


An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?

0 Answers   IBM,


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

0 Answers  


Could someone answer the following testing Questions? 1)Give 5 reasons why a build can be released with bug 2)Write a bug report for a word processor program which crashes when the contents of 89th column is been sorted in assending order. 3)write test 10 cases for program which has a table with 2 fields of NAME od char type and CLASS of INT type.NAME fields is truncated after 26 charaters and CLASS takes value between 1 to 9 both included. There are 3 possible opearations program can perform a)When a new student joins the class the program adds a new field b)When student leaves the class the field get deleted c)when student gets promoted then program incremts the class by 1 Write 5 test cases for the scenario. 4)write 10 test cases for a program that takes date in dd/mm/yyyy format and prints it out with a increment of 1. for dates (dd) can be given in the range 1<=dd>=30 for months (mm) can be given in the range 1<=mm>=12 for years(yyyy) can be given in the range 1600<=yyyy>=9999 5)Give 5 bugs that could cause a program to crash when it printed the 999999 th pages 1000001th line.

6 Answers   Adobe, Android,


What is business validation test case?

0 Answers  


How to write test case template for ATM

2 Answers   Infosys,


Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?

8 Answers  


Categories