As the saying goes, Rome wasn’t built in a day. Likewise, get to master test automation one step at a time. Learn and improve by doing the following:
- Start casting the customer wish into the scenarios that come to mind. Try to keep it simple. Preferably, you would like to get a full coverage right away, but as it is a team effort, they will help you to identify the holes, and fill them.
- Make use of my 4-steps recipe, create, embed, write, and construct, for the conception of the test code:
1. Create a test codeunit
2. Embed the customer wish into a test function
3. Write your test story
4. Construct the real code
- Get the test(s) run with every step performed, and as soon as the code is deployable. Do not wait until you’re finished, but verify your effort as soon as possible. See how your tests move from red to green.
- Take joy in testing the...