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 is diff b/n TRM(Test Responsibility Matrix) and RTM (requirement Tracebility matrix) or both are same??
HOW DO U WRITE DEFECT REPORTS? WHAT IS FORMAT IN GENERAL WAY
difference between test strategy,test plan and test methodology. which will create first and who will create those and is there anyone optional in that
Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above
What is Version control? can any one help me its urgent thanks in advance
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
what is a Bug, Defect, Error & Failure ?
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
what are the tests u did in entire project? when it did in the project? (means at the release build to end of project) plz explain clearly
Had u done the Web Application Testing ? if yes then what is the difference between Web App. Testing & Desktop testing? Apart from technical part what difference did u find while testing?
How Defect prevention can be accomplished ?
what is test coverage matrix? what its use? and its format?