Need More Info
Last Updated: 15 Jan 2024 15:51 by ADMIN
Created by: Björn
Comments: 1
Type: Bug Report
0

When i try to select "Today" and we are using Blazor - TelerikDatePicker it works correct localy, but if i try to run the list remotely it fails and the following failure information is given: 

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.

I have the same problem if i insted trying to type a date in the input field, works localy and fails remotly.

The failure is this time described as follows:

ArtOfTest.Common.Design.Exceptions.ExecutionException: Value cannot be null.
Parameter name: input
Need More Info
Last Updated: 03 Nov 2023 09:21 by ADMIN

The data generator should not soley control the output for the bound fields.

I want to generate a random string, such as XYZ. I want to use it in at least two fields. Each field will have unique prefixes and suffixes.

I suggest you add a checkbox on the target element dropdown that says: Element Prefix/Suffix.
By default it is unchecked.
When the user checks it a Prefix field and a Suffix field is seen. Just like the fields in the random string generator.
It signals the system to ignore any Prefix or Suffix in the data generator step.

An actual situation:
Field 'Company Name' would show The XYZ Company

Field 'Company Website' would show www.XYZ.Com

Need More Info
Last Updated: 18 Jul 2023 08:11 by ADMIN
I know you have comment steps, and I can do this in the Code behind, but what if there are no coded steps?  I would like a way to have a place to describe my test and give the ability to include TODOs, limitations, etc. 
Need More Info
Last Updated: 29 Nov 2022 15:20 by ADMIN

 At Execute for all tests I'm getting this error:

[ Compiler ]
20:44:39 'ERROR' > C:\Users\jbailey\OneDrive - Madison Resource Funding Corp\Nav2QA\NotThisLevel-Nav2-Smoke1\Nav2-Smoke1\AppPage.tstest.vb(111,0) : error BC30456: 'HomeDiv' is not a member of 'Pages.HttpsPedcoreuiPage'.
20:44:39 'ERROR' > C:\Users\jbailey\OneDrive - Madison Resource Funding Corp\Nav2QA\NotThisLevel-Nav2-Smoke1\Nav2-Smoke1\AppPage.tstest.vb(117,0) : error BC30456: 'HomeDiv' is not a member of 'Pages.HttpsPedcoreuiPage'.
20:44:39 'ERROR' > C:\Users\jbailey\OneDrive - Madison Resource Funding Corp\Nav2QA\NotThisLevel-Nav2-Smoke1\Nav2-Smoke1\LogOnBase2.tstest.vb(52,0) : error BC30456: 'HomeDiv' is not a member of 'Pages.HttpsPedcoreuiPage'.
20:44:39 'ERROR' > C:\Users\jbailey\OneDrive - Madison Resource Funding Corp\Nav2QA\NotThisLevel-Nav2-Smoke1\Nav2-Smoke1\LogOnIfElse.tstest.vb(52,0) : error BC30456: 'HomeDiv' is not a member of 'Pages.HttpsPedcoreuiPage'.
20:44:39 'ERROR' > C:\Users\jbailey\OneDrive - Madison Resource Funding Corp\Nav2QA\NotThisLevel-Nav2-Smoke1\Nav2-Smoke1\TCE2.tstest.vb(59,0) : error BC30456: 'HomeDiv' is not a member of 'Pages.HttpsPedcoreuiPage'.
20:44:39 'INFO' > Build Failed

I spent an hour analyzing it. The only thing I can see in the code is the fact that, for each file with the error there is code from a file I no longer use. Here is the suspect:

                        

  <CodedStep("Verify 'TextContent' 'Exact' 'Home' on 'HomeDiv'")> _
        Public Sub LogOnBase_CodedStep()
                        Pages.HttpsPedcoreui.HomeDiv.AssertContent().TextContent(ArtOfTest.Common.StringCompareType.Exact, "Home")

        End Sub

I'd really like to talk to someone as there are other HomeDivs in the files so I don't want to start deleting steps.

 

Need More Info
Last Updated: 03 May 2022 13:49 by ADMIN

I have a WPF UI that has multiple combo boxes, about a data grid.  The Combo boxes are used to change what appears in the grid.  When I am creating a test to verify the values of the items in the list, I am trying to get the hover menu to come up, but it quickly disappears when I try to get the menu item for a combobox item selected.  

As a work around, I have been able to click Alt-Tab, and then go back to the screen, and that keeps the menu open for me to select an item, but I shouldn't have to do this.

 

Need More Info
Last Updated: 25 Mar 2022 11:22 by ADMIN

Using the No Chrome Extension, the dialog window to upload a file doesn't open when running the test.   I’m unable to give you access to my testing site, however, I used https://ps.uci.edu/~franklin/doc/file_upload.html to replicate the issue and supplied the Test studio projects for your review.

 Chrome: Version 99.0.4844.51 (Official Build) (64-bit)

OS: Microsoft Windows 10 Enterprise

Version: 10.0.19044 Build 19044

Need More Info
Last Updated: 02 Mar 2022 10:20 by ADMIN

I am using Test studio, and have developed my first project that verifies the UI in 8 languages.  In the languages that have special characters, it is failing and reporting a value at the time of failure that does not exist.  The value that was displayed truly matched the expected result.    Many of my other strings that did not have special characters matched just fine.  Not sure what is happening.

Text content of IPAddressData does not match!

   Match Type: 'Exact'
   Expected Result: 'Netzwerk nicht verfügbar'
   Value at time of failure: 'Netzwerk nicht verfligbar'

 

Need More Info
Last Updated: 23 Jun 2021 15:01 by ADMIN
Created by: David
Comments: 1
Type: Feature Request
0

As our team has grown, we have seen Test Studio record elements that already exists but with different naming conventions and under different pages.

Although I understand that much of the element class (pages.cs) is dynamically produced, I think it would benefit the end user to be able to drag/drop organizing the elements much like you can in other solutions.  This would help the end user have a better organized and less chance for duplication/mess of elements.

Need More Info
Last Updated: 30 Mar 2021 09:35 by ADMIN
Created by: Richard
Comments: 1
Type: Feature Request
0

Hello,

After using Telerik Test Studio for a couple of yeas I have found a persistent problem.  I have found myself renaming some objects in the Elements Repository because the auto-generated names didn't make any sense when they are used in coded step.  The Element Repository engine that is responsible for maintaining optimizing the elements often consolidates pages and elements often causes some element objects to go "missing" because it has renamed these items back to some auto-generated form in most cases.  Some cases I've had them disappear altogether because of our changing page definitions.  I have still been trying to find what is the best way to implement pages within our given test environments.

The Step Builder and the Element repository optimizer is great for those who are less technically inclined (e.g. BQAs).  However, I would like to request a mechanism for maintaining persistent names within the Element Repository.  This is mainly because the loss of named elements used in coded steps.  I have found myself resorting to the use of the XPath property to reference said object in coded step so that they, at least, compile.

 

Need More Info
Last Updated: 11 Mar 2021 17:13 by ADMIN

Hello,

I have tried docking the Step Builder panel within Visual Studio various times and causes VS to crash every time.

  • Visual Studio Professional v16.7.30503
  • Test Studio plug-in v2020.3.1209.0