Documentation
HomepageLog InRegisterPricingWhy DogQ
  • Documentation
    • Get started
    • Scenario steps
    • Selectors
      • Selectors in DogQ
      • Beginner's Guide to XPath
      • CSS Selectors 101
    • Reserved words
    • Interacting with JS Popups
    • Editing tests
    • Organizing tests
    • Macros
    • Workflow tips
    • AI-powered tools
      • AI Step generator
      • AI Healer
      • AI Suggester
    • Scheduling
    • Team
      • Squads
    • Recordings (beta)
    • Integrations
      • CI/CD
      • Slack
    • DogQ User-Agent
  • Use Cases
    • Component testing
    • Transient elements
    • Select-option dropdowns
  • FAQ
Powered by GitBook
On this page

Was this helpful?

FAQ

Check out the answers to some of the most common questions we receive from users

PreviousSelect-option dropdowns

Last updated 1 month ago

Was this helpful?

Can DogQ interact with iframe elements?

Yes, DogQ can to dig into an iframe element and interact with the nested content, however if there are multiple levels of nesting, DogQ will only be able to interact with the top one.

Can I test Stripe payment forms with DogQ?

Yes, DogQ is able to interact with integrated online payment services like Stripe and their forms. When providing numeric values for a payment form, you can either enter them as they are(expiration date 12/25) or choose to omit any special symbols(expiration date 1225). You can even leave out the white-spaces in the card number - the formatting will be conformed automatically.

Can DogQ interact with Javascript Popups?

There's a reserved word built into DogQ for such interactions: JavascriptPopup. For more detailed instructions, please, check out the designated .

Can I exclude DogQ traffic from my Google Analytics?

Yes. Please, check out the we provide.

Can DogQ bypass CAPCHA?

Yes. For that you can include DogQ in your allow-list.

Can DogQ provide visuals of different steps in my Scenario?

DogQ can make screenshots of the tested web site at steps of your choice which then can be viewed in Test Run Report.

Can I add steps between other steps in DogQ?
Can DogQ notify me about the progress of my tests?
Can I execute my tests externally?
I'm a Team Owner. What happens if I delete my account?

In DogQ, a Team Owner's account is the actual holder of the subscription, all Scenarios and related records. Deleting a Team Owner's account will lead to the termination of all that as well as all the team members individual accounts.

Can I record tests with DogQ?
Can DogQ interact with PDF files?

Yes, DogQ supports PDFs. If, in the course of a test, a PDF file is opened and that fact needs to be tested, you can use steps like "Check URL" and "Find text" to verify that.

Can I ask DogQ to create tests for me, like with AI?

Once you have at least two steps in your Scenario you can use buttons to add steps between existing ones in any position you need.

You can set Email and/or Slack notifications in the Project Settings.

You can find the Project Token in the Project Settings. Here's a command to trigger execution curl --location --request POST "https://dogq.io/projects/external_execute" --header "TOKEN: your_token"

If you would like to delete an account that currently has role Owner but save the Scenarios, you can go to page and transfer the ownership before deleting the account.

At this point we do not have a proprietary recorder. However, DogQ allows importing Puppeteer scripts in to create tests.

Sure! DogQ has several AI assistants at your disposal. Step generator can help you create new steps for your tests while Suggester can generate entire tests based on the ones that already exist in your Module. For more details visit .

page
guide
Learn more
Learn more
Learn more
Learn more
Team
Learn more
AI-powered tools