Telerik Forums
Test Studio Forum
6 answers
62 views
Silverlight component not able to identify in Firefox and Chrome

I have a web based application which has Silverlight component in it. When I record the script in IE it able to capture the steps and is executed successfully.
But when tried to execute scripts in Firefox  27.0 and Chrome 32.0, its not able to identify Silverlight component.

I have upgraded the Telerik Test Studio from 2012.1420 to 2013.2.1370. Even then I tried recording with firefox/chrome browser its not able to identify Silverlight component.

Waiting for positive response quickly.
Ivaylo
Telerik team
 answered on 18 Feb 2014
1 answer
115 views
Hi,

I've reusable functions written in a dll file. I added the dll file from script options. Now I'm not sure how to use the methods defined in the dll in my coded step.

I got to look into the article in the Telerik docs on http://docs.telerik.com/teststudio/user-guide/code-samples/general/use-external-dll.aspx.

This article talks about accessing the methods of the dll from Visual Studio. What I'm looking for is, to call the methods from dll in "Test Studio Functional".

Please help me.

Thank you,
Sonu Davidson C.B
Ivaylo
Telerik team
 answered on 17 Feb 2014
16 answers
302 views
Hi all,

When I use quick execution my tests work fine but I use the test lists option and list them together and then execute them together I get random failures and I can understand why as when I investigate the test and then replay it using quick execution it works perfectly. Has anyone else experienced this problem?

Many thanks
Cody
Telerik team
 answered on 14 Feb 2014
1 answer
93 views
I have test case recorded just for login to app, where I just login but I do  not have steps to exit the app in this test case, but when I use test case has a step in another test case, browser automatically exit out of the app after executing login, in which I do donot have steps to exit at all,  I do not want app to exit and I have other steps to execute after login, but it closes app, throw up error, it did not find the element.

Please let me know if anyone know how to solve this problem.

Thank You
Netra

Boyan Boev
Telerik team
 answered on 13 Feb 2014
3 answers
132 views
We already have Coded UI Test  ready for our application. we are currently evaluating  Telerik Test Framework/Studio to extend Automation Test support for Kendo UI Controls.
Will it be possible to integrate both the test? if yes, what will be the approach for the same and what will be the licencing cost involved with it.
Boyan Boev
Telerik team
 answered on 13 Feb 2014
1 answer
82 views
Hi,

Since we updated Test Studio to version 2013.x, the runner cmd window stopped appearing.
This window is important to give us information about the test that's running.

There is a way to bring it back?

Best regards,

Paulo
Boyan Boev
Telerik team
 answered on 12 Feb 2014
1 answer
99 views
Dear All,

We do have plan to automate the testing on one of our app using Telerick test studio.  If any one used telerick for automation for extensive period, please suggest us the best approach,

Is it just by using record & play, Data Driven fame work, are these approaches are good enough to accomplish majority of the web testing,
Do we need Keyword frame work and Hybrid frame work, at what point we need to consider Keyword frame work and Hybrid frame work in automation.

Thank You
Netra
Velin Koychev
Telerik team
 answered on 12 Feb 2014
3 answers
198 views
Hi All

I have been reading through the documentation, and I was wondering if they were an example of a mix of code and recorded step where the test initially sets up the test data needed for the test, run's the recorded steps that have been created, then a coded step which tear down's the data used.

I know in other web automation tools you would have something let the following

public void initalSetup()
{
    // The set up would be here
}

public void test()
{
    // The test would be here
}


public void tearDown()
{
    // The tear down would be here
}

I know that this page exists http://docs.telerik.com/teststudio/user-guide/code-samples/general/execute-custom-scripts-before-after-test.aspx but I found it a bit confusing

Any help would be great

Thanks

Chris
Velin Koychev
Telerik team
 answered on 11 Feb 2014
1 answer
159 views
Hi, I've been working with the Verify Sort Order in an HTML Table C# example posted at http://docs.telerik.com/teststudio/user-guide/code-samples/html/verify-sort-order.aspx and have seen some strange behavior that I'm interested in learning more about, it's probably something I'm not doing correctly. Using the example at the posted link, I inserted a step to sort the results by Order ID descending which should fail the test when the sort order check is performed, since it's written to check for Order ID ascending. However, the test is still successful even though the browser window shows the list sorted by Order ID descending (11077, 11076, 10075, etc). A check of the results log shows that the verification step is checking against the original ascending sort order (10248, 10249, 10250, etc) which seems incorrect to me, the string list is built after the sort is applied to the table so the descending Order ID should dictate the Order IDs that populate the string list?

I'm also wondering how someone would apply a sort order check to the date column - would it be a simple matter of changing the column that you're building the string list from (in the case of the example, changing HtmlTableCell cell = row.Cells[0]; to HtmlTableCell cell = row.Cells[3]; and replacing the string comparison code with a date compare?
Velin Koychev
Telerik team
 answered on 11 Feb 2014
2 answers
169 views
Hi,

I´m testing a silverlight application.

I have to expand a tree, and used ActiveBrowser.RefreshDomTree();, but it didn't work.
So, I've added [objectName]..Refresh();, that didn't work as well...

The only way to put this working was adding, before these "refreshes", a System.Threading.Thread.Sleep(500);.

So... my question is:

1. what's the main difference between ActiveBrowser.RefreshDomTree(); and [objectName]..Refresh(); ?
2. what kind of implications in these "refreshes", System.Threading.Thread.Sleep(500); have?


Best regards,

Paulo
Paulo
Top achievements
Rank 2
 answered on 07 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?