- Print
- DarkLight
Article Summary
Share feedback
Thanks for sharing your feedback!
Important points when creating [Scenarios]
- Autify creates a new environment for each test execution, and the environment is deleted when the test is completed. You cannot transfer cache, cookies, etc. to another test, but you can configure them using a [JS Step].
- For a stable parallel execution, please create a [Scenario] that can be executed repeatedly.
For example, in a [Scenario] for checking whether user registration can be done successfully, it may fail if the [Scenario] only includes user registration. This is because the user ID/email address was registered in a previous test.- In this case, there are two possible solutions:
- Make sure that the user ID/email address is a unique value each time.
- Record steps to delete the registered user's account in the [Scenario]. This way, no user account is registered to that user ID/email address each time the test is executed.
- In this case, there are two possible solutions:
Important points when contacting us
- We can provide support for [Scenarios] with up to 200 steps. For [Scenarios] with over 200 steps, we may refuse to investigate why the test failed.
- If you would like to contact us about a failed test, please do so from the [Get Support] button in the error details section at the top of the screen. This will send us the information necessary to investigate the issue, and the investigation process will be smoother. Please do not use the Contact Us button at the bottom right.
Response Status for Frequently Contacted Operations
Item | Response status | Notes |
---|---|---|
ENTER key input | Supported | This is unsupported only on iOS. Please record operations that can be substituted for ENTER key input, such as button clicks. |
ESC key input | Unsupported | |
Passing automated access detection systems such as reCAPTCHA and puzzle authentication | Unsupported | There may be a debug mode available. Autify cannot answer questions about authentication systems, so please check the specifications of the authentication system you are using. To allow Autify access, you will need to make changes on the website under test - for example, make it so that Google Authentication is not required for Autify. You can read more about reCAPTCHA here. |
Operating and testing in iframe | Supported | The nested iframes are not supported. |
Operating and testing in frame | Unsupported | |
Operating and testing Shadow DOM elements | Partially Supported | It is only possible if the mode option is open . Autify may not be able to test shadowRoots in a closed state. |
Operating and testing in Canvas | Unsupported | |
Operating and testing in SVG | Partially Supported | Currently, recording actions taken on an SVG element will result in the parent element of the SVG element being recorded; adding locators and assertions on SVG elements and their child elements are supported. |
Operating and testing in Flash | Unsupported | |
Operating on xhtml pages | Unsupported | |
Operating and testing on Flutter for Web | Unsupported | Currently, HTML Renderer and CanvasKit are not supported. |
Asserting the wording of alerts displayed by browsers | Unsupported | You can validate alert-like DOM elements within websites. |
Operations in dialogs displayed by browsers | Unsupported | Actions on alert-like DOM elements within websites are handled correctly. |
Back, forward, and reload operations in browsers | Partially Supported | Please use a JS Step |
Resizing and moving the browser window | Unsupported | |
Switching tabs | Supported | This action will fail on real iOS 11 devices or earlier. |
Selecting an option of a select element by its value | Unsupported | Currently, Autify uses labels as a clue. |
Right-click | Partially Supported | Please use a JS Step |
Double click | Partially Supported | Please use a JS Step |
Long tap | Unsupported | |
Drag and drop | Unsupported | |
Uploading files by drag and drop | Unsupported | |
Downloading files | Unsupported | |
Clicking while holding Ctrl or Alt | Unsupported | Currently, this is recorded as a regular click. |
Operating video elements | Partially Supported | You cannot record this operation. Please use a JS Step. |
Testing using location information | Unsupported | |
Testing of QR code reading | Unsupported | |
Testing voice input | Unsupported | |
Testing Chrome extensions | Unsupported | |
Testing Google Developer Tools | Unsupported |
※ Information is correct as of March 10, 2023.
Was this article helpful?