Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmr4eg/wikitesting
Selenium Testing of Wikipedia
https://github.com/dmr4eg/wikitesting
automated-testing junit-jupiter maven pairwise-testing selenium-java webdriverio-framework
Last synced: 20 days ago
JSON representation
Selenium Testing of Wikipedia
- Host: GitHub
- URL: https://github.com/dmr4eg/wikitesting
- Owner: dmr4eg
- Created: 2023-05-29T09:15:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-01T08:13:51.000Z (over 1 year ago)
- Last Synced: 2024-11-09T12:35:02.387Z (3 months ago)
- Topics: automated-testing, junit-jupiter, maven, pairwise-testing, selenium-java, webdriverio-framework
- Language: Java
- Homepage:
- Size: 2.49 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikiTesting
## Selenium testing of online Encyclopedia known as Wikipedia. Those tests cover all main functionality of a service - browsing throught articles/pages, seraching specific information, managing personal account and editing existing articles. All tests are structured as "Page Object Models" and easy to work on. I used Safari WebDriver for generating automatic tests.### Here are some console results of tests:
![1](uploads/allPassedTests.png)
--
![2](uploads/t1.png)
--
![3](uploads/t2.png)
--
![4](uploads/t3.png)
--
![5](uploads/t4.png)
--
![6](uploads/t5.png)
--
![7](uploads/t6.png)