Manual Testing Important Difference Between Questions
Manual Testing Important Difference Between Questions
BETWEEN QUESTIONS
1) What is the difference between Static and Dynamic testing?
Static Dynamic
• It is a verification process. • It is a validation process.
• It involves different actives like • It involves different actives like
Requirement review, Design review, Functionality, Integration, System,
Code review, and Test case review, Adhoc, Smoke, Regration testing.
Test plan review.
• To do this we need not execute a • To do this we should run the
program. program.
• To do this we should have check list. • To do this we should have Test case.
Verification Validation
• It involves process like review, walk • It involves actual testing.
through and inspection.
• It involves different actives like • It involves different actives like
Requirement review, Design review, Functionality, Integration, System,
Code review, and Test case review, Adhoc, Smoke, Regration testing.
Test plan review.
• We check whether are we building • We check whether are we building
product right. right product.
Functionality Non-Functionality
• We test whether the application • Here we check whether the
works according to functional application works according to non-
requirement specification. functional requirement specification.
• Here we check whether software • Here we check whether look,
is working (or) not. performance is good (or) not.
• It involves different types of • It involves different types of
testing like Functionality, testing like useability testing,
Integration, System, Adhoc, Smoke, performance testing ( load,
Regration testing. stress, volume, soak) testing.
4) What is the difference between Retesting testing and Regration testing?
Priority Severity
• Priority refers to the project and how urgent • Severity refers to the bug and how it Affects
it is solving the bugs. the user’s interaction with the applications.
• Priority is set based on changing project • Severity is objectively set based on the direct
factors e.g., the status of the bug, its and indirect impact of the bug and its
importance customer side. probability of occurrence
• Priority is a dynamic field, should be • Severity is usually a static field ( the only
revised and updated as the project reason to modify it would be if we learn
progresses. something new about the bug)
6) What is the difference between Error, defects and failures and Defects, root
causes and effects?