What is Sanity Testing?
Answers were Sorted based on User's Feedback
Answer / hyma
Testing whether the basic functionalities of the system are
working properly or not comes under sanity testing.This is
done to ensure that the developed application or system is
testable or not
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sudhakar8
Sanity or smoke testing is a pre-testing effort to
determine if a new software version is performing well
enough to accept it for a major testing effort. For
example, if the new software is crashing systems every five
minutes, the software may not be in a sane enough condition
to warrant further testing in its current state
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shilpa churi
Checking whether application function correctly as per the
specification. It is nothing but regression testing. It
include set of core test basic GUI functionality. checking
the connectivity to the database, application server and
printer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram.polavarapu
once we deploy the built to the test environment the first
test we are going to conduct is sanity test,if the sanity
test pass and then only will go for other tests otherwise we
re open the application
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / awadhesh
Testing only a newly added feature is a sanity testing, It is not .
e.g Whole body
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it mandatory to use USECASES or directly one can write test casesfrom requirments?
What is mean by Test Plan? What details will be mention in it?
when there are any CRs in the projects, as a tester what do you do?
whta is compile module?
A general Question: If there are two bugs one with high priority and one with high severity, which bug should be fixed first?
What is the first test in software testing process?
does the efficiency of test increases with increase in number of test cases.that is the more number of test cases then more efficient is the applications test,is it true?
I want test cases for CLI? can any one send TC for CLI?
What is Mutation Testing?
what is Risk-based testing?
What is Error Seeding?
Is quality control similar to quality assurance?