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 |
Write all test cases for any credit card.
what are those parameters or matrixes for tesing a software user interface?
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?
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
how we test the login page using jwebunit test case...
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
How many test cases u will write for Acceptance testing?
how to write test case for Add, Delete,Update,search and Edit button. Please its urgent.Could anybody help me as soon as possible
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
What is business validation test case?
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);
How would you test a cup and or pencil?