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.
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
Pending Review
Last Updated: 16 Feb 2022 20:24 by Stephen
Created by: Stephen
Comments: 0
Type: Bug Report
0

When I run my test that requires a button click event it works fine. However, when that same test is run from test list, it does not - the web page remains the same, with the visible button not being clicked.

Weird, this only seemed to happen after upgrading to 2022.1.215.0

Pending Review
Last Updated: 08 Feb 2022 12:08 by ADMIN
Pending Review
Last Updated: 21 Oct 2021 12:09 by Zoya Ali

Steps to reproduce: 

  1. Record a sample test on https://demos.telerik.com/kendo-ui/textbox/index. 
  2. Enter name in the KendoInput field. 
  3. Add a step to verify the value of the KendoInput through the highlighting menu and execute these recorded steps. 

Expected: Successful execution.
Actual: The test fails on the verification step and reports that the value of the KendoInput is null. 
Additional note: If the verification is added for the input control (instead of using the KendoInput), it is executed as expected. 

Pending Review
Last Updated: 30 Sep 2021 08:50 by Zoya Ali
Created by: Zoya Ali
Comments: 0
Type: Bug Report
0
The translator for KendoAngularTextbox matches the textbox control in Kendo MVC and records the respective step. The execution of the test is not consistent. 
Pending Review
Last Updated: 07 Jun 2021 06:46 by ADMIN

We have a large PDF (60+ pages) and try to verify certain content on specific pages. During the recording process some elements are captured with TagName and TextContent and others with TagIndex. In this scenario TagIndex is not reliably, because the document is large and the elements change dynamicaly.

One solution is to update the element's find logic manually on all elements that use TagIndex, but this is very time consuming. 

Another option is to use coded step to find the target element by TextContent and verify it.

Pending Review
Last Updated: 09 Feb 2021 15:45 by Ryan

A specific coded steps test cause Chrome to be closed when trying to perform a partial run using Run->To Here. 

The coded step before the navigate one is starting a proxy to log the traffic.

Sample project is provided internally.

Pending Review
Last Updated: 30 Oct 2020 18:37 by Herb

The specific page and the frame, which is not identified from Test Studio, uses a Salesforce component called ForceAlohaPage and it seems there is a custom implementation for the frames in this component. These are not visible in the Windows.Frames collection, which Test Studio uses under Manager.ActiveBrowser.Frame. 

 

Pending Review
Last Updated: 14 Jul 2020 07:52 by Rohan
A specific customer application does not display the Elements menu in recording mode.
Pending Review
Last Updated: 12 Jun 2020 09:51 by Thomas

Trying to open a RadComboBox with

var csBox = Window.Find.ByName<RadComboBox>(ComboBox);
csBox.EnsureClickable();

csBox.SelectItem(1);

Observing the automation shows we are waiting no time for dropdown to open and I am getting exceptions claiming there are no items in the list.

The cause is related to the fact that the public void WaitDropDownAnimation(int millis) method of Telerik.WebAii.Controls.Xaml.Wpf.RadComboBox is not working as expected. 

Workaround: You can use Window.Find.ByType<RadComboBoxItem>().Wait.ForNoMotion(milliseconds); before selecting the item from the dropdown.

 

Pending Review
Last Updated: 10 Feb 2020 12:28 by ADMIN
Created by: Efficio
Comments: 1
Type: Bug Report
1

Why do some extract actions have expectation properties?  Isn't the purpose of an extract just to get whatever value is set at the time and put it into a variable for later use (typically verification)?

For example, the RadDropDownList has the built in action of "Extract - RadDropDownList: all item count is '19'".  This creates a step like this: "RadDropDownList('ctl00_cphM_ecAddContact_ddlCategory')Extract item count into DataBindVariable $(CphMEcAddContactDdlCategoryDiv)".  The step properties have CompareType and ItemCount.

Interestingly, in my test of a drop down list with 19 items, I changed the ItemCount property to 999 and ran it and the step passed successfully.

Pending Review
Last Updated: 14 Jan 2020 14:54 by Aditya
When comparing whole json objects using the verifications in API studio, the result will return false instead of true. For example the following case will return false:
Expected was '{
  "userId": 1,
  "id": 1,
  "title": "title",
  "completed": false
}'. Actual was '{
  "userId": 1,
  "id": 1,
  "title": "title",
  "completed": false
}''

There seems to be some parsing problem.
Pending Review
Last Updated: 17 Dec 2019 08:41 by Darren
When you change the ControlType of an element, it does not change for the same element in a coded step. Even though it is referenced from Pages.
Pending Review
Last Updated: 05 Nov 2019 10:54 by Devin

The step failure details shows the option to add an element to the repository. This option actually does not work and it does not generate any log.

Pending Review
Last Updated: 23 Oct 2019 13:25 by ADMIN
Created by: Richard
Comments: 1
Type: Bug Report
0

Hello,

I would like to report what is probably a bug within the Telerik Test Studio.

I have imported / data bound a CSV file to a data driven test case.  There is one field in one record that is not being picked up by your software.  It is very bizarre.  I though I had encountered something like this before but was not able to reproduce.  Now, I have found it again.  The column in question contains both American zip codes and Canadian postal codes.  The all numeric zip codes are being picked up but the alpha-numeric postal code is not.

I have included a copy of the CSV file and a couple of screenshots from the software (one in Excel and the other from the "Bind test to a data source" screen) of the file in question.

When I used...

MessageBox.Show(Data["landlordMailOopPostalCode"].ToString());

...in a coded step I see absolutely nothing in the dialog screen.

If you wish to see my project please let me know.

Thank you. 

 

Pending Review
Last Updated: 15 Oct 2019 12:25 by Efficio

The issue here is that when I create a bug in Jira Cloud or TFS and attach the results,  I get different contend in the attached files.  If I run a test manually from the project tab (quick execution), click on the step failure details for a failed step, and submit a bug I get the detailed log files in the attachment.  If I run the test from a test list (either locally or remotely) the log files only contain a single line.  This affects both ExecutionLog.txt and FailedStepLog.txt.  I don't see why they should be different.  It is very hard to troubleshoot and issue without the full log.

Pending Review
Last Updated: 14 Oct 2019 10:24 by ADMIN
MT ( Mobile Testing ) keeps closing whenever I tried to connect the Android device .
Pending Review
Last Updated: 11 Oct 2019 09:39 by Jason
I have an application with KendoTabStrip and KendoTabs. When I try to record an action or verification against a KendoTab, using the highlighter, but I don't see it. There is only the KendoTabStip translat.
Pending Review
Last Updated: 11 Oct 2019 06:03 by Efficio

The SimulateRealTyping option is missing for my RadSearchBox text entered step. At the same time I have the option to change the typing speed, which seems like a bug.

There is also missing ScrollToVisibleType for this action.

1 2