What is the diff between retest bug and regression bug?
Answer Posted / mfsi_krushnas
Regression bug – Changes in existing code that change the
behavior of the application so it does not meet a
specification that was previously met.
Bug-Its simple fault or any defect.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Zenq interview questions for manual testing
Describe your experiences with code analyzers.
Tell some examples of bug severity and bug priority?
test cases on bangles???
What are the different types of software testing?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Why is it impossible to test a program thoroughly or in other terms 100% bug-free?
What is the test harness?
What is deferred status in defect life cycle?
is it possible to do performance testing in stand alone application..how wil u do that ???????
What is testing and maintenance?
Define cause effect graphing?
What are noise variables?
Explain severity with example and expalin each example?