What is the differance between Bug and Defect.
Answer Posted / 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 |
Post New Answer View All Answers
Explain the integration testing?
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
What is the state testing?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)
What is test cases for mobile phone ?
Do you know mutation testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
How many test cases u will write for Acceptance testing?
What are basic types of test cases?
What is test environment? Elaborate with example.
what is black box system in software development in system analysis and design?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
How to generate test cases for 'replace a string' method?