2.How should we post the bugs, Difference between priority
and severity, Difference between sanity and smoke testing
and Problem faced during development - please mail the
answers to my mail id thanu_santo@rediffmail.com
Answers were Sorted based on User's Feedback
Answer / shobana
Priority- which bug should be solved first
severity-how much the bug affects the system function. we
can differentaiate depending upon the emergency
critical
medium
low
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / belal raslan
Smoke Test:
-----------
When a build is received, a smoke test is run to ascertain
if the build is stable and it can be considered for further
testing.
Smoke testing can be done for testing the stability of any
interim build.
Smoke testing can be executed for platform qualification
tests.
Sanity testing:
---------------
Once a new build is obtained with minor revisions, instead
of doing a through regression, a sanity is performed so as
to ascertain the build has indeed rectified the issues and
no further issue has been introduced by the fixes. Its
generally a subset of regression testing and a group of
test cases are executed that are related with the changes
made to the app.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / pankaj kumar
smoke testing is initially testing. to check weather the build has no bug for further testing ,we check the critical and basic functionality
Sanity testing is new bug fixed , new build is fixed before performing the further testing like regression testing
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the advantage of using V models?
How to write a test case for White board? Plz help me with this....
How to run the Data Base Testing Manually ?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
What are all covers for the Unit Testing ?
What is actually a rule based testing
what is difference between black box and white box testing? In most of the companies which tecnique is used
What type of testing process is going on your company ?
To test a application what is required is functional specfication or busniess requirment ?
can any help the difference b/w incremental integration testing & integration testing & system & funtional testing
if u r only person in the office and client asked u for some changes and u didn,t get what the client asked for what will u do?
What is Mutation Testing?