SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which should not be automated? Select all that applies.
A
Tests that haven’t passed manual test at least once
B
Features with unstable requirements
C
Usability tests
D
Computations
Explanation: 

Detailed explanation-1: -Do not automate tasks that have a low Return on Investment (ROI) because it’s just not worth it. Generally, if tasks have a high volume at scale, are repeatable and valuable they should be automated. However, if tasks are low-volume, one-time projects then they will not have as much value if automated.

Detailed explanation-2: -Good test cases for automation are ones that are run frequently and require large amounts of data to perform the same action. You can get the most benefit out of your automated testing efforts by automating: Repetitive tests that run for multiple builds. Tests that tend to cause human error.

There is 1 question to complete.