Challenge Overview
Project Overview
This project, the CSFV Community Gaming website project will provide the web site infrastructure and integration of the games. This will be a web site that is available on the Internet, and also will be delivered in a form where the server and the games can be installed and used behind a firewall.
The goal of this contest is to build Selenium testing scripts in NodeJS. This challenge will implement a suite of Selenium test cases for the CSFV Wiki module.
Tips for success:
- Asking questions early and getting feedback is very important for the success of this competition.
- Raise questions if you feel anything is confusing, or if you have any questions on the provided documentation (Copilot and PM will be available to answer questions).
Test cases
The forum contains the wiki test scenarios. We are going to implement functional tests of the following functional requirements :
1 - View wiki listing home
2 - View wiki details page
3 - View wiki listing filtered by tags
4 - Create wiki article
5 - Update wiki article
6 - Draft wiki articles
7 - Preview wiki article during update/add article
8 - Delete wiki article
9 - Simple searching wiki articles
10 - Printing wiki articles
11 - Exporting to PDF - it should render wiki markups properly.
Note that :
- Only automatable test cases are in scope.
- You will need to update csfv_test_data_generator to generate test data set instructed in 'Test Data' sheet.
- You will develop and run test scenarios against local deployment.
Required Browsers
- IE 8+
- FF Latest (Mac and PC)
- Safari Latest (Mac and PC)
- Chrome Latest (Mac and PC)
Selenium
We use the Selenium framework for the tests:
https://code.google.com/p/selenium/
http://docs.seleniumhq.org/projects/webdriver/
Naming convention
Please name each test in same approach used in the provided test suites.
Conflicts
If there are any test scenarios that conflict with the deployed web application, we will follow the existing code, not the scenario.
Code modifications
If you would like any modifications to the existing web code that would make things easier, please ask about it in the forum.
Language
Please use NodeJS to develop the tests and integration with the Selenium WebDriver.
Documentation
Step by step deployment documentation is critical for this application. Your deployment documentation must be thorough and include clear setup information to aid the copilot and reviewers.
Existing Documents
Provided in challenge forums :
- Test Suites you will use as basis for your work.
- Test scenarios
Github Code
The code is hosted in priviate github repositories :
- csfv_frontend_module - The main website web application.
If you cannot view these repositories, then post in challenge forums with your github account username to be added to Github repo.
Final Submission Guidelines
Submission Deliverables
The competitors in this competition are expected to provide the following deliverables:
- Implemented test scripts using Selenium and their configuration (with build scripts).
- Deployment Guide.
- Updated test scenarios if there were changes confirmed in forums.
- Any other files needed.
Final Submission
- Your final submission must contain a single .zip file with all the submission deliverables.
- For each member, the final submission should be uploaded via Online Review page.
- You must not include any identifying information, such as your handle, in your submission. Your submission should be anonymous and you will be scored down in screening for not complying.