# uitest

Published articles for uitest.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Implementing Radial Swipes in UI Tests

DevFeed: [Implementing Radial Swipes in UI Tests](<https://devfeed.tech/articles/doing-a-radial-swipe-in-ui-test-28533.md>)

Original publisher: [Read original article](<https://www.amanjeet.me/doing-a-radial-swipe-in-ui-test/>)

Author: Amanjeet Singh Gurtatta

Published: 2024-02-20T12:36:00Z

Content type: tutorial

Language: en

Sources: [Amanjeet Singh](<https://devfeed.tech/sources/amanjeet-singh.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [ui-testing](<https://devfeed.tech/topics/ui-testing.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Android](<https://devfeed.tech/topics/android.md>), [math](<https://devfeed.tech/topics/math.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [automation](<https://devfeed.tech/tags/automation.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [maestro](<https://devfeed.tech/tags/maestro.md>), [math](<https://devfeed.tech/tags/math.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ui-testing](<https://devfeed.tech/tags/ui-testing.md>), [uitest](<https://devfeed.tech/tags/uitest.md>)

### AI overview

A tutorial on implementing radial swipe gestures for UI tests. It derives points along a circular arc with parametric equations and uses JavaScript and Maestro to generate swipe coordinates for an Android clock alarm test.

### Source excerpt

Discover the intricacies of implementing a radial swipe in UI testing with a step-by-step guide. We'll unravel how to tackle this with an example of Android clock app.