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 tools you will use for writing testcases, defect reports,test reports etc?
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
what is a Checklist
If we found a bug but that bug is not accepted by developer then what u do.
what is acid testing?
How to run the Data Base Testing Manually ?
How do you determine user load for a performance test of a Web application?
As a Tester how we choose black or white box testing technique for a application?
What are the differences between web applications and client and server applications?
wirte the test cases for triangle
3 Answers Accenture, DGF, iGate, Intel, Oracle,
What is the difference between Test Management tools and Defect Management tools? What are the most widely used Test Management tools?
hey showed me a Web page containing 3 text boxes labeled as Name, D.O.B & Blood Group.It also have 3 Buttons as OK, CANCEL,Reset. They told me that 1) when you click on OK it'll route you to the next page and save the data in the database. 2) When you click on CANCEL it'll route you to the previous page. 3) When you click on Reset it'll clears all the entries made by you. Now they asked me to write Test cases to test the functionality of that web page & asked me to write 1 critical test case after which they will give final go ahead to test the rest of the application... I wasn't able to write the critical test case. Plz answer.