1Risk based testing: When there is no time to do whole
2regression testing, you only test the parts that matters, that
3is related
4Testing without requirements: Production defects
5usually don't have any requirements and I talk to developer
6to understand the situation better and then test it.
7
1Risk analysis is the process of identifying
2risk in the application and prioritizing
3them to test. Following are some of the
4risks:
51.New Hardware.
62. New Technology.
73. New Automation Tool.
84. Sequence of code delivery.
95. Availability of application
10test resources.
11
12o High magnitude: Impact of the bug on
13the other functionality of the application.
14o Medium: it can be tolerable in the
15application but not desirable.
16o Low: it can be tolerable. This type
17of risk has no impact on the company business
1Risk analysis is the process of identifying
2risk in the application and prioritizing
3them to test. Following are some of the
4risks:
51.New Hardware.
62. New Technology.
73. New Automation Tool.
84. Sequence of code delivery.
95. Availability of application
10test resources.
11
12o High magnitude: Impact of the bug on
13the other functionality of the application.
14o Medium: it can be tolerable in the
15application but not desirable.
16o Low: it can be tolerable. This type
17of risk has no impact on the company business.
18