FAQ

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

chevron-rightCan DogQ interact with iframe elements?hashtag

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.

chevron-rightCan I test Stripe payment forms with DogQ?hashtag

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.

chevron-rightCan DogQ interact with Javascript Popups?hashtag

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

chevron-rightCan I exclude DogQ traffic from my Google Analytics?hashtag

Yes. Please, check out the guidearrow-up-right we provide.

chevron-rightCan DogQ bypass CAPCHA?hashtag

Yes. For that you can include DogQ in your allow-list. Learn morearrow-up-right

chevron-rightCan DogQ provide visuals of different steps in my Scenario?hashtag

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

chevron-rightCan I add steps between other steps in DogQ?hashtag

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.

chevron-rightCan DogQ notify me about the progress of my tests?hashtag

You can set Email and/or Slack notifications in the Project Settings. Learn morearrow-up-right

chevron-rightCan I execute my tests externally?hashtag

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"Learn morearrow-up-right

chevron-rightI'm a Team Owner. What happens if I delete my account?hashtag

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.

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

chevron-rightCan I record tests with DogQ?hashtag

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

chevron-rightCan DogQ interact with PDF files?hashtag

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.

chevron-rightCan I ask DogQ to create tests for me, like with AI?hashtag

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 AI-powered tools.

Last updated