Released TestResults.io test automation platform 3.3.0.0
Visual Designer: 3.3.0.0
TestResults.io Engine: 3.3.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 3.3.0.0
EnvironmentModel Windows : 3.3.0.0
EnvironmentModel MacOS X: 3.3.0.0
EnvironmentModel Android: 3.3.0.0
App possibility to edit generated screens.
Add Screen Explorer window with an overview of generated screens.
New and improved UI for Test Environments window.
Allow to search for multiple image folders at once.
Automatic scaling of images for image searches on devices with different pixel ratio (such as mobile devices with different screen sizes).
Extended support for Android.
Initial release of Android Environment Model.
Elements with different states (e.g. Checkbox, Button) now offer dedicated properties to refer the corresponding images.
For new installations the only way to activate a license is to create a new TestResults.io solution.
Small possibility of keys (Alt, Ctrl) getting stuck when switching between Remote Viewer and Visual Studio.
Combination of Resize and Select Filter does not work correctly.
Released TestResults.io test automation platform 3.2.0.0
Visual Designer: 3.2.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 3.2.0.0
EnvironmentModel Windows : 3.2.0.0
Generated classes for screens are added behind user defined class in solution explorer, generated classes for images are now added in obj folder and not included in project structure anymore.
New SW Model template for web applications which directly supports Browser functionality and BrowserScroller.
Usability improvements in Screen Editor.
Optimized screen initialization: No more NullRefExceptions from Elements when you forget to wait on a screen. Elements are now instantiated in constructor of the screen. ScreenSelect (and thus the Filters of the elements on that screen) will be updated dynamically after the screen is initialized.
New methods for Button: WaitForActive and WaitForInactive
For new installations the only way to activate a license is to create a new TestResults.io solution.
Combination of Resize and Select Filter does not work correctly.
Released TestResults.io test automation platform 3.1.0.0
Visual Designer: 3.1.0.0
TestResults.io Engine: 3.1.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 3.1.0.0
EnvironmentModel Windows : 3.1.0.0
Software model reference can be changed to a different sw model globally or on test case through the TestResults.io context menu.
Avoid detecting ligatures such as fi (fi) in OCR engine.
Support for new Chromium-based Edge Browser (old Edge is still supported as Edge_PreChromium)
New property FindElementBeforeRetry to control whether to check if an element is still on screen before a retry.
New method SetSelectFilter to set a select filter on an OnScreenElement.
For new installations the only way to activate a license is to create a new TestResults.io solution.
Screen names and project folders with white-spaces are not handled correctly in all cases.
Connection LiveTrack are not supported when executing through the Visual Designer.
Combination of Resize and Select Filter does not work correctly.
Released TestResults.io test automation platform 3.0.0.0
Visual Designer: 3.0.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 3.0.0.0
EnvironmentModel Windows : 3.0.0.0
EnvironmentModel Mac: 3.0.0.0
UX Improvements for screenshot taker (rectangle selection & modification and zooming).
Include subfolders from build output in the testcontainer.
Allow renaming of projects etc without breaking linkage from designer project to portal (portal id now saved in App.config file).
Old images are deleted from build output during clean and rebuild to avoid searching for old images during test execution.
New extension method t.WaitForMultipleElements to simultanously wait for multiple elements and react on the element that was found first.
Button and TextBox interaction methods will search the element again before a retry to handle position changes between retries.
SystemHelpers.CopyFile is being replaced by CopyFolder and CopyFiles, depending on the type of item that shall be copied.
New method SystemHelpers.LoginRecentUser to handle Windows lock screen.
CmdWindow.VerifyText returns text from last command as out parameter.
When switching to Capture Mode through keyboard shortcut, the image preview is not updated.
For new installations the only way to activate a license is to create a new TestResults.io solution.
Connection UpdateRate and LiveTrack are not supported when executing through the Visual Designer.
Combination of Resize and Select Filter does not work correctly.
Released TestResults.io test automation platform 2.4.0.0
Visual Designer: 2.4.0.0
TestResults.io Engine: 2.4.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 2.4.0.0
EnvironmentModel Windows : 2.4.0.0
EnvironmentModel Mac: 2.4.0.0
Automatically add reference to software model when creating a test case project.
Automatically instantiate newly created screens in App class.
Simplified interfaces and made member names more consistent (e.g. text detection parameters).
Caching for image search can be disabled with image parameter.
SlowApproach for Mouse.Click can be disabled with parameter.
Simplified interfaces and improved intelliSense comments.
Added GenericScroller class that should work with most scrollers.
Potential crash during communication with the portal when internet connection is lost.
Connection UpdateRate and LiveTrack are not supported when executing through the Visual Designer.
Combination of Resize and Select Filter does not work correctly.
Released TestResults.io test automation platform 2.3.0.0
Visual Designer: 2.3.0.1
TestResults.io Engine: 2.3.0.1
TestResults.io Models (available at nuget.org):
BaseModel: 2.3.0.1
EnvironmentModel Windows : 2.3.0.0
EnvironmentModel Mac: 2.3.0.0
Screen Editor Workflow optimized according to user feedback
Initial setup wizard for new TestResults.io solutions
Streamlined F5 experience
Visual Designer:
Connection to the Test Env. needs to be opened before starting an execution in order to see the live execution.
Released TestResults.io test automation platform 2.2.0.0
Visual Designer: 2.2.0.0
TestResults.io Engine: 2.2.0.0
TestResults.io Models (available at nuget.org):
BaseModel: 2.2.0.0
EnvironmentModel Windows : 2.2.0.0
EnvironmentModel Mac: 2.2.0.0
Advanced Visual Screen Editor - now you can automatically generate screens and its elements (e.g. Buttons, TextBoxes) without any coding
Added connection support for Android devices (Engine and Visual Designer)
Connection to the Test Env. needs to be opened before starting an execution in order to see the live execution.
After saving an image, if the user selects the new rectangle the hotspot is not reset
Name of Controls and Screen names need to be entered without spaces. Otherwise the generated screen C# class will show invalid variable names.
Image Modification for OCR Engine only works with FindText(), but not with GetText()