Test Studio Welcome screen crashes in specific customer environment.
When starting a project from the Settings.aiis file, it loads correctly, but triggering the Welcome screen results in unexpected error.
Last updated product done (23-02-2022) to Product version: 2022.1.215.0
After being updated, we have found that tests which already were running correctly with Chrome headless, stopped working.
Those tests had some 'Keyboard KeyPress' steps, with no Code. Now, those steps make fail the wholes test.
We tried to change those steps to Code, and the final result remains the same.
Tests with this type of step, fail:
[CodedStep(@"Keyboard (KeyPress) - Enter (1 times) on 'ELEMENT'")]
public void TEST_CodedStep()
{
ActiveBrowser.ContentWindow.SetFocus();
Pages.PAGE.ELEMENT.ScrollToVisible();
Pages.PAGE.ELEMENT.Focus();
ActiveBrowser.Manager.Desktop.KeyBoard.KeyPress(ArtOfTest.WebAii.Win32.KeyBoard.KeysFromString("Enter"), 150, 1);
ActiveBrowser.WaitUntilReady();
}
}
We added the assembly reference System.Windows.Forms and nothing changes to better ¿Should we need to attach another reference assembly?
We would appreciate if you could help us
Thank you
Test Studio unable to capture enable or disable state of an element build on material design. Due to which i have to create 2 elements to check enable and disable state. This will increase my element repository drastically. Please provide some optimize solution.
<input _ngcontent-osd-c251="" matinput="" type="text" formcontrolname="dateLastModified" readonly="true" class="mat-input-element mat-form-field-autofill-control ng-tns-c124-150 cdk-text-field-autofill-monitored ng-untouched ng-pristine ng-valid" ng-reflect-type="text" ng-reflect-readonly="" ng-reflect-name="dateLastModified" id="mat-input-8" aria-invalid="false" aria-required="false">
</input>