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/
- java selenium webdriver select2 how to create a Select2 wrapper for further interaction with WebDriver
- java selenium webdriver content-supplier set of examples in regards to selenium content supplier project
- java selenium webdriver content-supplier how to supply selenium content to remote environment
- java8 selenium webdriver interfaces framework-design java 8 interfaces impact on test automation framework design
- java selenium webdriver env-watcher jenkins jenkins plugin for managing stucked environment using env-watcher service
- java selenium webdriver env-watcher how to manage stucked environment via standalone service
- java mysql hibernate how to use Hibernate ORM and Java 8 tricks for retrieving DB entities
- java Mustache testng How to create custom reports based on TestNG results with Mustache template engine.
- java jenkins webdriver How to shutdown Selenium Grid hub / nodes on Jenkins plugin
- java junit maven How to run the only test methods, which has a special tag from java junit
- mailcatcher java rest How to use MailCatcher REST API for emails testing
- webdriver java proxy browsermob How to use remote proxy (BrowserMob) and save output HAR files into storage
- webdriver java proxy How to initialise Webdriver and RemoteWebdriver with custom Proxy
- javascript firepath xul How to modify FirePath extension to allow saving locators with custom names
- teamcity junit java maven How to rerun the only failed tests from TeamCity build
- thucydides junit java How to create simplest webdriver bdd test using Java+JUnit+Thucydides
- webdriver python How to create typed webelements for your webdriver python tests
- robot framework python Simple Hybrid (Python + Robotframework) Page Object Example
- webdriver java How to intercept methods calls for collecting test steps via aspectj
- webdriver java How to create custom locators dynamically
- webdriver java How to intercept methods calls for collecting test steps
- java sikuli webdriver How to use sikulix with wrappers, interfaces, observers to automate web with webdriver
- webdriver java Example on implementation screen recorder for web tests on webdriver by means of java
- webdriver java python ruby C# How to make file upload with Selenium WebDriver
- python webdriver browsermob How to set chrome webdriver to use browsermob proxy
- python How to implement generic waiting mechanism that wait on closure passed
- python Hot to make autogenerated nested dictionary without any headaches on getting not existed key