anyone can explain about Sanity testing and smoke testing
and who will involved on sanity and smoke testing
Answer Posted / rkcr
Smoke testing is done by developers before the build is
released or the testing done by testers before accepting
the build.
Sanity testing provides whether it is reasonable to proceed
with further testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
Explain branch coverage and decision coverage.
How much the bug is affecting the functionality of the application?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
What is the test harness?
what r the measure bugs found in your project??? Give some example abt this.
Give me sample test cases for smoke testing
What a team leader will test first when s/he will get new module to test?
What is Catapult Testing in E-Learning Domain?
Write the function test case to add a customer to database.
Name three reasons why the tester may choose to record in Context Sensitive mode.
Being an Manual tester, what will be the role or activity in test plan ?
What is software configuration management?
About Testing
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; }