diff --git a/docs/community/articles.md b/docs/community/articles.md new file mode 100644 index 0000000..b174a3f --- /dev/null +++ b/docs/community/articles.md @@ -0,0 +1,6 @@ +# Articles + +This page lists some great articles that every QA/SDET/Tester should read. + +- [Tech Buzzwords Testers Should At Least Know About – Part 1](https://blog.testproject.io/2021/07/08/tech-buzzwords-testers-should-at-least-know-about-part-1/) +- [Tech Buzzwords Testers Should At Least Know About – Part 2](https://blog.testproject.io/2021/07/29/tech-buzzwords-testers-should-at-least-know-about-2/) \ No newline at end of file diff --git a/docs/tech/cloud.md b/docs/tech/cloud.md new file mode 100644 index 0000000..af9172b --- /dev/null +++ b/docs/tech/cloud.md @@ -0,0 +1,6 @@ +# Test Automation using cloud services (GCE/Azure/AWS) + +- [Selenium with Terraform](https://github.com/integr8/terraform-aws-devops-selenium) +- [Set up Selenium with Terraform](https://github.com/Xin00163/terraform) +- [Docker + AWS + Selenium + Terraform](https://dev.to/david_j_eddy/project-release-docker-aws-selenium-terraform-get-it-up-and-running-1o53) +- [Moon](https://aerokube.com/moon/latest/#_quick_start_guide) : Use Kubernetes/OpenShift to spin browser automation containers, compatible with Selenium, Cypress, Playwright,Puppeteer \ No newline at end of file diff --git a/docs/tech/mobile.md b/docs/tech/mobile.md index 05de773..d59b82e 100644 --- a/docs/tech/mobile.md +++ b/docs/tech/mobile.md @@ -1,5 +1,6 @@ # Mobile testing + ## On Appium - [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW) @@ -14,6 +15,7 @@ ## On Mobile Security + 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) @@ -22,4 +24,6 @@ Here are some resources that can be helpful for someone starting on Mobile Secur - [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) +- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html) - [scrcpy](https://github.com/Genymobile/scrcpy) : Display and control your Android device + diff --git a/docs/tech/web.md b/docs/tech/web.md index fb4027e..c4b8f36 100644 --- a/docs/tech/web.md +++ b/docs/tech/web.md @@ -4,4 +4,27 @@ 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 + + + +# Codeless UI Automation Tools + +- [mabl](https://www.mabl.com/) +- [testRigor](https://testrigor.com/) +- [Reflect](https://reflect.run/) +- [Testim](https://www.testim.io/) +- [Provar](https://www.provartesting.com/) [For Salesforce] +- [Leapwork](https://www.leapwork.com/) +- [AccelQ](https://www.accelq.com/) +- [Qmetry](https://www.qmetry.com/) +- [CloudQA](https://cloudqa.io/) +- [Rapise](https://www.inflectra.com/Rapise/) +- [TestSigma](https://testsigma.com/) +- [Perfecto](https://www.perfecto.io/products/scriptless) +- [Ranorex Studio](https://www.ranorex.com/) +- [Katalon](https://www.katalon.com/) +- [Functionize](https://www.functionize.com/) +- [Usetrace](https://usetrace.com/) + +- [Selenium Java Automation Framework Development from scratch with Real Time Dashboard](https://www.youtube.com/watch?v=ipWx2sIcIeI&list=PL9ok7C7Yn9A_JZFMrhrgEwfqQGiuyvSkB) +