/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

  1. at.info knowledge base
  2. ======================
  3. 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/
  4. Feel free to add and share with test automation communite any examples you wanted. Create pull request and share it.
  5. Keep it automated! :)
  6. Contribution Guidelines
  7. ======================
  8. 1. **Fork**
  9. 2. **Implement** Something
  10. 3. Submit a **Pull Request**
  11. 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
  12. 4. High Five!
  13. Small requirements to pull requests
  14. ======================
  15. 1. **Workable code**
  16. 2. Folder's name and all other names should be **informative**
  17. 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>)
  18. Timeline on added examples
  19. ======================
  20. Also you can see it on http://atinfo.github.io/at.info-knowledge-base/
  21. <ul>
  22. <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>
  23. <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>
  24. <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>
  25. <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>
  26. <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>
  27. <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>
  28. <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>
  29. <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>
  30. <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>
  31. <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>
  32. <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>
  33. </ul>