Thursday, December 13, 2018

Don’t Automate Every Test

100% Test Coverage is beyond the realm of imagination since there can be a huge number of mixes. We generally execute a subset of possible tests. A similar rule applies to automated testing.
To make an automated script, it requires time and exertion, and going for “automating Each Test”, we require a lot of resource and time, which in many cases is beyond the realm of imagination.
Rather, utilize a Risk-based way to deal with figure out which tests should be automated. To get the most incentive out of automation, just automate the most important business cases and scenarios.
Likewise, a high number of automated tests adds maintenance cost and hard to maintain.
Another note to keep remember is that not all tests can be automated. A few tests are extremely unpredictable in nature and require numerous downstream system checking and can be conflicting. In these cases, it is best to leave these checks for manual testing.
Follow my blog for more such posts. In case, you are looking for selenium training, you can opt RedBush Technologies.

No comments:

Post a Comment

Introduction to C Language

C is a procedural programming language. It was at first created by Dennis Ritchie somewhere in the range of 1969 and 1973. It was essentia...