at.info-knowledge-base
at.info-knowledge-base copied to clipboard
http://automated-testing.info knowledge base on test automation examples
at.info knowledge base
http://automated-testing.info knowledge base is basement to provide different examples on test automation topics for different tools. Please have a look to overview page http://atinfo.github.io/at.info-knowledge-base/
Feel free to add and share with test automation communite any examples you wanted. Create pull request and share it. Keep it automated! :)
Contribution Guidelines
- Fork
- Implement Something
- Submit a Pull Request
- Create code recipe on http://automated-testing.info For example, like this http://automated-testing.info/t/code-recipe-kak-ispolzovat-sikuli-c-webdriver-primer-dlya-http-automated-testing-info/4586
- High Five!
Small requirements to pull requests
- Workable code
- Folder's name and all other names should be informative
- README.md with description in root is obligatory (please have a look to already existed examples)
Timeline on added examples
Also you can see it on http://atinfo.github.io/at.info-knowledge-base/
- how to create a Select2 wrapper for further interaction with WebDriver
- set of examples in regards to selenium content supplier project
- how to supply selenium content to remote environment
- java 8 interfaces impact on test automation framework design
- jenkins plugin for managing stucked environment using env-watcher service
- how to manage stucked environment via standalone service
- how to use Hibernate ORM and Java 8 tricks for retrieving DB entities
- How to create custom reports based on TestNG results with Mustache template engine.
- How to shutdown Selenium Grid hub / nodes on Jenkins plugin
- How to run the only test methods, which has a special tag from java junit
- How to use MailCatcher REST API for emails testing
- How to use remote proxy (BrowserMob) and save output HAR files into storage
- How to initialise Webdriver and RemoteWebdriver with custom Proxy
- How to modify FirePath extension to allow saving locators with custom names
- How to rerun the only failed tests from TeamCity build
- How to create simplest webdriver bdd test using Java+JUnit+Thucydides
- How to create typed webelements for your webdriver python tests
- Simple Hybrid (Python + Robotframework) Page Object Example
- How to intercept methods calls for collecting test steps via aspectj
- How to create custom locators dynamically
- How to intercept methods calls for collecting test steps
- How to use sikulix with wrappers, interfaces, observers to automate web with webdriver
- Example on implementation screen recorder for web tests on webdriver by means of java
- How to make file upload with Selenium WebDriver
- How to set chrome webdriver to use browsermob proxy
- How to implement generic waiting mechanism that wait on closure passed
- Hot to make autogenerated nested dictionary without any headaches on getting not existed key