Submit Help Request
Help Desk
Submit Help Request

Test Creation

Flows, scenarios, Elements, Values, groups.
  • Account Management
  • Run Configuration
  • Running Tests
  • Test Creation
  • Troubleshooting
  • Resources
    • Account Management
    • Run Configuration
    • Running Tests
    • Test Creation
    • Troubleshooting
    • Resources
  • Why doesn't my Element Snapshot fail when the page changes?

    Check whether a control image already exists, then lower Acceptable change allowed. The first successful Snapshot stores the current look as the control and passes. Later Runs only fail when the ch...
  • My test email isn't arriving

    Confirm the email is being sent to a DoesQA mailbox. Use a dynamic Value such as $testEmail or $accountEmail in the field that receives the email. Prefer $testEmail with the Test Case inbox for ema...
  • Why can't DoesQA click this element?

    Open the failed Touch Test Step and read its responses first. DoesQA already waits for the Element and scrolls it into view before clicking, so start with what the run shows rather than adding more...
  • My Value is empty in Run browser script

    In a Run browser script, read Values with VALUES.yourKey. The $ picker works in other Test Step fields. The script field is JavaScript, so use the VALUES object instead. Open the Run browser scr...
  • Why did my Selector stop matching?

    Open the Element and check whether the Selector still matches what is on the page. Layout and attribute changes are the usual cause when a Selector that used to work starts failing. Open the fai...
  • Why does my test pass on desktop but fail on mobile?

    Start with the Open Test Step. Desktop and mobile use different Runner and Variant settings, so the page layout, viewport, and Element states can diverge even when the Flow is the same. Open the...
  • Why can't DoesQA find this Shadow DOM element?

    Prefix your CSS Selector with >>>. If the control is inside Shadow DOM, a normal CSS Selector stays outside that tree and the step cannot find it. Open the Element (from the failing Test Step, or ...
  • How do I export a test to Playwright, Cypress, or Selenium?

    Export from the test you want to download. Open that test, open Options on the test toolbar, and choose Export. DoesQA opens Assistant with your test linked. Open the test from a Run or from your ...
  • How does email testing work in DoesQA?

    DoesQA includes test inboxes in the product. You do not need a separate mail testing service for journeys such as registration, password reset, or magic-link login. Two inbox types Test Case inbox...
  • How does test data work in DoesQA?

    DoesQA generates, stores, and passes data inside the same Flow as your UI steps. You do not need a separate fixture library for names, emails, shared config, or API setup. Built-in Values Type $ in...
DoesQA
—
  • Homepage
  • Docs
  • App Login
  • Submit Help Request