|
| Total Answers and Comments: 5 |
Last Update: March 04, 2009 Asked by: lakshmiyaganti |
|
| | |
|
Submitted by: rameshn3 Static testing is performed using the software documentation. The code is not executing during static testing. Most verification techniques are static tests 1.Feasibility Review
2. Requirement ReviewsDynamic Testing requires the code to be in an executable state to perform the tests. Most validation tests are dynamic tests.
Examples of dynamic testing are 1) Unit Testing: These tests verify that the system functions properly; for example pressing a function key to complete an action.
2) Integrated Testing: The system runs tasks that involve more than one application or database to verify that it performed the tasks accurately.
3) System Testing: The tests simulate operation of the entire system and verify that it ran correctly.
4) User Acceptance: This real world test means the most to your business and unfortunately, there's no way to conduct it in isolation. once your organizations staff, customers, or vendors begin to interact with your system., they will verify that it functions properly for you.
Above answer was rated as good by the following members: sumathiajithkumar, Sanju_N | Go To Top
|