Skip to content

Commit

Permalink
Merge pull request #30 from ChristoWolf/issue/29
Browse files Browse the repository at this point in the history
Added Chris James' blog
  • Loading branch information
ChristoWolf authored Sep 11, 2022
2 parents 67bcd4e + a2da97a commit 00bb960
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.1.0

### Additions

- Added Chris James' blog.

## v1.0.0

- Initial release.
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,17 @@ Look here for more in-depth blogs and articles on test engineering and design.

### Test automation

- [Alexander on Testing:](https://alexanderontesting.com/) Another one containing various software testing related blog posts.
- [Alexander on Testing:](https://alexanderontesting.com/) Contains various software testing related blog posts.
- [Appium Pro:](https://appiumpro.com/editions) Blog about test automation with some focus on Appium-specific approaches.
- [Automate the planet:](https://www.automatetheplanet.com/blog/) WebDriver-focused test automation with focus on architecture and design patterns.
- [Automation Panda:](https://automationpanda.com/) As recommended by [awesome-testing on GitHub](https://git.io/v1hSm), a great blog covering automation related topics.
- [On Test Automation:](https://www.ontestautomation.com/blog/) Focuses on test automation and API testing.
- [TestProject Test Automation Blog:](https://blog.testproject.io/) Another one with focus on automated E2E and API testing.

### Test-driven development

- [Chris James' Blog:](https://quii.dev/) Great TDD content by the author of [Learn Go with Tests](https://github.com/quii/learn-go-with-tests).

### Software design

- [Martin Fowler:](https://martinfowler.com/) Contains a wide range of topics related to software development, but nonetheless relevant for testing.
Expand Down

0 comments on commit 00bb960

Please sign in to comment.