Skip to content

Commit 538bcf6

Browse files
Merge branch 'main' into patch-4
2 parents 6c8024e + ca3b4e9 commit 538bcf6

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed

docs/community/articles.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Articles
2+
3+
This page lists some great articles that every QA/SDET/Tester should read.
4+
5+
- [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/)
6+
- [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/)

docs/tech/cloud.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Test Automation using cloud services (GCE/Azure/AWS)
2+
3+
- [Selenium with Terraform](https://github.com/integr8/terraform-aws-devops-selenium)
4+
- [Set up Selenium with Terraform](https://github.com/Xin00163/terraform)
5+
- [Docker + AWS + Selenium + Terraform](https://dev.to/david_j_eddy/project-release-docker-aws-selenium-terraform-get-it-up-and-running-1o53)
6+
- [Moon](https://aerokube.com/moon/latest/#_quick_start_guide) : Use Kubernetes/OpenShift to spin browser automation containers, compatible with Selenium, Cypress, Playwright,Puppeteer

docs/tech/mobile.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Mobile testing
22

3+
34
## On Appium
45

56
- [Android Automation using Appium with Framework Design](https://www.youtube.com/watch?v=YSFznsn2lLk&list=PL9ok7C7Yn9A9qy5rqMiFtGHPbwM9yOxCW)
@@ -14,6 +15,7 @@
1415

1516
## On Mobile Security
1617

18+
1719
Here are some resources that can be helpful for someone starting on Mobile Security Testing
1820
- [OWASP Mobile Security Testing Guide ](https://github.com/OWASP/owasp-mstg)
1921

@@ -22,4 +24,6 @@ Here are some resources that can be helpful for someone starting on Mobile Secur
2224
- [MacacaJS](https://macacajs.com/) : Automation made simpler for mobile apps
2325
- [UI Automator](https://www.tutorialspoint.com/android/android_ui_testing.htm)
2426
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)
27+
- [EarlGrey](https://developers.googleblog.com/2016/02/earlgrey-ios-functional-ui-testing.html)
2528
- [scrcpy](https://github.com/Genymobile/scrcpy) : Display and control your Android device
29+

docs/tech/web.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33
## UI Testing
44

55
Here are some resources to start UI Automation
6+
67
- [Selenium with Python Hybrid Framework Design (e-Commerce Project)](https://www.youtube.com/playlist?list=PLUDwpEzHYYLt2RzOb-_eafLAP0VSoyJhf)
78
- [Selenium Java Automation Framework Development from scratch with Real Time Dashboard](https://www.youtube.com/watch?v=ipWx2sIcIeI&list=PL9ok7C7Yn9A_JZFMrhrgEwfqQGiuyvSkB)
89
- [Testing library using Javascript solutions](https://testing-library.com/)
10+
11+
# Codeless UI Automation Tools
12+
13+
- [mabl](https://www.mabl.com/)
14+
- [testRigor](https://testrigor.com/)
15+
- [Reflect](https://reflect.run/)
16+
- [Testim](https://www.testim.io/)
17+
- [Provar](https://www.provartesting.com/) [For Salesforce]
18+
- [Leapwork](https://www.leapwork.com/)
19+
- [AccelQ](https://www.accelq.com/)
20+
- [Qmetry](https://www.qmetry.com/)
21+
- [CloudQA](https://cloudqa.io/)
22+
- [Rapise](https://www.inflectra.com/Rapise/)
23+
- [TestSigma](https://testsigma.com/)
24+
- [Perfecto](https://www.perfecto.io/products/scriptless)
25+
- [Ranorex Studio](https://www.ranorex.com/)
26+
- [Katalon](https://www.katalon.com/)
27+
- [Functionize](https://www.functionize.com/)
28+
- [Usetrace](https://usetrace.com/)
29+
30+

0 commit comments

Comments
 (0)