What are known issues?
Answer / sonal.pagare
It is common practice for software to be released with
known bugs that are considered non-critical, that is, that
do not affect most users' main experience with the product.
Most big software projects maintain two lists of "known
bugs"— those known to the software team, and those to be
told to users. The second list informs users about bugs
that are not fixed in the current release, or not fixed at
all, and a workaround may be offered.
There are various reasons for not fixing bugs:
• The developers often don't have time or it is not
economical to fix all non-severe bugs.
• The bug could be fixed in a new version or patch
that is not yet released.
• The changes to the code required to fix the bug
could be large, expensive, or delay finishing the project.
• Even seemingly simple fixes bring the chance of
introducing new unknown bugs into the system. At the end of
a test/fix cycle some managers may only allow the most
critical bugs to be fixed.
• Users may be relying on the undocumented, buggy
behavior, especially if scripts or macros rely on a
behavior; it may introduce a breaking change.
• It's "not a bug". A misunderstanding has arisen
between expected and provided behavior
Given the above, it is often considered impossible to write
completely bug-free software of any real complexity.
| Is This Answer Correct ? | 1 Yes | 0 No |
How do u test any "web-site" as a secure site...? or How do you test the security of a web-site...?
What can be done if requirements are changing continuously?
Write 2 scenarios for System testing?
what is the difference between error,bug and defect?
What is the different between SIT and UIT?
.What is Traceability matrix and how it is done ?
define with example high severity and low priority ? 2.low severity and high priority? 3.both are high? 4.both are low ?
advantages of test plan in software testing? the interviewer asked what is the use of test plan, as we always dont follow the test plan.
plz anyone can explain me what is PB/MF based application?
1. After completing testing , what whoulds you deliver to the client ?
As a QA point of view choose any one only (what u will do first) 1. System Testing 2. Functional Testing
Hi, I was asked following question during a interview. Please answer it: Password field is there,we can accepts every character except underscore and semicolon. It can accept min 6 characters and maximum 12 characters. Prepare boundary value and equivalence class test cases.