From 864512b95e235e723ff778ade52b9e69b2927a35 Mon Sep 17 00:00:00 2001 From: Amuthan Date: Tue, 5 Oct 2021 20:26:03 +0530 Subject: [PATCH] Added links to web,mobile and good-practices files --- docs/tech/good-practices.md | 6 ++++++ docs/tech/mobile.md | 5 ++++- docs/tech/web.md | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/tech/good-practices.md b/docs/tech/good-practices.md index 22eadf5..aa065ad 100644 --- a/docs/tech/good-practices.md +++ b/docs/tech/good-practices.md @@ -3,3 +3,9 @@ ## On Code reviews - [Guide to Conducting Test Automation Code Reviews by Angie Jones](https://applitools.com/blog/guide-to-test-automation-code-reviews/) +- [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) \ No newline at end of file diff --git a/docs/tech/mobile.md b/docs/tech/mobile.md index 71add14..ed5a1a8 100644 --- a/docs/tech/mobile.md +++ b/docs/tech/mobile.md @@ -1,3 +1,6 @@ # Mobile testing -WIP \ No newline at end of file +Here are some resources to start UI Automation + +- [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW) + 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