Completed
Last Updated: 15 Apr 2024 13:41 by ADMIN
When trying to connect to Git repo in Azure DevOps the connection is reported successful. Then, however, all supported commands are not performed as expected. The message in SourceControl output is: too many redirects or authentication replays. 
Completed
Last Updated: 18 Jan 2024 09:12 by ADMIN

In a project which is not connected to a Scheduling service create a scheduled test list run recurring for the "1st Monday of each Month" with no end dates. This automatically switches to the Results tab but it freezes and you can only exit Test Studio. 

Error in log is as follows:

[12/13 14:02:00,Telerik.TestStudio.exe(12028:34),Error] App.LogUnhandledException() : EXCEPTION! (see below)
     Situation: Unhandled exception!
     Outer Exception Type: System.ArgumentOutOfRangeException
     Message: The added or subtracted value results in an un-representable DateTime.
          Parameter name: value
     HRESULT: 0x80131502 (Official ID (if app.) = COR_E_ARGUMENTOUTOFRANGE, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5378)
     Call Stack:
          at System.DateTime.AddTicks(Int64 value)
Completed
Last Updated: 01 Mar 2024 11:09 by ADMIN

Version 2023.3.1115.

Test list logging option is not saving log in specified location from test list settings. 

 

Completed
Last Updated: 13 Oct 2023 12:18 by Jim

Steps to reproduce: 

1. Modify one or more steps' description with any custom notes. 

2. Copy these steps into the same or another test.

Expected: The steps are copied with the custom description.

Actual: The steps appear with their original description after copy.

Completed
Last Updated: 01 Jun 2023 08:37 by ADMIN

This is not really a bug. We are integrating Azure Dev Ops into our development environment and I've come across several links explaining how to integrate Test Studio to work in the Azure Dev Ops environment. It's still somewhat abstract to me, but it seems that one of the prerequisites highlighted in red below does not exist in our Azure Dev Ops Environment. Could I be missing something? Or have significant changes been made in the terminology that make it hard to keep up with?

Any help would be welcome or a point the right direction.

SSq

Completed
Last Updated: 15 Mar 2024 09:25 by ADMIN

Download dialog which is triggered from a new tab fails to be handled when running a test in Edge and Chrome extensionless mode. 

Such download dialog is usually triggered with a link similar to this: 

<a href="100MB.zip" target="_blank">Link to donwload</a>

The download dialog looks like this: 

Completed
Last Updated: 03 Apr 2023 12:27 by ADMIN
Created by: Adam
Comments: 1
Type: Bug Report
2

Test Studio version 2023.1.222

Specific Test List result cannot be opened in Test Studio Results viewer. Result is displayed with message "X tests passed out of 0 executed", but no test result is available for review. HTML and XML exports of results provide full details on the test list run.

Specific tests cannot be loaded correctly in Test Studio project. 

Errors in logging says: 

Situation: Error deserializing a run result file 'C:\<pathToFile>\filename.aiiresult'.
     Outer Exception Type: ArtOfTest.Common.Serialization.XmlPersistenceException
     Message: Error deserializing object

Situation: Unable to load test 'C:\<pathToFile>\filename.tstest'
     Outer Exception Type: System.Xml.XmlException
     Message: invalid data at the root level. Row 1, position 1


Workaround, until a fix is available, is to downgrade the Test Studio version to previous version 2022.3.1318. 

  1. First take the backed up project version to use after the downgrade. 
  2. Open the project root folder and locate the Backup sub-folder.
  3. Find the most recent folder - it is named with the last version number you used of Test Studio before the upgrade. 
  4. A copy of the project in its state before the upgrade is stored in the zipped folder. 
  5. Unzip the project to a folder, but don't open it before the downgrade.
  6. Uninstall Test Studio.
  7. Install version 2022.3.1318
  8. Open the unzipped project and continue working on your project. 

 

Completed
Last Updated: 03 Apr 2023 12:32 by ADMIN

There is a part of the application where the highlighting doesn't appear. 

Details shared internally.

Completed
Last Updated: 03 Apr 2023 12:44 by ADMIN

The project is initially created in the standalone Test Studio IDE and is connected to a remote Git repository. Then it is exported to Visual Studio and when trying to run test lists in the VS Test Explorer, they don't start at all. 

The Tests output contains an error when trying to run a test list: 

Error preparing project for command line run: Could not create an instance of type ArtOfTest.Common.SourceControl.IRepositoryInfo. 

The workaround is to clear the Source Control Binding from the Test Studio Standalone IDE with the options Discconect from Source Control and then Remove Source Control Binding. See these options in the screenshot from this link.

Completed
Last Updated: 03 May 2023 16:32 by ADMIN

Hi there,

 

I'm looking for some clarification on what settings can be changed when passing a settings file to the ArtOfTestRunner.exe.

When I try to run a test list the settings for "Web" appear to follow the values I set as well as being able to change the Execution Delay, however when I try to change the 'RerunFailedTests' value it will still use the value set in the original list. 

 

Example settings.json I used

