✅ Authoring Do’s & Don’ts

❌ Don’t✅ Do
Use incomplete or incorrect URLsUse full URLs including https://, copy directly
Mix actions and verificationsKeep actions and checks in separate steps
Use “Go to URL” mid-testSet the start URL in test settings
Combine static steps inside scenario loopsKeep tables fully dynamic; extract shared setup
Attempt tab or browser navigations without browser actionsUse browser action steps for tab/window navigation
Omit scroll instructionsExplicitly include scroll steps before actions/verifications
Rely on direct navigation to restricted domains (e.g., spurmail.com)Access via Preview Editor to bypass IP restrictions