Skip to content

Youtube channels and SAST #12

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
25 changes: 25 additions & 0 deletions docs/community/youtube.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Youtube Channels

Listing youtube channels that are helping the community in providing/sharing knowledge about automation testing

- [Naveen Automation Labs](https://www.youtube.com/c/NaveenAutomationLabs)
- [Rahul Shetty Academy](https://www.youtube.com/c/RahulShettyAcademy)
- [SDET Automation Techie](https://www.youtube.com/c/pavanoltraining)
- [Mukesh Otwani](https://www.youtube.com/c/Mukeshotwani)
- [QAFox](https://www.youtube.com/c/QAFox)
- [ExecuteAutomation](https://www.youtube.com/c/ExecuteAutomation)
- [SoftwaretestingbyMKT](https://www.youtube.com/channel/UCKliIabx-RsHYTqjOiYegSg)
- [RDAutomationLearning](https://www.youtube.com/channel/UC_0lWsDQPbATkXWdZTS8sfQ)
- [TheTestingAcademy](https://www.youtube.com/user/TheTestingAcademy)
- [Automation Step by Step](https://www.youtube.com/channel/UCTt7pyY-o0eltq14glaG5dg)
- [Edureka Selenium Course](https://www.youtube.com/watch?v=FRn5J31eAMw)
- [EvilTester](https://www.youtube.com/user/EviltesterVideos)
- [GC Reddy](https://www.youtube.com/user/gcreddy7)
- [FunDooTesters](https://www.youtube.com/c/FunDooTesters)
- [Software Testing Materials](https://www.youtube.com/channel/UCIJGI_3XgnfUaSNQD8D2IMQ)
- [Software and Testing Training](https://www.youtube.com/user/SoftwareTestingSpace/featured)
- [Software Testing Help](https://www.youtube.com/user/shindevijaykr)
- [Letcode with Kaushik](https://www.youtube.com/c/LetCode)
- [Helping Testers](https://www.youtube.com/channel/UCVOCoXYsZtLyr56Z3NZT2hQ)
- [TestGuild Automation Testing](https://www.youtube.com/user/JoeColantonio)
- [Test-O-Blog](https://www.youtube.com/channel/UCnKJ63mrfDFOOG_n2hLu7PQ)
6 changes: 6 additions & 0 deletions docs/tech/collections.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Collections of various resources

- [Awesome Test Automation](https://github.com/atinfo/awesome-test-automation) : An awesome list of curated resources for all types of test automation tools for all languages.
- [JS Testing Best Practices](https://github.com/goldbergyoni/javascript-testing-best-practices) : List of best practices for JS testing.
- [Playground and Cheatsheet for Python](https://github.com/trekhleb/learn-python) :
- [Awesome-Jmeter](https://github.com/aliesbelik/awesome-jmeter) : Curated list of resources for Apache Jmeter.
12 changes: 11 additions & 1 deletion docs/tech/mobile.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Mobile testing

WIP
WIP

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)
10 changes: 10 additions & 0 deletions docs/tech/sast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# SAST (Static Application Security Testing)

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.
SAST solutions analyze an application from the “inside out” in a non-running state.


- [Gitleaks](https://github.com/zricethezav/gitleaks) : SAST tool for detecting hardcoded secrets like passwords, api keys, and tokens in git repos.
- [Guardrails](https://www.guardrails.io/) : GuardRails empowers developers to find, fix, and prevent security vulnerabilities in their web and mobile applications.
- [Sonarqube](https://github.com/SonarSource/sonarqube)
- [Try Sonarqube](https://docs.sonarqube.org/latest/setup/get-started-2-minutes/)