|
Capture and Replay is great for a quick start into test automation. Molybdenum simply records manual user actions and associated browser behaviour. All you have to do is adding verifications and assertions.
However, as your testsuite evolves, maintaining several dozen testcases along with a changing application under test, becomes tedious.
Usually those scripts will then get parameterized with variables, enhanced for further reuse using bricks and fed with diversified testdata. |