Hi,
I have been using the current version of Test Studio(2016.3.928.5) since 3 weeks now. This is some weird issue I am facing since few days only. After editing and saving the existing scripts when I open them next, changes are not saved. The scripts show last updated time correctly in the properties. This doesn't happen all the time. So I have to exit Test Studio every few hours and when I open the project again, changes may or may not be saved. Has anybody else faced similar issue?
Doing a test where a text entered needs to be the same as text appeared on the screen, in a span, like one of those 'human checking' type things when creating an account. is there a way to get this span and convert it into a string or something tangible that telerik can then put into a textbox.
thanks
-m
Good afternoon.
We use CKEditor in our application extensively and have not been able to record adding text to the editor. We are able to select the buttons on the header bar of the editor. Any action inside the text area is not registered by the recorder.
If we look at the code we see that the text are is found inside an IFrame, while the header section is outside the IFRAME.
We only use the recoder.
Any help on how to record adding text into the editor would be highly appreciated.
<div class="cke-notes form-row">
<label>
<span class="field-title" data-bind="text: lang.planner.notes.label">Card Notes</span>
<textarea data-bind="ckeditor: notes, value: card.notes" style="visibility: hidden; display: none;"></textarea>
<div id="cke_editor1" class="cke_54 cke cke_reset cke_chrome cke_editor_editor1 cke_ltr cke_browser_gecko" lang="en" role="application" dir="ltr">
<div class="cke_inner cke_reset" role="presentation">
<span id="cke_54_top" class="cke_top cke_reset_all" style="height: auto; -moz-user-select: none;" role="presentation">
<div id="cke_54_contents" class="cke_contents cke_reset" role="presentation" style="height: 200px;">
<iframe class="cke_wysiwyg_frame cke_reset" frameborder="0" src="" style="width: 100%; height: 100%;" tabindex="0" allowtransparency="true">
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<body class="cke_editable cke_editable_themed cke_contents_ltr cke_show_borders" contenteditable="true" spellcheck="false">
</html>
</iframe>
</div>
</div>
</div>
</label>
</div>
Best regards,
Carlos
Hey all, I'm a new user and I'm trying Telerik Test Studio for Automated Mobile Testing.
I downloaded an APK to my Android Galaxy S6 Device (Telerik Examples APK from Google Store) and started recording some simple tests that included just a simple tap or two taps on an element.
I'm running into this error any time I run a test with a 'Tap' action. I've attempted to add wait steps before and in between my actions and still run into this issue. Any ideas?
ERROR: "android.app.Contextlmpl cannot be cast to android.appActivity"
I'm not sure what additional files would help to debug this issue. Please just let me know if there is anything else I can provide. Thank you!
II am having some issues while automating a Kendo UI Datepicker with Telerik test studio. Attached is the recording steps screenshots & the failure log.
The date is selecting while recording the test but when I played it back , It is showing 'unable to fine the element' when reached to the date selection step and the test went failed.
I am brand new to Test Studio and getting up to speed on Web Testing.
I am watching one of the Intro videos, and it talks about how to use UID for finding controls.
What is UID?
I know it means UnqueId, like a GUID, but where is this coming from? There is no native html attibute for this. Is this a IE only feature?
Is this still the recommended way to find controls?
I have a APP build with Visual Studio 2013 and AppBuilder.
1-Added the telerik Mobile Testing
2-I can connect using Mobile testing to my computer.
3-I've recorded a test scenario into the Test Studio
----All the step got a tap with tapType=Center, tapcount=1, x =0 and y=0.
4-When I play my tests my app open in my device and shutdown.
I'm doing something wrong here?
Hi, I need to create data driven load test, when each VU uses login and password from excel data file attached.
I was following this article http://docs.telerik.com/teststudio/features/testing-types/load-testing/data-driving and it works good with http websites.
But when I recorded load test scenario with https site I was unable to find username and password fields in 'Edit user profile' screen.
Thanks in advance for your help