Testing Tools for Accessibility Enhancement II, by @yuridevat@x.com:
Microsoft Contributes to Uno Platform: Dramatically Reducing Testing Time.
https://platform.uno/blog/microsoft-contributes-to-uno-platform-dramatically-reducing-testing-time/
Testing Tools for Accessibility Enhancement, by @yuridevat@x.com:
Finally made some progress in testing the mbins ActivityPub code
Still a long way to go though and paratest is giving me nightmares
#Development #Approaches
Automated visual regression testing · How to use Playwright’s visual comparison feature https://ilo.im/1631eh
_____
#Automation #Testing #VisualRegression #Playwright #Screenshots #Browser #WebDev #Frontend
Managed to get unit tests working in a pre-commit hook today - no more commits unless they pass the tests! Although every developer has to setup the hook manually because you can't easily put hooks into Git itself (there are hacky ways around this, e.g. by using post-install-cmd in Composer).
Nearly everything I work on is bespoke and legacy, so getting tests setup is a lot harder than with a new or modern project based on a framework.
My Favorite Tools for Web Accessibility Testing, by @alex86:
The functions in the {withr} package allow to change your environment temporarily. E.g. create a temp file for a {testthat} test and clean it up afterwards. https://withr.r-lib.org/index.html #rstats #testing
Welcome to this month's meetup on Tuesday 15th April 2025 at Reaktor!
Talks:
@maaretp - Exploratory Unit Testing with and for GenAI
Toni Vanhala - Stable and Observable: Celery Setup Essentials for SQL Pipelines
And the famous HelPy quiz!
https://www.meetup.com/helpy-meetups/events/307043355/
See you there!
Definitely. "Don't start testing accessibility with a screen reader" https://www.erikkroes.nl/blog/dont-test-accessibility-with-a-screen-reader/ #a11y #accessibility #testing
#Development #Challenges
Mind the WCAG automation gap · What can automated tools test without humans? https://ilo.im/1630tn
_____
#Testing #Accessibility #WCAG #AI #Automation #Design #WebDesign #WebDev #Frontend
How can we use NUnit to test ASP.NET Core?
In this article, I explain how to leverage NUnit in ASP NET Core tests with simple code examples.
xUnit has been my preferred testing framework, but I felt like it was important to dive back into NUnit as well. While I still need to dedicate more time to it, I wanted to document some of the process so that you can see how to leverage NUnit in your ASP NET Core tests!
Check out the article:
https://www.devleader.ca/2024/02/16/nunit-in-asp-net-core-what-you-need-to-get-started/
"Testing APIs written in PHP using the Behat feature testing tool" will be Timo Bakx's talk at phpday25.
#phpday25 #PHP #Backend #API #Testing
--------
phpday - 22nd edition
The annual gathering for developers, professionals, and PHP enthusiasts.
The conference is powered by @gruspVerona (Italy) |
May 15-16, 2025
Tickets https://bit.ly/41J6UP3
Quick and dirty testing of WCAG 2.1 Success Criterion 1.4.12 Text Spacing.
Last updated 21st March 2025, now utilizes :not pseudo-class to increase specificity, thanks to https://github.com/brgibson
Automated Visual Regression Testing With Playwright, by @csstricks:
https://css-tricks.com/automated-visual-regression-testing-with-playwright/
Testing Spring Boot Applications Demystified by Philip Riecks is free with a Leanpub Reader membership! Or you can buy it for $9.00! http://leanpub.com/testing-spring-boot-applications-demystified #Java #Testing #AutomatedSoftwareTesting