/README.md
https://github.com/perepelytsya/at.info-knowledge-base · Markdown · 44 lines · 33 code · 11 blank · 0 comment · 0 complexity · aa13c29b3550c8ebc7644165d97921a2 MD5 · raw file
- 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
- ======================
- 1. **Fork**
- 2. **Implement** Something
- 3. Submit a **Pull Request**
- 4. <a href="http://automated-testing.info/t/gotovye-reczepty-ili-aktivizacziya-soobshhestva-avtomatizatorov-na-atinfo/4441">**Create code recipe** on http://automated-testing.info</a> For example, like this http://automated-testing.info/t/code-recipe-kak-ispolzovat-sikuli-c-webdriver-primer-dlya-http-automated-testing-info/4586
- 4. High Five!
- Small requirements to pull requests
- ======================
- 1. **Workable code**
- 2. Folder's name and all other names should be **informative**
- 3. **README.md** with description in root is obligatory (<a href="https://github.com/atinfo/at.info-knowledge-base/blob/master/functional%20test%20automation/webdriver/methods-interceptor-via-aspectj-on-java/README.md">please have a look to already existed examples</a>)
- Timeline on added examples
- ======================
- Also you can see it on http://atinfo.github.io/at.info-knowledge-base/
- <ul>
- <li> <label>webdriver</label> <label>python</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/typed%20webelements%20on%20python" target="_blank">How to create typed webelements for your webdriver python tests</li>
- <li> <label>robot framework</label> <label>python</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/robotframework/Simple%20Hybrid%20(Python%20%2B%20Robotframework)%20Page%20Object%20Example" target="_blank">Simple Hybrid (Python + Robotframework) Page Object Example</li>
- <li> <label>webdriver</label> <label>java</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/methods-interceptor-via-aspectj-on-java">How to intercept methods calls for collecting test steps via aspectj</a> </li>
- <li> <label>webdriver</label> <label>java</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/custom-locators-on-java">How to create custom locators dynamically</a> </li>
- <li> <label>webdriver</label> <label>java</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/methods-interceptor-on-java">How to intercept methods calls for collecting test steps</a> </li>
- <li> <label>java</label> <label>sikuli</label> <label>webdriver</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/sikuli/Java%20Sikuli%20WebDriver%20Examples">How to use sikulix with wrappers, interfaces, observers to automate web with webdriver </a> </li>
- <li> <label>webdriver</label> <label>java</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/capture%20video%20on%20java">Example on implementation screen recorder for web tests on webdriver by means of java</a> </li>
- <li> <label>webdriver</label> <label>java</label> <label>python</label> <label>ruby</label> <label>C#</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/file%20upload"> How to make file upload with Selenium WebDriver</a> </li>
- <li> <label>python</label> <label>webdriver</label> <label>browsermob</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/functional%20test%20automation/webdriver/chromedriver%20with%20browsermob%20proxy%20on%20python"> How to set chrome webdriver to use browsermob proxy</a> </li>
- <li> <label>python</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/programming/python/code%20recipes/implement%20general%20wait"> How to implement generic waiting mechanism that wait on closure passed</a> </li>
- <li> <label>python</label> <a href="https://github.com/atinfo/at.info-knowledge-base/tree/master/programming/python/code%20recipes/generate%20nested%20dicts"> Hot to make autogenerated nested dictionary without any headaches on getting not existed key</a> </li>
- </ul>