Skip to content

Commit 3dcb2f1

Browse files
author
Gaurav Singh
committed
- Added WIP text and title texts
- Added slack communities that can be joined - Added an initial list of folks to follow on twitter with their sites - Added dev and languages specific podcasts - Added some links on API testing
1 parent 3420bb6 commit 3dcb2f1

File tree

10 files changed

+77
-0
lines changed

10 files changed

+77
-0
lines changed

docs/community/community.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Global testing communities
2+
3+
Here are some slack channels that you can join
4+
5+
- [Ministry of testing](https://www.ministryoftesting.com/slack_invite)
6+
- [One of the three (AB testing)](https://oneofthethree.slack.com/join/shared_invite/enQtMzQ4NDAxNjE1OTg2LTExMzQwMmQ2NTBlYzcwYWI4Mjg3NjhmYThlYjdhZmIzZGNmM2MyMGNhNjExMGIwMmE2ODI2YjZmYzU2MmQ4NGQ#/)
7+
- [Test automation university](https://tauslacksignupapp.herokuapp.com/)
8+
9+
## Tool/Language specific
10+
11+
- [Selenium](https://www.selenium.dev/support/)
12+
- [Report portal](https://reportportal-slack-auto.herokuapp.com/)
13+
- [PACT foundation](https://slack.pact.io/)
14+
- [Kotlin](https://kotlinlang.org/community/)

docs/community/leadership.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Quality leadership
2+
3+
WIP

docs/community/people_to_follow.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# People to follow
2+
3+
Here is a WIP list of folks who regularly put out good testing content and learnings for the community. There are many more out there, please raise a PR and add them here.
4+
5+
> The list is not in any particular order. 😇
6+
7+
- Angie Jones [Site](https://angiejones.tech/) [Twitter](https://twitter.com/techgirl1908)
8+
- Alan Richardson [Site](https://www.eviltester.com/) [Twitter](https://twitter.com/eviltester)
9+
- Joe Colantonio [Site](https://testguild.com/) [Twitter](https://twitter.com/joecolantonio)
10+
- Maaret Pyhäjärvi [Site](https://maaretp.com/) [Twitter](https://twitter.com/maaretp)
11+
- Alan Page [Site](https://angryweasel.com/blog/) [Twitter](https://twitter.com/alanpage)
12+
- Brent Jenson [Site](https://testastic.wordpress.com/) [Twitter](https://twitter.com/BrentMJensen)
13+
- Chris Kenst [Site](https://www.kenst.com/about/) [Twitter](https://twitter.com/ckenst)
14+
- Richard bradshaw [Site](https://thefriendlytester.co.uk/)
15+
[Twitter](https://twitter.com/FriendlyTester)
16+
- Jason Arbon [LinkedIn](https://www.linkedin.com/in/jasonarbon/)
17+
[Twitter](https://twitter.com/jarbon)

docs/community/podcasts.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
# Podcasts to listen to
22

3+
## On Testing
4+
35
Lot of awesome podcasts can be found on [Testingpodcast.com](https://testingpodcast.com/)
46

57
- [Ministry of testing](https://podcasts.apple.com/gb/podcast/ministry-of-testing/id1046372364)
68
- [AB Testing](https://www.angryweasel.com/ABTesting/)
79
- [Test Guild](https://testguild.com/podcast/)
810
- [Test and Code](https://testandcode.com/)
911
- [Evil Tester show](https://www.eviltester.com/show/)
12+
13+
## On Software engineering
14+
15+
- [Software engineering radio](https://www.se-radio.net/)
16+
- [Stack overflow podcast](https://stackoverflow.blog/podcast/)
17+
- [Weekly Dev Tips by Steve Smith (@ardalis)](https://www.weeklydevtips.com/)
18+
19+
## On Languages
20+
21+
### Kotlin
22+
23+
- [Talking Kotlin by Jetbrains and Hadi hariri](https://talkingkotlin.com/)
24+
25+
### Python
26+
27+
- [Talk Python To Me by Michael Kennedy](https://talkpython.fm/)
28+
- [Python Bytes by Michael Kennedy and Brian Okken](https://pythonbytes.fm/)

docs/tech/accessibility.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Accessibility testing
2+
3+
WIP

docs/tech/backend.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Backend testing
2+
3+
## API testing
4+
5+
Here are some resources to start learning about API testing and automation
6+
7+
- [Exploring Service APIs through Test Automation - Course on TAU by Amber Race](https://testautomationu.applitools.com/exploring-service-apis-through-test-automation/)
8+
- [What is REST?](https://developer.mozilla.org/en-US/docs/Glossary/REST)
9+
- [Rest API Quick Tips](https://www.restapitutorial.com/lessons/restquicktips.html)

docs/tech/mobile.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Mobile testing
2+
3+
WIP

docs/tech/security.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Security testing
2+
3+
WIP

docs/tech/test_runners.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Test runners
2+
3+
WIP

docs/tech/web.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Web testing
2+
3+
WIP

0 commit comments

Comments
 (0)