What is meant by retesting? Is it similar to smoke/sanity
testing?
Answers were Sorted based on User's Feedback
Answer / shiva
No retesting is not similar to Smoke testing but it
somewhat related to Sanity testing
Retesting is nothing but you have already tested that
module and your doing it again when a bug was fixed which
you raised on that module.
For example:
You are testing an application and you found a bug in one
of the functionality, you raised it to developers for
fixing it.
they fixed the bug and send it for retesting. then you will
test only that functionality whether it is working fine or
not this is known as retesting.
| Is This Answer Correct ? | 9 Yes | 1 No |
Retesting can't be a smoke/sanity testing. that's different.
Retesting:
Retesting simply means repeating a test case whereas when it comes to regression testing a plethora of cases open.
Retesting is testing the bugs are fixed or not which were reported.
Retesting means, testing the application with multiple inputs.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / lily
When a functionality is added to the application, we need to make sure the newly added functionality does not break the application. In order to make it sure we perform a repetitive testing called regression testing. We also do regression testing after developer fix the bug.
Smoke testing: initial set of test to check whether the major functionality are working or not.
Sanity testing: It is the subset of regression testing. It is perform when we do not have enough time for testing.It is surface level testing
| Is This Answer Correct ? | 0 Yes | 0 No |
What is crud testing and how to test crud?
Explain functions of quality assurance department.
0 Answers Mahatma Gandhi University,
Can you help me with your suggestions so as to select a test management system that fits perfectly well with the two widely used software development methodologies i.e., agile and waterfall?
a proj ws atarted and cloded within the second day why?it has good amt of resources.srs ws prepers and accepted by the client too.
What is Mutation Testing?
What is agile testing and what is the importance of agile testing?
What is the difference between a test scenario and test condition? Please explain with an example
Is automating some test case is important? What about the maintenance? When will automated test become uneffective?
waht is the difference b/w test caes and test data?
iq test
What is test execution/efficiency metrics?
what is scalability testing?