I’ve been going through Telerik Test Studio’s online resources and tutorials, and none of these basic examples seem to cover what I’m having issues with – sliders.
I’m looking to do some tests on a webpage that has slide bars. The way that they are implemented is a bit strange, and I so I wanted to ask what the common practice was for working with sliders in Telerik Test Studio. I’ve experimented with drag and drop, which doesn’t seem to work consistently (since the action’s start and end location are based on the monitor). There seemed to be potential in regards to the MouseDown + DragTo + Mouse Up actions, but I couldn’t seem to get them to work on the interface I was testing either. In general, I would love to have some advice on how to interact with sliders outside of the nicely laid out Kendo UI elements.
Thank you in advance for any feedback.