Currently, with lots of bound data sheets the visibility when binding them is poor. See
Can this be improved by widending the view and also making this a search rather than a drop down as the selection will likely grow greatly making it even harder to locate the file i need.
In addition, when managing the data, there should also be a search to filter the data source i want to edit / manage
Hello people at Telerik,
Is it possible to Data Bind a Radmaskedtextinput using the Test Studio User Interface?
In more detail:
I am automating a WPF application (Data Driven).
I want to fill out forms with multiple types of input fields (like Date, Comboboxes and also Radmaskedtextinput).
I have bound my test to an Excel file.
For fields like comboboxes and dates I am able to select the data to be used by clicking on the button "Data Binding" in a test step.
For me, this is "using the Test Studio Interface". (See Databind_combobox)
For "Radmaskedtextinput" type fields I am not able to do this. Clicking on the dropdown arrow at the right of a recorded test step shows nothing. (See Databind_radmaskettextinput)
Workaround:
I am able to data bind the step by converting the teststep to a coded step and changing the argument of the TypeText function. (see Databind_Code). This works, but selecting through the test Studio UI seems easier.
Thanks in advance!
With friendly regards,
Robert
Currently the results view is divided exactly 50/50 but this seems to be a waste as the view on the left does require this much screen real estate; see
Can this beadjusted so that more of the right panel is visible as default to reduce the need to always manually adjust every time i want to view the results.
The window for sorting tests while editing the testlist can't be maximized.
Long testpaths can't be read properly and the trashbin for deleting the test can only be accessed via scrollbar.
Steps to reproduce:
Expected: The test list run does not execute any of the tests due to the compilation error and logs a failed test list result.
Actual: The test list run does not execute any of the tests due to the compilation error and logs a passed test list result.
Currently Test Studio Execution extension allows to get the duration only of the overall test in the OnAfterTestCompleted() method.
Extend the functionality and include the option to get the duration of each separate executed step.
Dear Telerik team,
we lately encountered an inconvenience in using ArtOfTest.WebAii.Win32.SaveAsDialog.CreateSaveAsDialog(params).
The issue occurs in the SaveAsDialog.Handle() method. In there the keyboard input uses fixed parameters for delay and hold: _desktopObject.KeyBoard.TypeText(_filePath, 50, 50, supportUnicode: true);
This slows our test unnecessarily down, so it would be desirable to either change the input parameters to a reasonably short time (Why not 0,0?) or give the developer the option to manually change the parameters, since there is no need for these delays in automated tests.
Best regards
Current Test Studio wouldn't prompt Save dialog when close unsaved test case file. User may lost track for changed file.
Request when close any unsaved file on Test Studio, it should prompt user a Save Dialog, let user notice and decide to save.
Current test studio would auto remove element if not used by any test cases, without user notification.
For real world scenario, those element may needed in later test cases. It is a nightmare if an element not found when needed. Also those element may used in custom code file.
Request to enhance Test Studio to let user decide which element to removed. Yours can highlight or change font of unused elements, so that user notified and manage it after that.
Hello Progress Support,
I wonder if we can have "Bind data" applied on the "String Length" in "Generate random string" step?
Thank you for your help.
Regards,
Lisa
A custom web app requires key pad authentication to log in and this uses an extension in chrome/edge.
Test Studio does not allow signing in because the chrome being opened by Telerik does not allow me enable extension.
I have tried this for edge and chrome and it doesn't work.
Currently WPF tests always require an application to be configured and launched upon test start. So, one need to always use a dummy app when using the 'Connect to app' and 'Launch app' steps.
Enable the WPF test configuration with the option to not launch an application - similar to the configuration experience for Desktop test.