Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
AppTestStudioInstaller.msi | 2024-06-10 | 33.3 MB | |
README.md | 2024-06-10 | 1.2 kB | |
v1.0.17 source code.tar.gz | 2024-06-10 | 1.3 MB | |
v1.0.17 source code.zip | 2024-06-10 | 1.4 MB | |
Totals: 4 Items | 36.0 MB | 0 |
You will need to uninstall previous versions if you are using the installer.
Releasing this a little earlier than I would like due to a bug fix.
- Runtime display boxes when events occur: Originally they showed the wait time between actions, this works great for clicks but not for non-instant operations such as drag, swipe, move, and keyboard. Added a shadow to indicate both the action and the wait.
- New project setting to not take a screenshot between base actions: Taking a screenshot can take time. This setting will forgo the screenshot at the Home loop. Although you can't do a controlled click that checks for colors(as no screenshot), you can send hundreds of clicks to a set position on the screen. Most applications can't process that many clicks per second, and humans click > 45ms per action, so this can result in undefined behaviors. But some applications can take it up to a limited point.
- New CPU chart - This is not the load on your CPU, in fact AppTestStudio runs extremely efficiently. The CPU is the amount of time in a thread dedicated to calculating (screenshots, image searches, logic). Useful if you need to rework some of your image searches to keep up with a fast moving application.