Hi there, thanks for your interest in working with Moxie! We have devised the following test to give you the opportunity to show us what you can do.
Take the following mobile design: https://invis.io/AX6SXHN2F
Devise a test plan and workflow for this website. Take into account the following:
- A fully responsive site will be built, working from high-res desktops down to small mobile devices.
- Only consider the login, register and lost password funcions, and the feed screen.
- The site will be built as an SPA using Angular. It will use a WordPress backend which will expose data via the WP-API.
- Development is done using an Agile process with 1-week sprints.
- Your test plan should test for pixel perfect implementation as well as functional tests.
- A test plan showing all the relevant cases. Use whichever format you think best.
- An explanation of the whole testing lifecycle and how testing fits into the project workflow.
- Explain how automated testing could be used and the benefits.
NEWSapp - A Sample Test Strategy and Plan Outline
(see attached MindMap) for Moxie, by Michael Ilich, July 2016
Strategy
• Manual Browser Testing methodologies will be used for all feature testing, including functional and user experience
see http://moolya.com/uncategorized/test-mobile-applications-with-cop-who-flung-gun/)
• Performance and Load Testing will focus on both the Client-Side and Server-Side (API), to account for use of Javascript and Ajax on the Client side
• Non-manual testing (aside from login/out, registration, and basic navigation) will be prioritized for Automation first, as it will be most feasible, and thus offer the most time-saving rewards
• Manual testing scripts will be automated using a program like Selenium Webdriver, or any other tool(s) specific to the Wordpress API (WP-API) that might be available. After the feature achieves stability over
multiple iterations and the Product Team confirms there are no functionality changes ahead in the Product Roadmap, more test manual test cases may be scripted for time gains in future Sprints.
Test Plan
NEWSapp