What is the differance between Bug and Defect.
Answer Posted / vikash kumar
Bug is the error generated while writing the code and it is
tested by developer.
Defect is deviation from the actual result i.e. the
application should only do the thing what it is supposed to
do.This is tested by the Testing team.
| Is This Answer Correct ? | 22 Yes | 18 No |
Post New Answer View All Answers
Could you pls give me sites where i can test card? mail me to
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
Explain the format of a requirement traceability
What is test environment? Elaborate with example.
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Explain the functional testing?
What is ramp testing?
Explain the sanity testing?
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
write the test cases for facility module
What is explain security testing?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
Explain the monkey testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the gray box testing?