Telerik Forums
Test Studio Forum
1 answer
61 views

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?

Elena
Telerik team
 answered on 16 Nov 2016
1 answer
105 views

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

Max
Top achievements
Rank 1
 answered on 10 Nov 2016
5 answers
229 views

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

Elena
Telerik team
 answered on 10 Nov 2016
1 answer
48 views

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!

Elena
Telerik team
 answered on 09 Nov 2016
1 answer
110 views

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.

Nikolay Petrov
Telerik team
 answered on 09 Nov 2016
1 answer
57 views

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?

 

 

Elena
Telerik team
 answered on 08 Nov 2016
5 answers
62 views

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?

Elena
Telerik team
 answered on 07 Nov 2016
1 answer
70 views

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 

Elena
Telerik team
 answered on 07 Nov 2016
2 answers
64 views
Just curious as to whether or not there was any kind of timeout delay on this step? I have it in one of my tests, and it takes a little while to refresh sometimes so I just wanted to know whether or not I had to worry about this step failing any tests due to a timeout.
Aaron
Top achievements
Rank 1
 answered on 04 Nov 2016
3 answers
100 views
I have a question about XML Data binding. I have this xml file:
<generateCoupons>
        <backend>
            <successful>
                <generateCouponsSuccessful>
                    <name>name</name>
                    <description>descr</description>
                    <disabled>false</disabled>
                    <validSince>27.10.2016</validSince>
                    <validUntil>20.11.2017</validUntil>
                    <minPriceOrder>1400</minPriceOrder>
                    <UsePercentForDiscount>false</UsePercentForDiscount>
                    <discountPrice>300</discountPrice>
                    <masks>
                        <mask>
                            <name>Letters</name>
                        </mask>
                        <mask>
                            <name>Random numbers</name>
                        </mask>
                    </masks>
                </generateCouponsSuccessful>
            </successful>
        </backend>
    </generateCoupons>

When I go to Telerik test studio and bind my test to the table "generateCouponsSuccessful", how can I get the values of the element "mask"?
Boyan Boev
Telerik team
 answered on 04 Nov 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?