diff --git a/docs/tech/good-practices.md b/docs/tech/good-practices.md index 7b1acc1..e093a45 100644 --- a/docs/tech/good-practices.md +++ b/docs/tech/good-practices.md @@ -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) diff --git a/docs/tech/mobile.md b/docs/tech/mobile.md index e69d0cf..3561388 100644 --- a/docs/tech/mobile.md +++ b/docs/tech/mobile.md @@ -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) \ No newline at end of file +- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html) diff --git a/docs/tech/web.md b/docs/tech/web.md index 1c817bf..fb4027e 100644 --- a/docs/tech/web.md +++ b/docs/tech/web.md @@ -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) \ No newline at end of file