Telerik Forums
Test Studio Forum
1 answer
41 views
I am not able to interact with elements using DOM properties.

I am not able to find, perform some actions or store them using Collections with the methods provided in your official documentation http://docs.telerik.com/teststudio/user-guide/write-tests-in-code/intermediate-topics/element-identification/finding-page-elements.aspx
http://docs.telerik.com/teststudio/user-guide/getting-started/automating-browser-actions.aspx 
http://docs.telerik.com/teststudio/user-guide/write-tests-in-code/intermediate-topics/element-identification/dom-navigation.aspx
Boyan Boev
Telerik team
 answered on 24 Apr 2014
1 answer
122 views
Consider a scenario, we have a table of elements with check boxes beside each element and I want to select/click/check on one of the one of the items(element). This selection should be dyanamic i.e. user should be able to select the element of his or her choice depending upon the name(text) of the element.   
(Please see Screenshot - Checkboxes.jpg to this thread)

I have earlier worked on Selenium Web driver and I found these things were pretty easy to perform in selenium. I hope it will be same here and with some guidance from your team, I will be able to perform all these actions.
Ivaylo
Telerik team
 answered on 24 Apr 2014
1 answer
46 views
Hi Telerik Team,

Recently one of my machines constantly appears the error with no specific reason: Type:'Information',Info:'IsReady',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_52195b4b-4801-4a23-aa4e-4fc6a40f7676',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:''), which blocked many of my tests, I cann't figure out what may cause the error, because the same scripts execution on other servers good.


I have searched the Forum, and see this issue occur for specific operation like dealing with popup window to other people, but for my case, just regular steps like click or navigate.


Telerik version: 2012.2

Thanks in advance,
Fion
Boyan Boev
Telerik team
 answered on 24 Apr 2014
7 answers
153 views
Hi,

After upgrading from version 2013.1.509.0 to 2013.2.1327.0 I'm experiencing the following issue:
The DOM explorer is not showing all iframes inside the page of Microsoft Dynamics CRM 2011. I attached a side-by-side comparison with the IE developer toolbar DOM explorer and highlighted the regarding section.
This is a major problem, since now all of my tests are failing!

This was working fine with the previous version I was using.

We are using CRM 2011 with rollup update 11 (at this time it's not possible to update to a newer rollup update version).

Please advise on how to solve this.

Thanks in advance.
Cody
Telerik team
 answered on 23 Apr 2014
8 answers
271 views
I am getting an error "Value cannot be null. Parameter name:input" (See attached screen shot) when opening a project. I used source control to find the problem was the settings.aiis. I attach both the working one and the failing settings file. I would like to know what value is null so I can fix it? I am using the open source Jira Plugin but it was working fine. 

Cody
Telerik team
 answered on 22 Apr 2014
3 answers
38 views
Hi Telerik Team,

I'm using Telerik 2012.2, and IE9 as testing env for web testing, and met a weird situation is that I want to click A element, but actually Telerik click B instead under IE, A and B are totally different, then I debug the element A's OuterMarkup, the output is expect means the value I given is correct.  I'm confused why the click operation will go for the element B, I have tried in FF with same code, it works great, please help me on this, thanks in advance.

Below I list one of the failed steps as example, expect I wanna click "Safety Recalls" and I also debug the element I use(See the Debug output), but actually it click the another link which goes to "http://accessories.ford.com/"

See the log:'
LOG: Debug: <a href="http://ownerqa.ford.com/servlet/ContentServer?pagename=Owner/Page/RecallsPage" gnavval="?gnav=foot:ownership:recall-notices">Safety Recalls</a>
LOG: This message can be ignored:Element Not found!
FindExpression used:
[id 'Exact' yui-main]

LOG: The page url is not correct.Expected url contains: servlet/ContentServer?pagename=Owner/Page/RecallsPage ;Actual url is: http://accessories.ford.com/
'Fail' : 4. [CrumbTray_OwnershipClickAndVerification_CodedStep2] : click and verify 'Safety Recalls' link

Also I have uploaded my code, see the attachment!

Boyan Boev
Telerik team
 answered on 22 Apr 2014
4 answers
74 views
Hey,

So WPF app has one Xaml for similar dialog. And because of this, all of the different ok and cancel buttons throughout the app have the same automation id. When I create a test that hits more than one of these dialogs, the test originally ties them to the correct dialog window and will pass. But when I close test studio and come back, it merges all of the steps that hit a cancel button into the same dialog (usually the first one hit in the test). So when the second dialog window comes up with a different title, the test is changing the primary target in the step properties to the first dialog hit in the test, causing a timeout, even though the elements in test studio are named differently and in the elements explorer are categorized under the correct title.

I can't figure out a workaround.
Daniel Djambov
Telerik team
 answered on 21 Apr 2014
2 answers
91 views
Hello,

I'm trying to run a test on a combo box containing variable items in a silverlight application. I need to select each item from the list and verify that a chart appears. The lists can be quite long, and sometimes a slider bar is needed to scroll to the bottom 

I was hoping to use a while loop somehow, but when i try to create validations for the combo box item, I can only base it on the property, visibility, location or tooltip, nothing about the position in the list.  The combobox itself also has a combobox verification "Selected item is index '0'", however I cant see a way relate this to the number of entries in the list either as it only changes between 0 and -1 for the list entries.

Another issue is that as there is also a slider bar when the list is long, i need to be able to scroll down once i reach the bottom of the visible list.

What is the best way to go about testing this? I've attached a photo which will hopefully help describe what i mean.

Thanks in advance
Daniel Djambov
Telerik team
 answered on 18 Apr 2014
5 answers
100 views
Is it possible to record browser interactions?  Not application interactions within a browser, but the browser interactions themselves.  Things like:
    1. 1.  Minimize, Maximize, Restore, etc.
    2. 2.  Selecting something from the Favorites list.
    3. 3.  Something from the File, Edit, View, etc. browser menu selections.
    4. 4.  etc.

It does recognize the Back button, but that's about it.

Boyan Boev
Telerik team
 answered on 18 Apr 2014
1 answer
82 views
Hi,

I understand how to set up bindings for things like BaseURL, etc.  This
works nicely.  However, I want to also bind to the "Count"
property of one of my loops so that I can use a data driven element to specify
how many times for my loop to run.  Is this possible? 


Another binding I would like to do is the "WaitTime" property on a
"Execution Delay" for example.

Can someone recommend a way to bind these properties?


Thanks,

Steve

Daniel Djambov
Telerik team
 answered on 18 Apr 2014
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?