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>
Similar concept to the .sln file that is created per Visual Studios projects.
It would be nice if there was a single file for Test projects that would open the entire project inside of Telerik Test studio, instead of having to open Test studio first and then navigating to the project and selecting "Select Folder".
Please add the ability to expand the suggested options section that appears along the bottom of the Edit Elements tab as it would be nice to see more than four options at once without scrolling through a space that is less than 1.5 inches tall. In the old view, nearly all of the options were visible without scrolling. See attached screenshot if needed.
Thank you in advance for your consideration.
Version: 2019.2.619.0
StepType should be editable for any element, it will help user to update same step for different StepType if user want to add/update step quickly without recording or add from Step builder
Ability to create clone of Element just like Tests and then rename it including changing properties
This will allow user to add multiple elements on the single page too quickly
Please add an easy way for changing the scheduling database through the UI, currently in order to change the database you need to either reinstall Test Studio or edit the config files (not recommended)
As a user running TeamPulse bug tracking from Test Studio I submit bugs for test failures. I need the links of those bugs persisted with tests and exposed from the Test Studio UI as I get Acceptance Criteria links.
Automate conversion of Test Studio Standalone test lists to Visual Studio 2010 test list format to ease execution with MSTest and further automate CI build processes.
Test Studio runs a WPF test using only the logged user's credentials. It will be a good feature to be able to use different users credentials to start the WPF app with.
Please provide the free "Testing Framework" assemblies via your NuGet Feed. As of now, I require the "ArtOfTest.WebAii.dll" for automation and testing of our WPF-Application which includes "Telerik UI for WPF". I am already installing those UI Components from the Telerik NuGet Package.