In Development
Last Updated: 16 Aug 2023 11:08 by ADMIN
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.
In Development
Last Updated: 05 Aug 2019 12:02 by ADMIN

The step gets successfully executed but fails with the following exception: 

Failure Information: 
~~~~~~~~~~~~~~~
ExecuteCommand failed!
InError set by the client. Client Error:
Cannot read property 'toggle' of undefined
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'$("th:eq(1)").data("kendoFilterMenu").popup.toggle()',ClientId:'663fc963-6051-4044-9dfb-ce01ca15339d',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'Cannot read property 'toggle' of undefined')
InnerException: none.

Workaround: Record the click step to open the filter without using the Test Studio translator, or in other words against the span element directly. 

In Development
Last Updated: 21 Mar 2019 09:26 by ADMIN

Hi Support,

I am facing the below issue with the Product.

We were able to isolate the issue and it is reproduce able on Bing.com.

 

Basically, the “ Run to Here “  or “Test as a Step” functionality ,  they both pretty much do the same job.

Taking you to the previously recorded steps to continue with further recording.

 

Steps to Reproduce-----

 

Create Test#1

Go to Bing. Com and record few tests and close the browser.

Now, Right Click on the last recorded step and Select Run -To Here.

 

At this point, try to record and capture the Elements.

 

 

When you use either of the above mentioned functionality, the Recording and Elements capturing would stop working.

We were able to reproduce this from mine and one of my co-worker's laptop.

 This is the  same issue what I am facing with our Application (few weeks back Test studio has a release, could be related to build as it was working when i downloaded the tool initially)

Please let me know if you need any additional details from me.

 

 

 

Thanks,

Shubha

In Development
Last Updated: 11 Jan 2017 13:34 by Alex
Steps to reproduce: 

1. TS version is R1.2016.1117

2.. The problem page contains a table which is nested in another table (both have the same ID) but if the ID is searched in the recorder it is not found at all although the element exists. During the investigation was determined that both tables are under div element which is not loaded in the recorder DOM tree. 

Details shared internally.