diff b/w smoke and sanity testing and what is migration
plan in testing?
Answers were Sorted based on User's Feedback
Answer / mudaseer
Smoke testing is a wide approach where all areas of the software application are tested without getting into too deep. However, a sanity software testing is a narrow regression testing with a focus on one or a small set of areas of functionality of the software application.
The test cases for smoke testing of the software can be either manual or automated. However, a sanity test is generally without test scripts or test cases.
Smoke testing is done to ensure whether the main functions of the software application are working or not. During smoke testing of the software, we do not go into finer details. However, sanity testing is a cursory software testing type. It is done whenever a quick round of software testing can prove that the software application is functioning according to business / functional requirements.
Smoke testing of the software application is done to check whether the build can be accepted for through software testing. Sanity testing of the software is to ensure whether the requirements are met or not.
in a company 3 test engineers(x,y and z) are appointed to test 3 modules.if 1 of them quits then risk is involved.so there is a mitigation plan.x's primary module to be tested is module 1 but he should know the basics of module 2.similarly every test engineer should have the knowledge of other module.if a test engineer quits then a new test engineer is appointed and he can be taught about the module
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / nitin sharma
Depends on Company to Company Smoke testing is done by build
release engineer before giving build to testing team,He will
check all the major functionality of product then Tester
will check again major functionalities before accepting the
build and if they found any problem in that then it will
reject and again send back to dev team.
| Is This Answer Correct ? | 3 Yes | 0 No |
can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
how many testers r there in ur project?and hw did u divide ur work? plzzzzzzz answer
Explanation of all process areas with goals and practices?
What is the Configuration Management?
what is black box testing
13 Answers CTS, IBM, Virtusa,
How much cost taken for testing activites in the project
how agile testing is performed and what are the related documents.
is it possible to do performance testing in stand alone application..how wil u do that ???????
how can we connect database in manual testing? pls answer for this
What is Bug Validation? What can be a different resultant after the same?
we are writing bug report in excel-sheet how you are sending the report to your concern person. (give me the detail work from bug found, where you are storing and how you are sending related to your company)
What is the Myers Boundary Table?