Skip to content

Added links to web,mobile and good-practices files #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/tech/good-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,14 @@

- [Guide to Conducting Test Automation Code Reviews by Angie Jones](https://applitools.com/blog/guide-to-test-automation-code-reviews/)

## On Programming

- [Functional Programming in Test Automation - Java - Leverage Streams and Lambdas in Automation](https://www.youtube.com/watch?v=McsieQgRxqg&list=PL9ok7C7Yn9A_o6wKmhObLceifmpoQ9QNp)
- [Must Know Java Libraries to write clean code](https://www.udemy.com/course/java-sdet-essentials/)
- [Design Patterns in Test Automation](https://www.youtube.com/watch?v=qpq8DOecwDs&list=PL9ok7C7Yn9A8ewGj22MbLOyD9VCtZn7lF)
- [Exception Handling is an Art - Master it now](https://www.youtube.com/watch?v=_-R_cQikPTQ&list=PL9ok7C7Yn9A_TGkcTl-PjqeFYu0CPWy3_)
- [SDET-Java-Must-know-Skills](https://www.youtube.com/watch?v=4FINdRgBjY0&list=PL9ok7C7Yn9A-klWgtmWvs-6e3gZwuPryh)
- [Docker-for-Testers](https://www.youtube.com/watch?v=KHnnYtQF3os&list=PL9ok7C7Yn9A9jiuK3iGfC6lFCQtxxD9sX)

## On Test Automation Patterns
- [Test Automation Patterns](https://testautomationpatterns.org/wiki/index.php/Main_Page)
9 changes: 6 additions & 3 deletions docs/tech/mobile.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Mobile testing

WIP
## On Appium

- [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW)

## On Mobile Security

Here are some resources that can be helpful for someone starting on Mobile Security Testing
- [OWASP Mobile Security Testing Guide ](https://github.com/OWASP/owasp-mstg)


## Github Links
- [Wix/Detox](https://github.com/wix/Detox) : Gray box end-to-end testing and automation library for mobile apps
- [MacacaJS](https://macacajs.com/) : Automation made simpler for mobile apps
- [UI Automator](https://www.tutorialspoint.com/android/android_ui_testing.htm)
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)
3 changes: 2 additions & 1 deletion docs/tech/web.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Web testing

## UI Testing
## UI Testing

Here are some resources to start UI Automation
- [Selenium with Python Hybrid Framework Design (e-Commerce Project)](https://www.youtube.com/playlist?list=PLUDwpEzHYYLt2RzOb-_eafLAP0VSoyJhf)
- [Selenium Java Automation Framework Development from scratch with Real Time Dashboard](https://www.youtube.com/watch?v=ipWx2sIcIeI&list=PL9ok7C7Yn9A_JZFMrhrgEwfqQGiuyvSkB)