-
Notifications
You must be signed in to change notification settings - Fork 81
Functional Test Checklist
amplifi edited this page Jun 29, 2017
·
1 revision
- What is the "normal" flow for the pages?
- What error conditions can arise in the normal flow? What alerts should appear in error conditions?
- What "abnormal" actions could the user take on the pages? What behaviour should be seen in these situations?
- What test data setup is needed to test the pages?
- What UI elements does the user interact with on the pages?
- Write test scripts for all "normal", error and "abnormal" interaction patterns.
- Mark up wireframes with test instrumentation (UI element IDs to act as test script affordances).
- Make functional testing issue for development team:
- Add test affordances to page markup.
- Page object abstractions for all involved pages (page load, element accessors, high-level actions).
- Implement test scripts.
Visit our User Documentation to learn more about using the Cadasta Platform.
If you'd like to contribute to the Cadasta Platform, start with our Contributing Guidelines.
Cadasta Wiki Home | Developer Setup Guide
Cadasta.org | About Cadasta | YouTube | Twitter | Facebook
- Installing & Running
- Contributing
- Planning & Sprints
- Platform Development
- Testing
- Utilities
- Outreachy
- Platform Site Map
- User Flows and Wireframes
- Other
- Quick Start Guide
- Glossary
- Questionnaire Guide