Skip to content

v1.0.18

Compare
Choose a tag to compare
@DanielHarrod DanielHarrod released this 28 Jun 00:38
· 52 commits to master since this release

I'm going to try something new with the releases.

  • x64 build
  • Using a simple zip file - The installer is more trouble than it's worth, I'm going start releases with simply a zip file that you can unzip and run.
  • Unzip and run anywhere, this should make using previous version much easier.
  • Debug version - Maybe will provide more details from the error messages.
  • The legacy install location is: "%programfiles%\App Test Studio\App Test Studio" Start->Run use this command to find - if you need to locate the legacy install.

I have limited ability to test on other workstations for dependencies, if you have trouble running there may be some windows runtime libraries that are needed to download first. I could use your help in identifying installation pre-requisites, please add an issue so that it can be documented. (alternatively you can install an older release and then use the latest files).

New Features:

  • Cut-Copy-Paste - The windows clipboard is not used, this is simply an internal implementation. Almost all nodes can be cut/copied/pasted. There is some logic such as you can't paste without a cut/copy, some nodes can't be copied.

  • AfterCompletion GoTo: This allows you to go to any node in the tree. It does this by moving back down the tree, and up to the designated node. It's in the format Node\Node\Node this is treated like a filter where it will find the first occurrence and go down that path at each level. Circular references are allowed. Circular references can exponentially increase complexity and are harder to troubleshoot, but they can be very useful. There is a 100 circular reference execution limit before it checkpoints.

  • File->Recent Scripts - Shows the last 5 scripts that were ran for fast loading.

Signing certificates are not being used so you will be prompted by "Microsoft Windows Defender SmartScreen" with a blue box prompt titled "Windows Over Protected your PC". You can press the [More info] link at the top to decide or run AppTestStudio from Source code.
https://stackoverflow.com/questions/71280804/why-microsoft-defender-smartscreen-recognize-my-windows-form-app-as-not-safe