I have a very strange behaviour: A Drag & Drop Command was used and it works fine in Microsoft Edge. Testing the Test Case in Firefox shows a different behaviour. Prior to executing the actual Drag & Drop, the Firefox window is minimized, then the Drag & Drop Command is executed on whatever element is now on top of the desktop. To show the behaviour, I attached the comparison of the command in Edge and Firefox.
What can I do to make the Drag & Drop Command work in Firefox?
Hi,
I'm wondering if there is a possibility to close a window using X button in the window header during test execution.
The problem that I'm facing is that sometimes I need to close a sub window in test but when I click "X" button Test Studio doesn't record that step. I was also unable to find a solution to this problem using code behind.
Thanks,
Dawid
Good morning Telerik Team,
I am currently trying to hover the cursor over an element, which I already identified in a coded step.
When I try to execute the command underneath with a Rectangle Object, which i created by using getRectangle on my identified element, it says that the Objet Type is not compatible.
Manager.Desktop.Mouse.HoverOver(Rectangle)
Hello Telerik Team,
I saw a dated post talking about possibility of attaching any custom report/ file to the scheduling server's email. I ran into a similar issue and I want to attach some custom information in the scheduling server's email. It can be either in the body of the email or as an attachment. I am unsure if it is doable. Also as mentioned in the post, I am unsure if any part of the execution extension does that.
Thanks,
Esad
Hello,
recently I had update to version 2021.1.616.0 and after this update all KendoAngularTextBox stop worked and my tests are failing. When I open element in record mode its OK and element is located, but can't work with it (validation, insert text etc). I have tried record it again and localization of element have changed (pic1 old and pic2 new).
Can someone help me solve this, because remaping all elements is to many hours work.
BTW: when I use old version of telerik test studio KendoAngularTextBox is working fine
Thx for any help
Good morning,
I would like to organize the embedded api project in respective folders for tests to be organised. How can this be done with the least impact to the UI? How can i identify which UI tests are calling the api's to adjust the path?
Thanks
Ruth
I thought I had this figured out, but TS has proven me wrong. My problem is with find expressions and has happened multiple times. When I fix an expression and validate it, TS says it can find the element. However, when I run the test, the same step fails with the same cant locate error. When I look at the find expression, its still the one I corrected but now TS doesnt recognize it as valid expression.
Another issue I'm have has to do with 'Enter text'. All I get is errors like:
Target '[Element: 'ul:0']' is not a supported element to set text to.
Thanks
Hopefully, one last question. This scenario has happened a few times. My test will error on a step. I find it in the DOM, and add some more attributes to the find expression. TS says it found my element. I re-run my test and it will fail on the same step again. I look at the find expression and it is the one I defined, and TS validated. So, why the failure.
Steve
I have made several tests with no issue. However, on playback , it seems to be a different story. For instance, I will play a test which fails at Step 25. I mark it as Run to Here and start it again, so I can investigate. This time, the test fails at Step 16 and never reaches 25. This has happened to me several times, but have not been able to figure out the issue.
I am currently working on a wizard navigation piece that spans across 2 domains. At the halfway point, the first domain (abc.domain.com) redirects to another server with the second domain (xyz.domain.com). In case it matters. The tests seem to fall apart after the domain switch.