Wieder was gelernt

Atheris

2023-06-11 (Sunday)
Tags: testing fuzzing Python

Atheris (@ github)

Perl testing

2022-10-13 (Thursday)
Tags: perl testing

./Build test make test prove

Angular Schulung und Beratung

2022-07-27 (Wednesday)
Tags: Angular Schulung Consultant Testing

https://www.angulararchitects.io/

CI/CD Tools

2021-02-08 (Monday)
Tags: gitea gitlab continuous integration continuous deployment testing

Main goal of these notes is to find something which works well together with Gitea Agola https://agola.io Integrations with gitea, gitlab, github Built for scalability Needs an etcd cluster and a shared file system Minimum number of nodes? (normally you would use at least three for etcd) No installation instruction in the docs (the chapter “Installation” starts with the configuration) Buildbot https://buildbot.net/ Written in Python gitea plugin available: https://github.com/lab132/buildbot-gitea Minimum one machine (for master and worker), can scale to several masters and many workers per master.

A Python Package Developer’s Cheat Sheet

2021-01-04 (Monday)
Tags: python packaging development testing

A Python Package Developer’s Cheat Sheet

System Usability Scale (SUS)

2020-10-11 (Sunday)
Tags: usability testing development sus

System Usability Scale (SUS): When a SUS is used, participants are asked to score the following 10 items with one of five responses that range from Strongly Agree to Strongly Disagree: think that I would like to use this system frequently. found the system unnecessarily complex. thought the system was easy to use. think that I would need the support of a technical person to be able to use this system.

Test Phases

2020-09-23 (Wednesday)
Tags: testing programming TDD BDD

Daniel Terhorst-North and Chris Matts Meszaros Bill Wake Given Setup Arrange When Exercise Act Then Verify Assert Teardown

Testing in Go

2020-05-30 (Saturday)
Tags: testing Go

Testing in Go: philosophy and tools (LWN, by Ben Hoyt)