User:Rachel99/VisualEditor Feature Test Charter: Difference between revisions
mNo edit summary |
|||
| Line 7: | Line 7: | ||
==Login Tests== |
==Login Tests== |
||
Login as user: https://gerrit.wikimedia.org/r/#/c/75919 <br>Login as anonymous |
Login as user: https://gerrit.wikimedia.org/r/#/c/75919 <br>Login as anonymous: https://gerrit.wikimedia.org/r/#/c/76833/ |
||
==Links== |
==Links== |
||
* Adding and editing inclusions of hyperlinks |
* Adding and editing inclusions of hyperlinks: https://gerrit.wikimedia.org/r/#/c/71724/ |
||
* Tests written : https://gerrit.wikimedia.org/r/#/c/71724/ |
|||
==References== |
==References== |
||
* Adding and editing inclusions of references: https://gerrit.wikimedia.org/r/#/c/74640/ |
* Adding and editing inclusions of references: https://gerrit.wikimedia.org/r/#/c/74640/ |
||
Revision as of 14:14, 1 August 2013
Introduction
The goal of my Outreach for Women internship is to construct a battery of browser automation tests for the testing of Visual Editor. VisualEditor is a critically important feature of Wikimedia that has recently been deployed. VisualEditor will eventually become the default editor for Wikipedia and other Wikis, and thus it is important that its current features are tested thoroughly. These tests can then be run as regression tests to make sure nothing breaks as more new features are deployed to VisualEditor in future phases. The tests would be Accepted Test Driven Development tests written in Cucumber and falling under the same framework as the currently running web automation tests. The Cucumber tests would be coded using Ruby and Ruby Page Object Design, using the Watir web driver and Selenium. The tests would be run from Jenkins at Cloudbees and the hosting would be at SauceLabs.
Below is a list of possible features that I will write automated tests for in Visual Editor. The links next to each feature point to their corresponding automated test in Gerrit.
Login Tests
Login as user: https://gerrit.wikimedia.org/r/#/c/75919
Login as anonymous: https://gerrit.wikimedia.org/r/#/c/76833/
Links
- Adding and editing inclusions of hyperlinks: https://gerrit.wikimedia.org/r/#/c/71724/
References
- Adding and editing inclusions of references: https://gerrit.wikimedia.org/r/#/c/74640/
- References list:
Transclusions/Templates
- Adding and editing inclusions of transclusions and templates: https://gerrit.wikimedia.org/r/#/c/72145/1
Media Items
- Adding and editing inclusions of media items
Images
- Adding and editing inclusions of images
- Tests written :
Page Settings
Tests written :
Categories
- adding and editing inclusions of categories
- set, edit and remove the categories that a page belongs to as part of the new "page settings" dialog
- set, edit, remove "default sort" key, as part of the new "page settings" dialog
- <future>:to cover other "meta-data" like a page having the table of contents disabled,
- Tests written :
Language Links
- cover simple listing of language links
- <future>: integration with Wikidata's language links system
- Tests written :
Bullets Numbering Indent Outdent
Bold
Headings
Code (experimental as of Aug 1)
Clear formatting
Latex
Browsers
- browsers are now only blacklisted if we know that they cause significant problems, like Internet Explorer version 8 and below.
- If your browser is not known, you will get a notice alerting you to this issue (38128).
- Tests written :
Wikis
- Support in our back-end for multi-character "grapheme clusters", ( wikis that use extended ("non-BMP") Unicode characters can now work (48975))
- Tests written :
RTL Languages
- Left and right arrow keys now move in the correct direction in RTL environments bug 38546
- Tests written :