<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Judy Mosley</title>
    <description>The latest articles on Forem by Judy Mosley (@jmosley).</description>
    <link>https://forem.com/jmosley</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1385940%2F9b236212-84aa-4d77-b538-3d27b7a7b994.jpeg</url>
      <title>Forem: Judy Mosley</title>
      <link>https://forem.com/jmosley</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/jmosley"/>
    <language>en</language>
    <item>
      <title>🗺️ How-To: Create a Bug Report</title>
      <dc:creator>Judy Mosley</dc:creator>
      <pubDate>Tue, 25 Nov 2025 17:05:44 +0000</pubDate>
      <link>https://forem.com/jmosley/how-to-create-a-bug-report-1f3l</link>
      <guid>https://forem.com/jmosley/how-to-create-a-bug-report-1f3l</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flz5s437xoxrynoxfdk6v.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flz5s437xoxrynoxfdk6v.webp" alt=" " width="220" height="164"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Great! You’ve found a bug! And, wow, is it wreaking havoc! You did your homework. It’s reproducible, you know which environment it’s in, and it’s not been reported because you did your due diligence by searching through the ticketing system (insert Jira, Shortcut, Clickup, etc. here). This means you get the gold bug award. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9306d0tvk6no4hupemx5.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F9306d0tvk6no4hupemx5.webp" alt=" " width="498" height="463"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Finding the bug is only the beginning. Here’s how to create a great bug report.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What Qualifies as a Great Report?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Information. The more details you provide, the faster the engineering team can find and fix the issue. Let’s start with the essentials.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Browser Information: What browser are you using? Does the issue exist in other browsers?&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Environment: Was the issue discovered in production? Does the issue exist in the Staging or QA environments? Sometimes the fix is on the way, and you didn’t even know! Is the opposite true? The issue is in Staging but not in Production? Being able to identify which environments the issue is helps spread awareness across teams and prioritize a fix.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Reproducibility: Are you able to reproduce the issue when you follow a specific number of steps? Bugs that are reproducible are easier to find and fix. Intermittent bugs? Not so much.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Armed with all this information, here’s what to include in the ticket:&lt;/p&gt;

&lt;h3&gt;
  
  
  Form Fields:
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Expected Results&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This describes the outcome of what should happen when a user takes a specific number of steps through the application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Actual Results&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This describes the outcome that’s actually happening when a user takes those steps.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Steps to Reproduce&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Provide a clear numbered list that outlines where you started and what happened. For example: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to the homepage (include the url: this helps identify the environment you are working in)&lt;/li&gt;
&lt;li&gt;Login as a client user&lt;/li&gt;
&lt;li&gt;Click the profile icon&lt;/li&gt;
&lt;li&gt;From the profile page, click the “Reset Password” link&lt;/li&gt;
&lt;li&gt;The user is not redirected to the Reset Password page&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Videos/Screenshots&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;While Steps to Reproduce may be enough, sometimes it’s more helpful to include videos or screenshots of what you are seeing. Providing visuals is a great way to bring deeper insight into the issue.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This is where you can include browser information, which environment the issue was discovered, and the version number of the application.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Important Links:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Any conversation surrounding the issue provides context for the engineering team. These conversations can come from the communication tool the company uses (i.e., Slack or Teams) or any other source that creates a shared understanding of the issue and why it appeared.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Smash that submit button.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx9p9ugwj6j4l47fhmr9o.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fx9p9ugwj6j4l47fhmr9o.webp" alt=" " width="500" height="500"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🤔 &lt;em&gt;Hmm, did I miss anything? What other information do you use in your bug reports to help provide additional information? Let me know in the comments!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Till next week…&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ng0dzktb1oksxixoer5.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0ng0dzktb1oksxixoer5.webp" alt=" " width="440" height="488"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Want to support what you're reading? You can support my caffeine addiction writing by &lt;a href="https://ko-fi.com/judymosley" rel="noopener noreferrer"&gt;buying me a ☕️&lt;/a&gt;&lt;/p&gt;

</description>
      <category>qa</category>
    </item>
    <item>
      <title>👓 Quality Experience: Easy Ways to Introduce Accessibility Testing</title>
      <dc:creator>Judy Mosley</dc:creator>
      <pubDate>Tue, 11 Nov 2025 23:54:52 +0000</pubDate>
      <link>https://forem.com/jmosley/quality-experience-easy-ways-to-introduce-accessibility-testing-2pof</link>
      <guid>https://forem.com/jmosley/quality-experience-easy-ways-to-introduce-accessibility-testing-2pof</guid>
      <description>&lt;p&gt;Testing for accessibility can feel daunting. The first time my Director asked me to add accessibility as a category for testing, I didn’t know where to begin. Considering the high standards for reaching the &lt;a href="https://accessibleweb.com/rating/aaa/" rel="noopener noreferrer"&gt;WCAG 2.1 AAA rating&lt;/a&gt;, I felt overwhelmed knowing the site I was testing would not rate well.&lt;/p&gt;

