Pages

Sunday, June 6, 2010

Risk Factors with time constraints in Manual Testing

Most of the times it is not possible to test the whole application within the specified time. In such situations it’s better to find out the risk factors in the projects and concentrate on them.

Here are some points to be considered when you are in such a situation:
1) Find out Important functionality in your project?
2) Find out High-risk module of the project?
3) Which functionality has the largest financial impact on users?
4) Which aspects of the application are most important to the customer?
5) Which parts of the code are most complex, and thus most subject to errors?
6) What do the developers think are the highest-risk aspects of the application?
7) What kinds of problems would cause the most customer service complaints?
8) What kinds of tests could easily cover multiple functionalities?

No comments:

Post a Comment