Answer Posted / raj_rex
SMOKE TEST :
Smoke testing is considerd as
built level test.Each time the test team receives a new
build(new version of program),an initial test is performed
to determine that the most crucial functions of the program
works and the build is stable enough and can be considered
for further testing.
SANITY TEST :
Sanity testing is considered as
release level testing.When software is ready to be shiped
to client and we want to finally cheek if everything is
fine and working as per requirement.It's a sub set of
Regressing testing -a group of test cases are executed to
cheek it is indeed working according to specification
(requirement).
I hope this will do.But somebody may not agry with me as
this defination will vary company to company... but i think
this is the basic defination...
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
hai friends can u expalin about real time process of testing at the company, like flow diagram
How do you determine user soad for a perf test of a Web application?
What is PBX Testing & What is Test coverage?
If we have no srs, brs but we have test cases does you execute the test cases blindly or do you follow any other process?
What's the relationship between environment reality and test phases?
Differentiate verification and validation?
What are the various techniques in black box testing?
What is AGP?what is setup.inf?What are the ways to install driver?
A defect which could have been removed during the initial stage is removed in a later stage. How does this affect cost?
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; }
1.Acceptance testing involves procedures for identifying acceptance criteria for interim life cycle products and for accepting them.is that? 2.Acceptance testing occurs only at the end point of the development process; it should be an ongoing activity that test both interim and final products.is it?
What is Dynamic Binding and Dynamic Loss?
How to do Performance Testing manually for a Flash Application?
What is smoke test? Do you use any automation tool for smoke 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?