What is the difference b/w Smoke Testing and Sanity Testing
with Example...
Answer Posted / sania
Smoke testing is the surface level testing to certify that
build provided by development to QA is ready to accept for
further testing.smoke testing only checks the major
functionality of the software.
For example we are working in a small project named
Employee Management System and in this project there are
four modules like New Employee Module, Existing Employee
Module, Admin Module, User Module etc. So firstly in this
four modules development team performs the Smoke Testing by
executing all the major functionality of modules like New
Employee is able to login or not and after login new
employee can seen the record of the existing employee or
not, and employee that is created can also be edited,
deleted or not.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you test a program and find 100% of the errors?
What is path coverage testing?
What is the role of moderator in the review process?
Explain configuration management?
what should be analyzed in laod testing?
What is a user guide?
What is scenario-based testing?
The purpose of which is to allow specific tests to be carried out on a system or network that resembles as closely as possible the environment where the item under test will be used upon release?
What are the main constrains of SCSI in storage networking?
What version of the oracle are you familiar with?
What is peer reviews?
Explain mutation testing?
What are the best practices for software quality assurance?
What is oo function testing?
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char