Skip to content

Codeless tools #17

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 4 commits into from
Oct 10, 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
6 changes: 6 additions & 0 deletions docs/community/articles.md
Original file line number Diff line number Diff line change
@@ -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/)
6 changes: 6 additions & 0 deletions docs/tech/cloud.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions docs/tech/mobile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Mobile testing


## On Appium

- [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW)
Expand All @@ -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)

Expand All @@ -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

25 changes: 24 additions & 1 deletion docs/tech/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)



# 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)