Skip to content

Commit c4c56d6

Browse files
zac11automationhacks
authored andcommitted
Youtube channels and SAST
1 parent 055c39d commit c4c56d6

File tree

3 files changed

+46
-1
lines changed

3 files changed

+46
-1
lines changed

docs/community/youtube.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Youtube Channels
2+
3+
Listing youtube channels that are helping the community in providing/sharing knowledge about automation testing
4+
5+
- [Naveen Automation Labs](https://www.youtube.com/c/NaveenAutomationLabs)
6+
- [Rahul Shetty Academy](https://www.youtube.com/c/RahulShettyAcademy)
7+
- [SDET Automation Techie](https://www.youtube.com/c/pavanoltraining)
8+
- [Mukesh Otwani](https://www.youtube.com/c/Mukeshotwani)
9+
- [QAFox](https://www.youtube.com/c/QAFox)
10+
- [ExecuteAutomation](https://www.youtube.com/c/ExecuteAutomation)
11+
- [SoftwaretestingbyMKT](https://www.youtube.com/channel/UCKliIabx-RsHYTqjOiYegSg)
12+
- [RDAutomationLearning](https://www.youtube.com/channel/UC_0lWsDQPbATkXWdZTS8sfQ)
13+
- [TheTestingAcademy](https://www.youtube.com/user/TheTestingAcademy)
14+
- [Automation Step by Step](https://www.youtube.com/channel/UCTt7pyY-o0eltq14glaG5dg)
15+
- [Edureka Selenium Course](https://www.youtube.com/watch?v=FRn5J31eAMw)
16+
- [EvilTester](https://www.youtube.com/user/EviltesterVideos)
17+
- [GC Reddy](https://www.youtube.com/user/gcreddy7)
18+
- [FunDooTesters](https://www.youtube.com/c/FunDooTesters)
19+
- [Software Testing Materials](https://www.youtube.com/channel/UCIJGI_3XgnfUaSNQD8D2IMQ)
20+
- [Software and Testing Training](https://www.youtube.com/user/SoftwareTestingSpace/featured)
21+
- [Software Testing Help](https://www.youtube.com/user/shindevijaykr)
22+
- [Letcode with Kaushik](https://www.youtube.com/c/LetCode)
23+
- [Helping Testers](https://www.youtube.com/channel/UCVOCoXYsZtLyr56Z3NZT2hQ)
24+
- [TestGuild Automation Testing](https://www.youtube.com/user/JoeColantonio)
25+
- [Test-O-Blog](https://www.youtube.com/channel/UCnKJ63mrfDFOOG_n2hLu7PQ)

docs/tech/mobile.md

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

3-
WIP
3+
WIP
4+
5+
Here are some resources that can be helpful for someone starting on Mobile Security Testing
6+
- [OWASP Mobile Security Testing Guide ](https://github.com/OWASP/owasp-mstg)
7+
8+
9+
## Github Links
10+
- [Wix/Detox](https://github.com/wix/Detox) : Gray box end-to-end testing and automation library for mobile apps
11+
- [MacacaJS](https://macacajs.com/) : Automation made simpler for mobile apps
12+
- [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)

docs/tech/sast.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# SAST (Static Application Security Testing)
2+
3+
Static application security testing (SAST) is a set of technologies designed to analyze application source code, byte code and binaries for coding and design conditions that are indicative of security vulnerabilities.
4+
SAST solutions analyze an application from the “inside out” in a non-running state.
5+
6+
7+
- [Gitleaks](https://github.com/zricethezav/gitleaks) : SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos.
8+
- [Guardrails](https://www.guardrails.io/) : GuardRails empowers developers to find, fix, and prevent security vulnerabilities in their web and mobile applications.
9+
- [Sonarqube](https://github.com/SonarSource/sonarqube)
10+
- [Try Sonarqube](https://docs.sonarqube.org/latest/setup/get-started-2-minutes/)

0 commit comments

Comments
 (0)