Skip to content

Commit 317e3f7

Browse files
Added links to web,mobile and good-practices files (#10)
Co-authored-by: Gaurav Singh <[email protected]>
1 parent be379a8 commit 317e3f7

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

docs/tech/good-practices.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,14 @@
44

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

7+
## On Programming
8+
9+
- [Functional Programming in Test Automation - Java - Leverage Streams and Lambdas in Automation](https://www.youtube.com/watch?v=McsieQgRxqg&list=PL9ok7C7Yn9A_o6wKmhObLceifmpoQ9QNp)
10+
- [Must Know Java Libraries to write clean code](https://www.udemy.com/course/java-sdet-essentials/)
11+
- [Design Patterns in Test Automation](https://www.youtube.com/watch?v=qpq8DOecwDs&list=PL9ok7C7Yn9A8ewGj22MbLOyD9VCtZn7lF)
12+
- [Exception Handling is an Art - Master it now](https://www.youtube.com/watch?v=_-R_cQikPTQ&list=PL9ok7C7Yn9A_TGkcTl-PjqeFYu0CPWy3_)
13+
- [SDET-Java-Must-know-Skills](https://www.youtube.com/watch?v=4FINdRgBjY0&list=PL9ok7C7Yn9A-klWgtmWvs-6e3gZwuPryh)
14+
- [Docker-for-Testers](https://www.youtube.com/watch?v=KHnnYtQF3os&list=PL9ok7C7Yn9A9jiuK3iGfC6lFCQtxxD9sX)
15+
716
## On Test Automation Patterns
817
- [Test Automation Patterns](https://testautomationpatterns.org/wiki/index.php/Main_Page)

docs/tech/mobile.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Mobile testing
22

3-
WIP
3+
## On Appium
4+
5+
- [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW)
6+
7+
## On Mobile Security
48

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

8-
912
## Github Links
1013
- [Wix/Detox](https://github.com/wix/Detox) : Gray box end-to-end testing and automation library for mobile apps
1114
- [MacacaJS](https://macacajs.com/) : Automation made simpler for mobile apps
1215
- [UI Automator](https://www.tutorialspoint.com/android/android_ui_testing.htm)
13-
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)
16+
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)

docs/tech/web.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Web testing
22

3-
## UI Testing
3+
## UI Testing
44

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

0 commit comments

Comments
 (0)