Bookmarks tagged testing
8 Nov
•
pasture.funfedi.dev
"Fediverse applications that you can run local to have easily deployable versions to test/develop against."
3 Oct
•
feditest.org
Testing framework for network servers, including federated social network servers.
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.
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.
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."
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.
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.
19 Oct 2023
•
bengo.is
Discussion about testability.