&lt;p&gt;After deep breathing and good mentorship from the engineering team, we searched for tools that helped identify fast and easy fixes to make our site more accessible.&lt;/p&gt;

&lt;h3&gt;
  
  
  First, The Why
&lt;/h3&gt;

&lt;p&gt;Again, Empathy is a fabulous place to begin. My ability to see content on a site page is a variable, not a fixture that every user experiences. I know people who are color-blind or dyslexic. My willingness to see through their eyes affects how I test for users with accessibility challenges. Even if your website looks fine and seems intuitive, don’t expect it to look and feel the same for your entire user base.&lt;/p&gt;

&lt;p&gt;Resource: &lt;a href="https://youtu.be/SDP_MiHprl8" rel="noopener noreferrer"&gt;Check out Seren Davies - Death to Icon Fonts&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  With What?
&lt;/h3&gt;

&lt;p&gt;Thankfully, there are many tools (free and open source!) that support identifying web accessibility issues. For this post, we will focus on a few easy-to-implement options. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support for users with Dyslexia&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use: &lt;a href="https://chrome.google.com/webstore/detail/opendyslexic-for-chrome/cdnapgfjopgaggbmfgbiinmmbdcglnam" rel="noopener noreferrer"&gt;OpenDyslexic Browser Extension&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This browser extension was an easy add for our QA team's test suite. Listening to Seren Davies' story helped me realize that using the extension would be an easy way to see how the site would look when the browser extension is turned on. I was pleased to learn that our site uses SVGs instead of Icon Fonts. Using the extension, we catch bugs that display when the extension is enabled.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accessibility for Broader Audiences&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use: &lt;a href="https://wave.webaim.org/extension/" rel="noopener noreferrer"&gt;WAVE Browser Extensions&lt;br&gt;
&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accessibility for users with Vision Impairments&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Use: &lt;a href="https://chrome.google.com/webstore/detail/screen-reader/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en-US" rel="noopener noreferrer"&gt;Screen Reader Browser Extension&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How does your site sound to those with low vision? For users who aren’t able to use their sight, screen readers are perfect for those wanting to browse the internet. If they found your site, what would be their experience? Turn this extension on and click on different elements to hear what your site sounds like to those using screen readers.&lt;/p&gt;

&lt;h3&gt;
  
  
  When?
&lt;/h3&gt;

&lt;p&gt;Now. Start today. Add testing for accessibility to your current test plan. No, it may not be the company’s top priority now. Building data, identifying easy-to-fix issues, and showing easy ways to achieve accessibility for many types of users will help create a case for providing a more inclusive environment in your organization.&lt;/p&gt;

&lt;p&gt;Recently, I was working with someone from Support. As we spent time troubleshooting an issue, she shared her screen so we could look at things from her perspective.&lt;/p&gt;

&lt;p&gt;“Is that Open Dyslexic Font??” I asked.&lt;/p&gt;

&lt;p&gt;“Yes! I use it all the time! It makes web pages so easy to read!”&lt;/p&gt;

&lt;p&gt;I was so excited to share that we use Open Dyslexic in our test plan. She was excited that someone was looking at the world through her eyes! Exhilarated, I returned to the QA team to report that we were on the right path.&lt;/p&gt;

&lt;p&gt;May all your users be this happy with what your team creates.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6foq1uggenyt1nc9rdlf.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F6foq1uggenyt1nc9rdlf.webp" alt="image of a baby recieving glasses for the first time and smiling when they can see the person sitting in front of them." width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>qa</category>
    </item>
    <item>
      <title>✅Quick Tip: .wait() a Second</title>
      <dc:creator>Judy Mosley</dc:creator>
      <pubDate>Tue, 11 Nov 2025 15:31:12 +0000</pubDate>
      <link>https://forem.com/jmosley/quick-tip-wait-a-second-n3</link>
      <guid>https://forem.com/jmosley/quick-tip-wait-a-second-n3</guid>
      <description>&lt;h3&gt;
  
  
  TL;DR - Add a .wait()
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;cy.get('YOUR-SELECTOR').wait(1000).click()
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;For the past week, I’ve been working on the simple task of automating the click of a tab within a page. This should be simple, right?&lt;/p&gt;

