101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

505
active users

#qa

1 post1 participant0 posts today

Hello people, are tests still done through the ? I found discourse.gnome.org/t/how-do-y but havent yet a chance to use or . Im asking mostly because Im planning on making some small application, and I would like to add at the end of the CI pipeline some to make sure there are no regressions when attempting on some layout generation. Or in GNOME case e2e tests are generally not done for specific applications, and they are mostly for the shell, and applications are tested (mostly) by hand? (not trying to belittle people, just I feel the common use cases should be automated to lessen the burden on them)

GNOME Discourse · How do you test a GUI application?This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.

Je me permets de préparer le terrain pour un recrutement qui va commencer dans ma boyte dans pas longtemps (on développe un logiciel qui permet d'apprendre à interpréter de l'imagerie médicale 🩻 ya un site web, une app Android native et une app iOS native).

#jeRecrute (je transmets ton CV)
📍À #Montpellier
🏢 En full présentiel (🙄 i know)
🧑‍💻 Un-e #devOps #adminSys #qa

Plusse de détails ⤵️

In the past few years of triaging issues for #GNOMECalendar, I noticed it's almost the same three distros from which I keep hearing the weirdest things…
This is the 3rd time someone complains that dark mode is not working, and I don't know how that's even possible (elsewhere, it Just Works): gitlab.gnome.org/GNOME/gnome-c

I don't know what y'all do with Endeavor OS and Nix OS, but it sure sounds like playing #Linux on "Ultra Violence" difficulty :blobcatcoffee:

Finally caught and reported this longstanding higgs-bugson crasher issue in #Liferea that had been haunting me forever: github.com/lwindolf/liferea/is

I should have reported this a long time ago, but back then, I did not have 1% of the #QA debugging experience I have accumulated from #opensource contributions over the past 20 years 🫠

GitHubOccasional crash (segmentation fault) on deleting a feed from the list · Issue #1424 · lwindolf/lifereaBy nekohayo

The Only Two Tests That Matter

Most tests are meaningless noise. If you want to do it right, only two types matter:

1️⃣ Component Tests – Test behavior, not mocks. Fake external services, ensure input/output works, and confidently. With that it’s easy to generate API docs & client libs without experience pact tests.

2️⃣ E2E Tests – Run 24/7, track real user behavior, log metrics, measure uptime, bugs, performance, and resilience. No need for e2e tests in CI pipelines if testing every environment.

Both test behavior, not code. You can refactor without touching tests as they only break when behavior breaks. If tests are slow, your implementation is the problem. Even a Raspberry Pi can handle it.

And above all: Tests must run locally. No excuses. It’s important for debugging and reproduction of user behaviors.