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

Unplanned
Last Updated: 01 Jun 2023 08:31 by Larry
Created by: Larry
Comments: 0
Type: Bug Report
0
When  the following step is executed:  KendoInput: value 'core' entered.  a null reference exception is thrown.
Unplanned
Last Updated: 26 May 2023 12:19 by Max


Currently the chrome://settings/ page cannot be automated in Test Studio. Enable accessing this page to allow changing some settings during test run-time. 

The scenario to cover is opening an embedded in the page PDF file instead of downloading it. The Test Studio calibration sets the browser's setting for PDF files to 'always download' and if the PDF is embedded it will nor be downloaded, neither opened. 

Unplanned
Last Updated: 22 May 2023 09:12 by n/a

Selected step in the test can be dragged and dropped in the same test only. Extend the functionality to be able to drag and drop the steps between the opened tests. 

Currently there is an alternative to reuse the steps between tests - you can copy a step and paste it into another test. Choose between the step context menu options, or the standard keyboard shortcuts for these operations (Ctrl+C and Ctril+V). Select mulitple steps using the Ctrl and Shift keys along with mouse clicks for selection - selecting sequent items using Schift key and selecting non-sequent items with Ctrl key. The copy/paste/cut/delete actions also work for multiple steps selection. 

Pending Review
Last Updated: 11 May 2023 13:30 by ADMIN
 I generated html report using  ArtOfTest.Runner.exe, but when I open the html file in browser,  I'm not able to see the images for Actual or Expected. It's always displays a default images.
Unplanned
Last Updated: 11 May 2023 10:14 by Dennis
When Kendo window is hosted in a iframe, created using javascript, Test Studio recorder does not detect mouse and keyboard actions. 
Unplanned
Last Updated: 11 May 2023 08:25 by John
Created by: John
Comments: 0
Type: Feature Request
0
Investigate Progress DB with Test Studio databinding.
Unplanned
Last Updated: 10 May 2023 09:10 by rao
Resolve element find failure fails to update the test's element find logic.
Unplanned
Last Updated: 09 May 2023 09:15 by Jacob

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: 

Unplanned
Last Updated: 08 May 2023 08:43 by ADMIN
Currently the Visual Studio project for testing with Telerik Testing Framework is limited to .NET 4.5 framework. It is not compatible with recent versions and .NET core.
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 

Unplanned
Last Updated: 03 May 2023 11:20 by Steven

When trying to connect Test Studio project to Git source control the following error message appear:

 


Unplanned
Last Updated: 01 May 2023 14:04 by Richard Beverly
Created by: Richard Beverly
Comments: 0
Type: Bug Report
0

The below snippet to find specific element fails to return the expected element. The Content is of the same element regardless of the "parent()" method.

 var item = Find.jQuery()
                    .tag("div")
                    .classes(new string[]{"className"})
                    .contains(name)
                    .parent()
                    .first()
                    .Content;


Completed
Last Updated: 18 Apr 2023 07:01 by ADMIN
Created by: Dan
Comments: 7
Type: Feature Request
1
Add the option to hide or resize the Step Result Details panel that persists for all tests in the project.
Unplanned
Last Updated: 12 Apr 2023 13:18 by Holger

Currently when running the all test suites from an API project, the run stops if there is a failure. There is no option to automatically continue the test execution and only mark the failed one. You can continue running the test suites one by one. 

Enhance the options for running the API test suites and allow the execution to continue even if one suite fails.

Completed
Last Updated: 12 Apr 2023 10:47 by ADMIN
Created by: Christopher
Comments: 4
Type: Feature Request
0
Please expose the data binding system. this would allow test to be truly dynamic. e.g. allow users to load property files containing hostname and port and do a find and replace of the hostname and port in test files. This way users don't have to maintain one test per machine per port, they just have to maintain one test and one property file.
Duplicated
Last Updated: 07 Apr 2023 08:35 by ADMIN
Created by: Max
Comments: 1
Type: Feature Request
0

Hello,

When we run Tests List using Test Studio Scheduler the results appear in Dashboard automatically. 

However, that is not the case for the below.

We have few Tests Lists that we execute from  Batch file using command line (CL) with ArtOfTest.Runner.exe .

I noticed that in this case Results show up in the Timeline but I have to manually publish them to the Dashboard.

In the Forum it looks like a lot of people expressed a wish to have the results appear in Dashboard automatically or have a utility we can run from CL to do that.

I submitted Ticket ID 1604324 and according to the response there is no feature like that available right now. 

Would you please consider adding something that can make this possible.

Thank you,

Max

Pending Review
Last Updated: 06 Apr 2023 11:34 by ADMIN
When you enable annotations and execute the test from  project's explorer context menu the annotations are turned off. 

As a workaround you should use quick execute button or F5
Unplanned
Last Updated: 06 Apr 2023 10:48 by Adam
Navigate to steps with set BaseUrl do not take that value when converted to code.
Declined
Last Updated: 05 Apr 2023 14:18 by ADMIN
This should solve the problem described in the following article: http://docs.telerik.com/teststudio/troubleshooting-guide/recording-problems-tg/silverlight-unable-connect-oob
It is also related to this feedback item: http://feedback.telerik.com/Project/161/Feedback/Details/166046-the-recorder-cannot-attach-to-sl-oob-customer-specific-application
1 2 3 4 5 6