Challenge Overview
Challenge Objectives
In this competition we are looking for comprehensive test cases to fully cover application features implemented in previous challenges. We’ll provide the requirements spec and the UI prototype to help you understand how the app is supposed to work.
This is a responsive web application that should run on desktop, tablet and mobile browsers.
PLEASE NOTE: This challenge will be judged on a subjective basis and the winner will be selected by the judges based on their interpretation of the judging criteria. There will be no appeals for this challenge.
Challenge Notes
Here are also a few notes to keep in mind while writing the test cases:
Test Case Format
Each test case must include the following info:
Test cases should be written for a person to execute - this is not automated testing.
You do not need to execute your test cases - just compose them.
Judging Criteria
This competition will be reviewed manually, and a winner selected by a panel of judges. Judges will determine the winner based on the following criteria:
More Information
In the challenge forum you can find the requirements documentation and a link to the prototype.
Please post any questions to the challenge forum and we will help as quickly as possible.
In this competition we are looking for comprehensive test cases to fully cover application features implemented in previous challenges. We’ll provide the requirements spec and the UI prototype to help you understand how the app is supposed to work.
This is a responsive web application that should run on desktop, tablet and mobile browsers.
PLEASE NOTE: This challenge will be judged on a subjective basis and the winner will be selected by the judges based on their interpretation of the judging criteria. There will be no appeals for this challenge.
Challenge Notes
Here are also a few notes to keep in mind while writing the test cases:
- The primary browser used by the customer is IE11. So please ensure features have been fully tested in IE11.
- The web app is responsive, and is supposed to work on desktop, tablet and mobile browsers.
- There are two roles in the app: admin and user. Admins have access to all user features, plus the ability to edit ideas.
- Login is mocked right now and will be replaced with SSO later.
- Your test cases must cover all features in scope of the app. Please note that some features in the requirements are currently not implemented in this phase (for example: manage areas) and test cases for them are not required for this challenge.
Test Case Format
Each test case must include the following info:
- Case Name
- Case Number
- Description
- Assumptions and/or Preconditions
- Sample Test Data (if test data is required for the case)
- Steps to Execute Case
- Expected Result
Test cases should be written for a person to execute - this is not automated testing.
You do not need to execute your test cases - just compose them.
Judging Criteria
This competition will be reviewed manually, and a winner selected by a panel of judges. Judges will determine the winner based on the following criteria:
- How completely test cases cover the functionality.
- How well written and easy to understand the test cases are.
- How detailed the test cases are.
- Overall quality of submission
More Information
In the challenge forum you can find the requirements documentation and a link to the prototype.
Please post any questions to the challenge forum and we will help as quickly as possible.