&lt;p&gt;//Navigate to the page&lt;br&gt;
//Click the tab on the page&lt;br&gt;
//Click the button that displays within the tab contents&lt;/p&gt;

&lt;p&gt;.click() failed to open the tab.&lt;/p&gt;

&lt;p&gt;.invoke() set the correct attribute, but the clicked tab contents did not display.&lt;/p&gt;

&lt;p&gt;I applied breakpoints to the click action and watched each point in the code that triggered the click.&lt;/p&gt;

&lt;p&gt;I added .trigger() and used mouseover, hover, and mousedown&lt;/p&gt;

&lt;p&gt;.focus() was added.&lt;/p&gt;

&lt;p&gt;At this point, I was throwing everything in my power to click. this. tab.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F227i61syfzy5mhchzg1z.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F227i61syfzy5mhchzg1z.webp" alt="Animated yellow character frantically typing on a laptop with flames and repeated letter ‘A’s behind them, showing panic or overwhelm." width="480" height="480"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It wasn’t until I found &lt;a href="https://stackoverflow.com/questions/51254946/cypress-does-not-always-execute-click-on-element/70932275#70932275" rel="noopener noreferrer"&gt;this answer&lt;/a&gt; on Stack Overflow that I found my first clue.&lt;/p&gt;

&lt;p&gt;At first, I laughed. Not at the person but with them. My word! We’re just trying to click a thing! Then, for funsies, I applied their answer to my code.&lt;/p&gt;

&lt;p&gt;The tab opened.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhjmmldudt70mm8xnjnjg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhjmmldudt70mm8xnjnjg.png" alt="Text reads ‘OMG I FINALLY CLICKED THE TAB’ in all caps, expressing excitement or relief." width="498" height="42"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to find a solution, but wanting to know what triggered the click, I stripped away each part that might not be necessary. Here’s the result:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;cy.get('YOUR-SELECTOR').wait(1000).click()&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;All it took was a second.&lt;/p&gt;

&lt;p&gt;I know, I know, as QA Engineers, we stress and strain not to add waits to our code. It’s a code smell. It will slow down the tests, etc. And, that’s correct. But, sometimes, in code and life, all you need is a second.&lt;/p&gt;

&lt;p&gt;Hope this helps someone and saves you DAYS of searching.&lt;/p&gt;

&lt;p&gt;🙏&lt;/p&gt;

&lt;p&gt;Want to support what you're reading? You can support my caffeine addiction writing by &lt;a href="https://ko-fi.com/judymosley" rel="noopener noreferrer"&gt;buying me a ☕️&lt;/a&gt;&lt;/p&gt;

</description>
      <category>automation</category>
      <category>qa</category>
      <category>cypress</category>
    </item>
    <item>
      <title>🫱🏾‍🫲 Quality Experience: How to Introduce QA Practices to Your Organization</title>
      <dc:creator>Judy Mosley</dc:creator>
      <pubDate>Sat, 08 Nov 2025 14:46:55 +0000</pubDate>
      <link>https://forem.com/jmosley/quality-experience-how-to-introduce-qa-practices-to-your-organization-1dg9</link>
      <guid>https://forem.com/jmosley/quality-experience-how-to-introduce-qa-practices-to-your-organization-1dg9</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F72b9eye2ln61bvgrlxg6.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F72b9eye2ln61bvgrlxg6.gif" alt=" " width="480" height="360"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🖥️ Whether your tech stack is brand new or teetering with age, any time is a good time to introduce Quality Assurance practices within your organization. &lt;/p&gt;

&lt;p&gt;What do I mean by QA practices? For this article, QA practices are defined by specific standards set within an organization that increase the product's efficiency, quality, and reduce communication confusion when bugs or defects are discovered during the development process.&lt;/p&gt;

&lt;p&gt;Wait, why didn’t you say “best practices”? I avoid the word “best” because “best” could be applied to any type of practice that hasn’t been verified or fully vetted. It’s a word that’s easily applied but hard to prove. This idea comes from one of my favorite talks by Viktor Slavchev in his talk “&lt;a href="https://www.ministryoftesting.com/testbash-talks/6be349cd?s_id=15233023" rel="noopener noreferrer"&gt;‘Worst’ Practices of Software Testing&lt;/a&gt;”. This is a recommended watch for anyone wanting to learn about the QA process.&lt;/p&gt;

&lt;p&gt;I’ll approach these practices in a more holistic sense. Creating processes that provide clarity and ease of use is more likely to be embraced by those within your organization.&lt;/p&gt;

&lt;p&gt;We’ll discuss:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Empathy&lt;/li&gt;
&lt;li&gt;Documentation&lt;/li&gt;
&lt;li&gt;Process&lt;/li&gt;
&lt;li&gt;Mindset&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🌊 Let’s dive in:&lt;/p&gt;

