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

Hi,
I have query regarding the renaming of Test Cases in Telerik Test Studio.
I have recorded a test case (and it steps), and executed them successfully multiple times.
Few days later we got a new naming convention and have to change the name of the all the Test Case (and its Steps).
By doing this my test stop executing,and there is an error( in a coded step) that the definition of object does not exists.
I have 5 virtual machines setup to run tests during the week. Over the weekend our VMs reboot to pickup any windows updates and to refresh the systems. When the systems reboot the run-time edition instances running on these machines do not start up even though I have the "Run On Start Up" checkbox checked. This means that my Monday morning test cases don't run until I come in to the office and restart the run-time edition instances. Any help in getting this resolved would be great.