We are using Telerik Studio for IOS App automation.
While doing the same we are facing below issue:
1. Script was recorded for "Add task" functionality. When it was played again then it failed because index of few elements changed automatically. So elements we not identified and clicked so script failed. This happened many times.
2. Options like Xpath/Id/labels/Tag names etc are not present except only Tags and index (that also changes automatically) while recording the elements.Is there any other way out? Is there any unique identifier for controls?
Can some one look into the matter and help.
I am trying to record alerts dialog
displayed in one of my android application. All the operations which I
perform are recording and all elements are getting displayed in Telerik
except alerts.
Is there any solution for capturing dialog boxes/popups.
Environment :
Running application on Samsung S4 (Android Version 5.0.1)
Telerik on Windows 8.1 Pro
Abhinav
9888802218
I setup my tests on my local machine and bound them to several Excel files/sheets. I moved all the tests to a remote machine for execution. When opening the tests on the remote machine, none of the tests are bound to data anymore. I even created a new test and attempted to bind it to data.
The Select Data Source dropdown shows all 4 of my test data files, but any of them I select, the Select Table dropdown doesn't show any values.
I installed MS office 2016, same result, uninstalled Test Studio, re-installed, same result.
Please advise how I can fix my data bound test?
Gavin
I am working on issue where the user copies text from Microsoft Word to this Telerik Textbox and the format gets messed up. Only happens in the IE browser. Anyone else run into the same issue?
Thanks,
Nia
Hi
I am struggling to access Kendo Date Picker from a code step in Test Studio.
KendoCalendar calendar = ActiveBrowser.Find.ById<
KendoCalendar
>("expiryDate");
I want to set the date from the code step ( I am iterating over a predefined expiry values)
but I always get NULL and nothing is returned.. any idea why ? Test Studio version 2016 (downloaded it last week)
My jsp has the following:
...
..
<input type="text" id="expiryDate" style="width:180px;"
serializedDate="${message.getExpiryDate().getTime()}"
name="expiryDate"
required
data-expiryDateInPast-msg="<s:message code='admin.managemessage.validation.expiryDate.inpast'/>"
validationMessage="<s:message code='admin.managemessage.validation.expiryDate.empty'/>"
/>
...
...
$("#expiryDate").kendoDatePicker({
}).on('keydown',function(evt){
if(evt.keyCode == 9) {
return true;
}
return false;
}).on("paste",function(e) {
e.preventDefault();
});
...
...
Hello
I hope you can help - I am trying to record and playback tests on Aurelia, a SPA Framework that we have started using but, when i play back the test - it cant find any of the elements or properties in the DOM so fails.
Any help you have would be greatly appreciated!
Thanks
Maria
I am supporting a tester who does not seem to be able to access the Internet using the Test Studio application. He is using a dedicated domain test user account to logon to test studio and I have verified that this user can gain access to the internet via a browser, however when the tester tries to run a test with an IE browser it is as though he cannot gain access to the internet through our web appliance and he is getting 'page cannot be displayed' message.
I have looked for areas in the software where a web proxy could be configured but have found no setting for it. He is using version 2015.1