&lt;p&gt;👂Empathy - “I believe you.”&lt;/p&gt;

&lt;p&gt;Creating a thriving QA culture needs to begin with empathy. Our users can be anyone from our clients to the developer building the feature. As unfortunate as it feels, when a developer says, “It’s working on my machine,” that’s absolutely true! Their process and their environment shape their experience. This is true for the end user as well. When a report comes back with a user stating that something is broken, we can fully trust that their process and their environment are shaping their experience. Where communication breaks down is when we take both the process and the environment as truth. These are variables, not elements that can’t be changed. When any user comes to the QA and says, “This is what I’m experiencing”, continue the conversation by believing them. (And, devs, if a QA says that it’s broken on their machine, believe them.) Beginning conversations with empathy fosters conversations of openness and curiosity, which leads to solutions for all users working with the end product.&lt;/p&gt;

&lt;p&gt;🗺️ Documentation - “This is the way.”&lt;/p&gt;

&lt;p&gt;Each tool a team embraces and the process applied in the SDLC should have documentation around it. The documentation should include why the tool or process is chosen and how it should be used throughout the organization. Documentation should be clearly written, accessible to the appropriate teams, and organized for easy discovery. This also includes documentation that covers the application the engineering team is creating and how it should operate for anyone using it. &lt;/p&gt;

&lt;p&gt;Yes, documentation can become stale. Giving teams the freedom and time to update their docs often helps keep them up-to-date and evergreen.&lt;/p&gt;

&lt;p&gt;🥾 Process - “This is the how.”&lt;/p&gt;

&lt;p&gt;Do your users have a way to report issues? Does everyone in your organization know how to report a bug if found? Creating defined processes for every type of user paves the way for clear communication when bugs are discovered. Who is the person responsible for triaging issues that come in? Do you have channels dedicated to bug reports and status updates? Included are some easy ways to report, triage, and find resolutions for bugs reported:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Create a system for end users to report bugs and make this system clear and available so they won’t spend time hunting your site for how to make a report.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Within your organization, set up a form using &lt;a href="https://www.google.com/forms/about/" rel="noopener noreferrer"&gt;Google Forms&lt;/a&gt;, &lt;a href="https://clickup.com/" rel="noopener noreferrer"&gt;ClickUp&lt;/a&gt;, &lt;a href="https://www.shortcut.com/" rel="noopener noreferrer"&gt;Shortcut&lt;/a&gt;, or any tool that your team already uses. Again, this form should be easily accessible when a bug is discovered.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Set up specific communication channels that are dedicated to bug reports. To avoid unnecessary noise, limit these bug reports to reports with higher severity levels.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Select specific people in your organization to triage and troubleshoot bugs as they are reported. This can be anyone from the Support team, the Product Management team, or the QA team. Clearly defining who will do this helps keep “too many cooks out of the kitchen” when a bug is reported.&lt;/p&gt;

&lt;p&gt;Define when status updates will be given on high-severity bugs. This can be anywhere from 15 minutes to an hour. Lower severity bugs can have an increased time status since the issue may be more annoying than limiting functionality for the user.&lt;/p&gt;

&lt;p&gt;🤔 Mindset&lt;/p&gt;

&lt;p&gt;Taking a note from Ted Lasso, “&lt;a href="https://www.youtube.com/watch?v=i_FofLSherM" rel="noopener noreferrer"&gt;Be curious, not judgmental.&lt;/a&gt;” When issues appear (in any software or process), it’s easy to start the blame game. It’s much harder, but more helpful to start the problem-solving game. Begin by asking questions - what browser is the client using? What type of device are they using? Is there any event within the tool suite that could be disrupting the use of the application? So many variables can disrupt a user’s experience. Being curious will open far more paths than blaming a team within the organization.&lt;/p&gt;

&lt;p&gt;Making these changes within your organization may feel nerve-wracking in the beginning. Choosing to change what’s always been done will create an environment where users can speak freely when issues arise and team members can find and fix what prevents a smooth user experience for your clients. &lt;/p&gt;

&lt;p&gt;&lt;em&gt;What practices have you introduced to your organization that have increased efficiency and connectivity with your users? I would love to hear your thoughts.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Want to support what you're reading? You can support my &lt;del&gt;caffeine addiction&lt;/del&gt; writing by &lt;a href="https://ko-fi.com/judymosley" rel="noopener noreferrer"&gt;buying me a ☕️&lt;/a&gt;&lt;/p&gt;

</description>
      <category>qa</category>
    </item>
  </channel>
</rss>
