The imported test was created with data binding. After I imported the test successfully, I did not get/have the xls that was used in the other project. The test execution fails due to the missing data source file.
GetComputedStyle() for hyphenated computed style against Microsoft Edge does fails with the following error:
InnerException: System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.I ran a test list through 'Schedule TestList' using "Run locally" scheduling setup and i received an email with html attachment. When i open the html I can see the actual and expected screenshot are missing.
Scenario:Use a simple Login-Logout test that is separated into two different tests, executed as steps (Login test & Logout test = login-logout test) for performance run.
Issue: The current overview functionality will show the execution of the test steps 'login' and all the individual steps from the nested test, then moves onto the 'logout' test and the steps for the second nested test. The times displayed for the 'Test as Step' steps is the client side time, required for the initialization of the nested test.
There are two options for more understandable results - the 'Test as Step' step should either not representing any time, or displaying the summed up time of the nested step execution.
While connecting to Jira Cloud (https://name.atlassian.net) with valid userid and password, its giving error message "The remote server returned an error :(401) Unauthorized".
Currently Test Studio supports Toggle calendar action and selecting date from the visible month when automating Kendo Angular datepicker.
It will be helpful if the support is extended and setting the date directly in the KendoInput is also an option. As of now using Actions.SetText() is not triggering the necessary events and real user behavior is required to handle the scenario.
Depending on the exact implementation, a coded step may be required to enter valid date.
Create folder hierarchy in {project}\Data\ folder to organize the external data sources.
For example:
{project}\Data\UserData\abc.csv
{project}\Data\CompanyData\def.csv
I'm unable to shrink the width of the Test Explorer and Element Explorer.
In the attached file I'm unable to move the bar (highlighted with the red line) at all to the left.
I'd like to be able to shrink the width to the left, as both panes take up more room than necessary.
(SIDE NOTE: For some reason, the required "Version" drop-down only gave me versions way back to 2014. I'm on 2019.1.212.0)
Hi Team,
Wondering if it's feasible to offer official support for electron-based apps at some point in the near term. Since the framework already utilizes front-end technology, is this something that we may be able to incorporate into a future release?
Thanks!
Good morning,
When checking in, the full path and name of the test is not viewable, even though there is space in the window.
Thanks
Ruth
When attempting to get data related to what is being displayed in the RadCartesianChart I cannot read the nested properties under the Path's Tag field. When retrieving the Tag property it is returned as a string and appears to be pre-populated in the propsBag as a String property
The Path WebAii element has a Data field which returns nested properties for the Geometry, but I do not see similar functionality for the Tag field. Is this supported or is there guidance on implementing a custom AutomationObject to provide deserilazation and access to the nested properties? If not can you provided details on the difference to why Data is supported, but not Tag? Thank you!
Pre-requisite: Upgrade to 2019.1.212.0 from 2018.3.1004.0
1. Select the Test List tab
2. Click the List button and add a new Test List with appropriate tests.
3. Click Save
4. Notice the "Storage service unreachable." message pop-up.
5. Click "OK" on the pop-up.
6. Notice that the Test List and Tests are saved as expected.
**This issue did not happen on the previous version of Test Studio
After changing the project name and assembly name, the remote execution is failing with FileNotFoundException for the assembly_name.dll. The execution is referring to the old assembly name, even though the correct one is generated in the bin folder.
Additionally there is not such error in local execution.
The workaround for this behavior is to also change the namespace.