Hi Team,
I had been using Telerik for UI automation but never faced this type of issue earlier. So the problem is while recording the test the screen doesn't changes but while running or testing the same test case screen size changes unexpectedly which results in failed step as after the screen changes the location of the elements also changes.
PFA - Actual Image & Expected Image.
Hello,can you help me I have done several test with TELERIK TEST STUDI,but now the company has change the version of finacial desktop programm and I can not run my tests because the window gives me the message: ERROR the version is changed!
How can I fix the problem?
Should I create new tests(WPF) evry time my company update the version of programme?
Thank you!
When I try and navigate away from a particular page on my site I get the following error as it thinks I have made a change but haven't;
"Leave site?
Changes that you made may not be saved."
2 options (buttons) "Leave" and "Cancel"
I want to click "Leave" but Test Studio does allow me to identify the leave button.
Any ideas how I get around this?
Thanks
Adrian
I am using WPF application. i want to extract a text from textblock or image and compare against user input text.
Can you please provide inputs how to do this?
Hi here,
Running the test list on Remote VMs & its failing, the message 'SendInput: Failed. Win32Error:' is shown as result !
Is there any way to fix the issue ?
Hi,
Click() event do not work when test is runned on scheduler or when i minimize the remote desktop window(where the connection to the machine with test studio is).
If i'm leaving the window open and i run the test, everything works smooth.
I've enabled SimulateRealClick, still no changes.
The errors at log is next:
System.ComponentModel.Win32Exception (0x80004005): SendInput: Failed. Win32Error:
at ArtOfTest.WebAii.Win32.Win32NativeMethods.SendInputInternal(Input[] inputData)
at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Int32 x, Int32 y, Int32 wheelDelta)
at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Int32 x, Int32 y, Int32 wheelDelta)
at ArtOfTest.WebAii.Win32.Mouse.Click(MouseClickType clickType, Point pointToClick)
at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.MouseClick()
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.ClickActionDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
PLEASE help.
I am using WPF application and facing issue when i run tests in the test list.
If I run the tests individually, the tests are running successfully and result is pass.
when I add them in the testlist and run, it is failing particularly on one step on exporting the audit report.
In our application, there is an option to export Audit report.
When i click export audit report, it opens Report viewer window, in that there will be a save dropdown button. Clicking on save button it give 2 options to select CSV or PDF. the teststudio tool is failing to open the save button dropdown.
I am using this code in the multiple tests. same piece of code is running successfully in one test but it is failing on other tests.
I have attached Screenshot and Test log.