diff --git a/docs/community/youtube.md b/docs/community/youtube.md new file mode 100644 index 0000000..077c018 --- /dev/null +++ b/docs/community/youtube.md @@ -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) \ No newline at end of file diff --git a/docs/tech/collections.md b/docs/tech/collections.md new file mode 100644 index 0000000..7205fa8 --- /dev/null +++ b/docs/tech/collections.md @@ -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. diff --git a/docs/tech/mobile.md b/docs/tech/mobile.md index 71add14..e69d0cf 100644 --- a/docs/tech/mobile.md +++ b/docs/tech/mobile.md @@ -1,3 +1,13 @@ # Mobile testing -WIP \ No newline at end of file +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) \ No newline at end of file diff --git a/docs/tech/sast.md b/docs/tech/sast.md new file mode 100644 index 0000000..b069c6e --- /dev/null +++ b/docs/tech/sast.md @@ -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/) \ No newline at end of file