I've written a few scripts which I have used as test as steps within other scripts. When something fails it is hard to locate where the failure has actually occurred. Should I build these scripts differently and use Test lists instead and run the scripts in the order that I need them to run?
I'm doing some automated testing that requires a file to be downloaded and then the same file re-uploaded, but for the sake of server space, it would be silly for each downloaded file to have a different name and have a plethora of the same file. Sadly, I don't know how I would go about handling the "File Already Exists" alert that pops up in the File Explorer when saving the document.
Thanks
Hello,
it is possible to duplicate tests in testlist ? or add it to the settings of testlist ? i need sometimes run same test more then once, so i put this test to loop in some "temp" test, and this "temp" test to testlist, and then run.
Thanks.
I am trying to record a use case on our app which includes taking a picture with the iOS camera. I was able to record the scenario, but when I play it back it fails on the step where the shutter button should be tapped.
Error: View was found, but is not visible.
The class is identified as CUShutterButton, the exact class is checked, the index is zero.
I was unable to find the element in the DOM, I'm assuming the DOM only displays elements from the app itself. Since the camera is part of the native OS, it is not displayed here.
Has anybody tried to do this? Would I be able to make this a coded step? Not sure if I can integrate Selenium into the mobile coded steps.
Thanks.
I am testing a WPF application that connects to a server, it works when I open the application and attempt to connect. However, when Test Studio opens the application and attempts to connect it fails
Hello, I found that Test Studio is unable to close the alert dialog in Chrome at the step of 'Handle Alert Dialog' provided by Test Studio. I tried to record the test step again to close the dialog, but unfortunately the step cannot be recorded as well.
The exception detail is like this:
ArtOfTest.Common.Design.Exceptions.ExecutionException: Timed out waiting '20000' msec. for any dialog to be handled '1' ---> System.TimeoutException: Timed out waiting '20000' msec. for any dialog to be handled '1'
at ArtOfTest.WebAii.Win32.Dialogs.BaseDialog.WaitUntilAnyHandled(IEnumerable`1 dialogs, Int32 handleCount, Int64 timeoutMilliseconds, Boolean resetHandleCount)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(IAutomationHost browser)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)
--- End of inner exception stack trace ---
I'm using the following versions of the product:
Telerik Test Studio version: 2014.4
Chrome Execution version: 2017.2.529.1
Chrome Recorder version: 2017.2.529.0
Any ideas to fix this issue?
Thank you in advance.
Hi There,
I have integrated Telerik calendar component in my Xamarin.iOS Application.
Step 1 : I have set Min (1 Mar 2017) & Max (18 July ) Dates.
Step 2 : Opened Calendar in Month View
Step 3 : Scroll Calendar to See March Month.
Step 4 : Again Scroll Calendar to see July Month but i am able to scroll upto june only.Unable to scroll upto July.
Please let me know incase you require any input from my end.
Thanks,