Bookmarks tagged testing

15 Nov 2023 book.validatingrdf.com
An online book describing validation of RDF data. Given the JSON-LD view of ActivityPub/AS2 is an RDF serialization, these tools and techniques apply there as well. It also gives a good overview of the RDF data model and related benefits and challenges.
#book + #rdf + #testing
13 Nov 2023 github.com
Provides docker containers for Mastodon for testing purposes (and eventually others). It uses a local certificate authority with automatic SSL cert provisioning.
3 Nov 2023 karatelabs.github.io
A Gherkin-like test DSL that is not designed to be part of a BDD process and doesn't require step definitions to be written in many cases. This might be useful for ActivityPub server testing.
#gherkin + #testing
21 Oct 2023 news.ycombinator.com
From the creator of Cucumber/Gherkin: "The biggest problem with Cucumber is that most people trying it out don't understand what it is. Cucumber is not a tool for testing software. It is a tool for testing people's understanding of how software (yet to be written) should behave."
#gherkin + #testing
21 Oct 2023 martinfowler.com
Find out what kinds of automated tests you should implement for your application and learn by examples what these tests could look like.
#testing
21 Oct 2023 testing.googleblog.com
This blog article describes a way to categorize tests based on their behavior (used at Google c. 2010). Similar discussions have been happening related to the ActivityPub test suite topic.
#testing
19 Oct 2023 bengo.is
Discussion about testability.
#activitypub + #testing
15 Oct 2023 glitch.com
A small ActivityPub debugging server on Glitch
#javascript + #testing
15 Oct 2023 gitlab.com
A mock ActivityPub server to use in SoftwareTesting code
15 Oct 2023 codeberg.org
A set of tools to debug ActivityPub requests. You can inspect requests, see the flow in real time, run arbitrary requests with HTTP signature handled for you.