-
Why automated tests?
Automated testing is in use at many companies and organizations, yet it has a tendency to partially be cumbersome with lots of constant changes to test scripts due to changes in e.g. user interfaces. Modern frameworks reduces the coupling of UI and tests by inserting an intermediate keyword/tag related layer, making it possible to have…