{	"Settings": {
  "__type": "ArtOfTest.WebAii.Core.Settings", "__value": {
    "Web": {  "__type": "ArtOfTest.WebAii.Core.Settings+WebSettings", "__value": {
        "RecycleBrowser": false,
        "DefaultBrowser": 12,
        "BaseUrl": "https://BaseUrl.com/qa",
        "KillBrowserProcessOnClose": false,
        "KillBrowsersBeforeStart": false
    }},
    "ExecutionDelay": 0,
    "RerunFailedTests": true
}}}

How can I pass in the  RerunFailedTests value from the settings json file?

 

Thanks for your help,

Liam 

Completed
Last Updated: 03 Apr 2023 12:43 by ADMIN

Visual Studio 17.4.3 crashes when your rebuild a Test Studio project.

To reproduce the issue you need to create new project with only one test and a few steps. Then, build the project and Visual Studio becomes not responding.

Completed
Last Updated: 03 Apr 2023 12:42 by ADMIN

Steps to reproduce: 

  1. In a test add an element through the highlighting menu -> Add Element to Repository.
  2. Create a step through the Step Builder for that element.
  3. Convert the step to code. Note: The test should not use any other recorded element in code. 
  4. At this point the element is only referenced in the test as Independent.
  5. Locally it is executed with no errors. 

Expected: To be executed with no errors on a remote machine. 
Actual: When executed through the Scheduling it results in compilation errors similar to this: 

 error CS1061: 'ProjectNamespace.Pages' does not contain a definition for 'PageNodeFriendlyName' and no extension method 'PageNodeFriendlyName' accepting a first argument of type 'ProjectNamespace.Pages' could be found (are you missing a using directive or an assembly reference?)

Completed
Last Updated: 03 Apr 2023 12:40 by ADMIN

using 2022.2.804.0

Hi,

Given I do not enable the Chrome extension or I run in Chrome Headless mode,

When I attempt to access the url https://make.powerapps.com

Then I get the following Network error

{"error":"invalid_request","error_description":"AADSTS9002327: Tokens issued for the 'Single-Page Application' client-type may only be redeemed via cross-origin requests.\r\nTrace ID: 2dec4c79-8808-4b00-b13c-c2dc348e0000\r\nCorrelation ID: 5624ddba-63af-4883-9855-1669b2228f77\r\nTimestamp: 2022-10-19 19:16:52Z","error_codes":[9002327],"timestamp":"2022-10-19 19:16:52Z","trace_id":"2dec4c79-8808-4b00-b13c-c2dc348e0000","correlation_id":"5624ddba-63af-4883-9855-1669b2228f77"}

Please advise.

Completed
Last Updated: 08 Nov 2022 13:51 by ADMIN

Steps to reproduce: 

  1. Set the dark theme in Test Studio.
  2. Go to the Reports tab and choose some test runs to create a report.
  3. Export this to an image or html.

Expected: The x-axis and y-axis of the bar chart to be listed in the exported image. The colour legend next to the pie chart to be specified. 

Actual: These are missing. 

Note: If the export is performed from the light theme, the mentioned legend is output as expected.

Completed
Last Updated: 30 Mar 2023 13:21 by ADMIN

In a desktop test you can add data source and data drive the properties of the test steps. This is only available for verification steps. If you want to data drive the typing of text in an action step, the binding properties are not displayed. 

Enable data binding for action steps as well. 

Completed
Last Updated: 03 Apr 2023 12:34 by ADMIN

Hello,

I tried to use Headless mode and see that it doesn't work with clipboard. The part of my test scenario is click on button "Copy to clipboard" on the page and check the copied text. Nothing is copied in headless mode. 
Can you help me?

Completed
Last Updated: 03 Apr 2023 12:34 by ADMIN
I have an existing list of steps that I've made for a WPF application.  If I select a test step that selects a different button on the testing application then select "Run To Here", wait for Test Studio to reach the previously mentioned test step and will timeout after a new screen opens.  I have the Test Log in the attached describing the error (Test Log.txt), which I select test step #3 to "Run To Here".  Using Progress Telerik Test Studio Version 2021.3.1103.0.  I'm not using any of the web features for testing, and I have uninstalled and reinstalled this version of Test Studio in case this was causing the issue for the recorder to not record anymore.
Completed
Last Updated: 13 Mar 2023 09:53 by ADMIN
Hi,

The step 'Verify that there are no JS Console errors' is not catching the 'Uncaught (in promise) JS error.
Completed
Last Updated: 03 Apr 2023 12:36 by ADMIN

Steps to reproduce

  1. Start a recording session with a browser (Chrome or Edge) without using the Test Studio extension. 
  2. Navigate to a page where you can download a file and trigger the download.
  3. Insert the file name and choose a folder to save the file. 

Expected: A 'Handle Download Dialog' step is added to the test and the file is downloaded.
Actual: A 'Handle Download Dialog' step is added to the test but the file is not really downloaded and you can't find it the specified folder. 

The 'Handle Download Dialog' step is recorded correctly, though, and you can use it for execution. During test run-time the file gets downloaded correctly in the specified folder. 

Completed
Last Updated: 15 Sep 2022 12:25 by ADMIN

Test Studio version 2022.2.804.

Steps to reproduce

1. Use a tests, which enters text into an input field.
2. Use commas in the text to type. 

Expected: The text to get typed with all listed characters.
Actual: Commas don't get entered into the text field. 

1 2 3 4 5 6