What is the differance between Bug and Defect.
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Answer / dinesh kumar
bug find by the tester.
defect find by the client
| Is This Answer Correct ? | 12 Yes | 36 No |
How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric
Dear Friends, please send me some links where i will get all type of web driver programs.
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
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
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);
what is scenario? how to write scenario?
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?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
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.
What is business validation test case?
How to write test case template for ATM
Write all Possible (+ve and -ve) Test Cases for a Date Object (DD/MM/YYYY) which is entered manually?