mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.5K
active users

#testability

0 posts0 participants0 posts today
Team Topologies<p>Have you ever wondered how to measure <a href="https://mastodon.social/tags/CognitiveLoad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CognitiveLoad</span></a>? There is no standardized scientific method for measuring it. However, for teams involved in software delivery and operations, we can ask about their understanding of the software, business domain, and user needs. By identifying factors that contribute to increased cognitive load, such as <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a>, <a href="https://mastodon.social/tags/operability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>operability</span></a>, prioritization difficulties, and domain complexity, we can work towards alleviating these challenges.</p>
Clément Robert :python:<p>I can't quite convince myself yet that all inheritance/coupling is intrinsically bad, but I'm more and more recognising abstract base classes (ABCs) and <a href="https://fosstodon.org/tags/mixin" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>mixin</span></a> classes as anti-patterns because they hinder <a href="https://fosstodon.org/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a>, which to me is key to quality software; <a href="https://fosstodon.org/tags/ABCs" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ABCs</span></a> and mixins are by construction impossible to test on their own, and both patterns only make sense if a language supports inheritance, so it seems that the simplest option to avoid them is to get rid of inheritance altogether.</p>
CppCon<p>CppCon 2024 SESSION ANNOUNCEMENT: The Most Important Design Guideline is Testability by Jody Hagins</p><p><a href="https://cppcon2024.sched.com/event/1gZfl/the-most-important-design-guideline-is-testability" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cppcon2024.sched.com/event/1gZ</span><span class="invisible">fl/the-most-important-design-guideline-is-testability</span></a></p><p>Register now: <a href="https://cppcon.org/registration/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">cppcon.org/registration/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/cplusplus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cplusplus</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a></p>
CppCon<p>CppCon 2024 SESSION ANNOUNCEMENT: The Most Important Design Guideline is Testability by Jody Hagins</p><p><a href="https://cppcon2024.sched.com/event/1gZfl/the-most-important-design-guideline-is-testability" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cppcon2024.sched.com/event/1gZ</span><span class="invisible">fl/the-most-important-design-guideline-is-testability</span></a></p><p>Register now: <a href="https://cppcon.org/registration/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">cppcon.org/registration/</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/cplusplus" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cplusplus</span></a> <a href="https://mastodon.social/tags/coding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>coding</span></a> <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a></p>
techbash<p>I think it's about time we talk about one of Bob Fornal sessions. Come to <a href="https://social.vivaldi.net/tags/techbash" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techbash</span></a> 2024 next month &amp; learn how to write testable code! Check out the full schedule and register by 8/31: <a href="https://techbash.com/schedule" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">techbash.com/schedule</span><span class="invisible"></span></a></p><p><a href="https://social.vivaldi.net/tags/programming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>programming</span></a> <a href="https://social.vivaldi.net/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a> <a href="https://social.vivaldi.net/tags/developers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>developers</span></a> <a href="https://social.vivaldi.net/tags/nepa" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>nepa</span></a> <a href="https://social.vivaldi.net/tags/poconos" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>poconos</span></a> <a href="https://social.vivaldi.net/tags/techevent" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>techevent</span></a></p>
Paul Grizzaffi<p>"I was invited to a meeting called a 'pre-mortem': let’s discuss the things that might go wrong. This should be a wonderful source of testing ideas and, hopefully, a place to describe opportunities to increase <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a> and <a href="https://mastodon.social/tags/automatability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automatability</span></a>"<br><a href="https://mastodon.social/tags/SoftwareTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareTesting</span></a> <a href="https://mastodon.social/tags/Automation" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Automation</span></a><br><a href="https://buff.ly/3SmFx9E" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">buff.ly/3SmFx9E</span><span class="invisible"></span></a></p>
Team Topologies<p>Have you ever wondered how to measure <a href="https://mastodon.social/tags/CognitiveLoad" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CognitiveLoad</span></a>? There is no standardized scientific method for measuring it. However, for teams involved in software delivery and operations, we can ask about their understanding of the software, business domain, and user needs. By identifying factors that contribute to increased cognitive load, such as <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a>, <a href="https://mastodon.social/tags/operability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>operability</span></a>, prioritization difficulties, and domain complexity, we can work towards alleviating these challenges. <a href="https://bit.ly/3glIZxR" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">bit.ly/3glIZxR</span><span class="invisible"></span></a></p>
Mike Harris<p>I am really chuffed. The most read article on last week's Software Testing Notes was my post "How can you improve the testability of your product?" </p><p><a href="https://testandanalysis.home.blog/2023/05/23/how-can-you-improve-the-testability-of-your-product/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">testandanalysis.home.blog/2023</span><span class="invisible">/05/23/how-can-you-improve-the-testability-of-your-product/</span></a></p><p><a href="https://mastodonapp.uk/tags/SoftwareTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareTesting</span></a> <a href="https://mastodonapp.uk/tags/Testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testability</span></a> <a href="https://mastodonapp.uk/tags/Testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testing</span></a></p>
Mike Harris<p>Blogged: How can you improve the testability of your product? <a href="https://mastodonapp.uk/tags/SoftwareTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SoftwareTesting</span></a> <a href="https://mastodonapp.uk/tags/Testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testability</span></a><br><a href="https://testandanalysis.home.blog/2023/05/23/how-can-you-improve-the-testability-of-your-product/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">testandanalysis.home.blog/2023</span><span class="invisible">/05/23/how-can-you-improve-the-testability-of-your-product/</span></a></p>
Ted M. Young<p>Join <span class="h-card"><a href="https://mastodon.online/@jamesshore" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jamesshore</span></a></span> and me in 25 minutes for more live pair programming!</p><p><a href="https://sfba.social/tags/Design" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Design</span></a> <a href="https://sfba.social/tags/Testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testability</span></a> <a href="https://sfba.social/tags/LiveCoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LiveCoding</span></a> <a href="https://sfba.social/tags/PairProgramming" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PairProgramming</span></a></p><p><a href="https://JitterTed.Stream" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">JitterTed.Stream</span><span class="invisible"></span></a></p>
Inautilo<p><a href="https://mastodon.social/tags/Development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Development</span></a> <a href="https://mastodon.social/tags/Reviews" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Reviews</span></a> <br>New WCAG 2.2 features rated · What to expect from the new success criteria in the Web Content Accessibility Guidelines 2.2 <a href="https://ilo.im/10qhn1" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">ilo.im/10qhn1</span><span class="invisible"></span></a> </p><p>_____<br><a href="https://mastodon.social/tags/WebDevelopment" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDevelopment</span></a> <a href="https://mastodon.social/tags/WebDev" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WebDev</span></a> <a href="https://mastodon.social/tags/Accessibility" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Accessibility</span></a> <a href="https://mastodon.social/tags/A11y" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>A11y</span></a> <a href="https://mastodon.social/tags/WCAG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WCAG</span></a> <a href="https://mastodon.social/tags/SuccessCriteria" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SuccessCriteria</span></a> <a href="https://mastodon.social/tags/Impact" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Impact</span></a> <a href="https://mastodon.social/tags/Usability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Usability</span></a> <a href="https://mastodon.social/tags/Understandability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Understandability</span></a> <a href="https://mastodon.social/tags/Teachability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Teachability</span></a> <a href="https://mastodon.social/tags/Testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testability</span></a></p>
Lisi Hocke<p>Today was a day of low energy and huge frustration. Yet there was a highlight to celebrate: after over a year of sharing &amp; demonstrating the value of running a service locally, finally 5 of my 6 fellow devs now have it running locally as well! 🤩💪🏻 We've come a long way together.</p><p><a href="https://mastodon.social/tags/team" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>team</span></a> <a href="https://mastodon.social/tags/development" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>development</span></a> <a href="https://mastodon.social/tags/testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testing</span></a> <a href="https://mastodon.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a> <a href="https://mastodon.social/tags/controllability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>controllability</span></a></p>
Gil Zilberfeld<p>How much time and effort goes into test automation maintenance? Automation test suites should be helping us. How come we end up working for them? </p><p>Check out my blog post.</p><p><a href="https://www.everydayunittesting.com/2022/10/is-it-worth-it.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">everydayunittesting.com/2022/1</span><span class="invisible">0/is-it-worth-it.html</span></a></p><p><a href="https://sw-development-is.social/tags/testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testing</span></a> <a href="https://sw-development-is.social/tags/automatedtesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>automatedtesting</span></a> <a href="https://sw-development-is.social/tags/apitesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>apitesting</span></a>, <a href="https://sw-development-is.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a>, <a href="https://sw-development-is.social/tags/rest" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>rest</span></a>, <a href="https://sw-development-is.social/tags/api" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>api</span></a>, <a href="https://sw-development-is.social/tags/apis" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>apis</span></a></p>
Ted M. Young<p>In a bit less than an hour, <span class="h-card"><a href="https://mastodon.online/@jamesshore" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>jamesshore</span></a></span> will join me on my stream (<a href="https://JitterTed.Stream" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="">JitterTed.Stream</span><span class="invisible"></span></a>) for Part 3 of refactoring my Yacht dice game (<a href="https://github.com/jitterted/yacht-tdd/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/jitterted/yacht-tdd</span><span class="invisible">/</span></a>) to use Nullables.</p><p>Today we'll focus on the average score "Notifier" and "Fetcher" Ports, which connect to an external service.</p><p><a href="https://sfba.social/tags/Java" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Java</span></a> <a href="https://sfba.social/tags/Design" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Design</span></a> <a href="https://sfba.social/tags/Testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Testability</span></a></p>
James Thomas<p>Blogged: CODS It! <a href="https://qahiccupps.blogspot.com/2022/11/cods-it.html" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">qahiccupps.blogspot.com/2022/1</span><span class="invisible">1/cods-it.html</span></a> <a href="https://sw-development-is.social/tags/testing" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testing</span></a> <a href="https://sw-development-is.social/tags/softwareTesting" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>softwareTesting</span></a> <a href="https://sw-development-is.social/tags/learning" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>learning</span></a> <a href="https://sw-development-is.social/tags/testability" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>testability</span></a></p>