Duplicated
Last Updated: 15 Jan 2024 15:48 by ADMIN
Created by: Björn
Comments: 0
Type: Bug Report
0

Fails to run testlist remotly with Blazor TelerikDatePicker.

Using the calender and select "Today" gives following failure:

ArtOfTest.Common.Design.Exceptions.ExecutionException: ExecuteCommand failed!
InError set by the client. Client Error:
Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'TelerikBlazor._instances['8e58978c-274d-4d10-8306-e5524fa8536d'].popupElement.attributes['data-id'].value',ClientId:'2E756E6DAEB47916B352F6434B5307BA',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Evaluation failed: TypeError: Cannot read properties of undefined (reading 'attributes')
    at eval (eval at <anonymous> (:1:35), <anonymous>:1:79)
    at eval (<anonymous>)
    at __puppeteer_evaluation_script__:1:35
    at __puppeteer_evaluation_script__:1:210')
InnerException: none.

Using the input field and typing a date, gives the following failure

ArtOfTest.Common.Design.Exceptions.ExecutionException: Value cannot be null.
Parameter name: input

The cases works if they a executed localy.

Duplicated
Last Updated: 08 Jan 2024 07:20 by ADMIN
ADMIN
Created by: Andy Wieland
Comments: 1
Type: Feature Request
5
Please consider providing an option to lease time to execute tests on cloud-hosted runtimes.  I would love to be able to schedule tests to run against all browser/OS permutations I need to cover for an application.  This should be provided much like a mobile device cloud with a SAAS model that allows for both public cloud and private cloud options.

This would eliminate a huge hurdle for organizations that are simply not allowed the level of access required to execute tests requiring admin-type permissions.  Additionally customers will grasp a better understanding of the value of the runtime licenses if it is something they can easily use without the headache of setting it up and maintaining it.  This coupled with the option to lease load VU's would be very valuable as well.
Duplicated
Last Updated: 29 Nov 2023 08:52 by ADMIN
Telerik has to provide Results format other than Junit, for e.g. Nunit which is supported by Azure.
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

Duplicated
Last Updated: 28 Feb 2022 14:24 by ADMIN

Hello,

Lodging the following support ticket against the Telerik e-mail account that the Assura Software licence is registered with: Failure of most of our Test Scenarios after the upgrade to Test Studio 2022.1.215.0 (telerik.com)

Important note: the web app the Telerik Test Studio test scenarios are run against depends on version 2020.2 of the Kendo controls .

According to Telerik's support person, Elena, Telerik has a solution to the issue described in the above ticket.

 

Looking forward to hearing from you to get this issue sorted promptly. Thanks in advance.

Stéphane C. (Senior Software Tester at Assura Software)

Duplicated
Last Updated: 11 Nov 2020 13:43 by ADMIN
Created by: Brie
Comments: 1
Type: Feature Request
3

We use WPF for a lot of our work - having Test Studio available for use while using WPF and .NET 5 is a highly desired feature for us.

 

Thank you!

Duplicated
Last Updated: 06 Jul 2020 15:07 by ADMIN

When it comes to automated testing of the API, it would be useful to support human-readable (markdown/html/pdf) formats.

 

We (dev & qa team) want to use the generated output file as documentation to make the test cases & results easily accessible for the product manager and colleagues without licensed access. The supported xml file already contains a lot of information about the tests.

The human-readable version does not need to be multilingual, English is perfectly sufficient. The format only needs a standard like markdown, html or pdf.

 

We would need something like that: 
C:\>"C:\Program Files\Telerik\Test Studio for APIs\Bin\ApiTesting\runnerconsole\Telerik.ApiTesting.Runner.exe" test -p "C:\DemoTests" -o "C:\result.md" -f markdown