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 |
What exactly is quality control?
1)in peer reviews we will verify our colleagues test cases, then it sent to client, then client what reviews perform(whats client feed back)on that test cases? 2)disadvantages of adhoc testing?3) in defect life cycle there are 2 states know verify, close states,difference?
In whic page of QC , we run our Test case, or from where we run our Test cases from QC?
fields present in bugs and fields present in testcases? pl pl pl give me an answer thanks in advance but pl.
What is acid testing
Write a Test Case to test Can of Coke?
what is Entry and Exit criteria explain in detail?
Hai can any one tel me what is Concurency Testing?
What is the testing process followed in ur company?
8 Answers ITC Infotech, Logica CMG,
what is the difference between system development life cycle & software development life cyle(sdlc) what is system development life cycle
what is the process followed in JAVA Testing compared to Normal Testing process.
What is the difference between severity and priority? Tell me example.