Telerik Forums
Test Studio Forum
4 answers
174 views
Hi,

I'm testing a Silverlight app and I'm trying to validate the correct data sort on a RadGridView. Is there a way I can interact with the column header to set to sort order I want (ex: "Ascending" or "Descending").

Right now I have a coded step to click on the column header and than I validate the ascending sort and then I click again on the header and I validate the descending sort. But what I'm looking for is a way to set the column sort without having to click on it.

Something like: RadGridView.Header[0].Sort(Ascending);

Using XAML Spy I'm able to see a property "SortingState" on the GridViewHeaderCell element that has the value sort (ex: "Ascending") but I'm not able to reach that property on my code. I don't even know if is possible to use such property to set the desired sort of the column

What are my possibilities?

Best Regards,
Luis
Cody
Telerik team
 answered on 29 May 2014
4 answers
209 views
Hello,

We are trying to activate two of our licenses for test studio.  We have tried both automatic activation and manual activation but neither work.  Here is what happens on automatic activation: http://screencast.com/t/AvfvpODXWLlW.

When we try to manually activate, we enter in the machine name and key then the screen refreshes without adding the license.

FYI, we had trial versions installed which expired on 25 Jan.  We tried uninstalling them and reinstalling the latest version but still cannot activate.

We are on some tight deadlines and falling behind due to this.  My email address is Jasmine.SIlva@assistrx.com.  The account owner address is  Lonnie.Koenig@assist-rx.com. Thanks for your help. 
Boyan Boev
Telerik team
 answered on 29 May 2014
1 answer
33 views
When I exicute a test list an empty black command box apears and the tests never run.
Boyan Boev
Telerik team
 answered on 28 May 2014
3 answers
119 views
Hi, there,
I remember I have to reboot my local desktop for at three times while install TS Ultimate. Can you please let me know if I have to reboot my servers when I install the TS runtime edition? I have to give notice to the teams before I install the runtime on server in this case.

Thanks - Reno
Cody
Telerik team
 answered on 28 May 2014
2 answers
54 views
At this time, I don't think this is possible.  But, I wanted to ask to be sure, and then to see if this could be added as a feature request.

When a new test project is created certain reference assemblies are included by default.  Is it possible to change which ones are inclued?  Our team is starting to look at incorporating test steps that execute PowerShell as part of our tests.  To do this we needed to include the System.Management.Automation assembly.  One of the team members asked if it was possible to set something so that it is included when the project is created.  (Rather than adding it after the fact.)

Expanding on this idea, it is intriguing to consider custom project types.  For example, the default project type would be left unchanged but could be copied to new types that get tweaked to specific needs.


Best Regards,
Kevin H.
Cody
Telerik team
 answered on 27 May 2014
40 answers
744 views
Hi,

In the previous version of Test Studio, we had specified a network path for the project source location as per the instructions in the 2012 R2 and Earlier section here http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/scheduling-test-runs/connect-a-project-to-a-scheduling-server.aspx

I can't find this option in the 2013 R1 version.

As you can see in the attached "UploadingToWhere" screen capture, it just sticks on this screen for about 10 - 15 minutes and eventually throws an error as per attached "RemoteTestExecutionError". After which it just checks out 100s of files, disconnects the project from source control and I have to go through the painful opening procedure again.

I have tried re-installing the scheduling server and followed the instructions in the online documentation and everything appears to be connected fine ( we have 1 x scheduling and execution server, 1 x execution server only ) and both these machines are displayed as options to run test lists against.  Tests also run fine on these machines via the command line so I have worked around the issue at the moment by setting up a batch file to run theses test lists and using windows task scheduler to schedule them, however I would really like to use the Telerik scheduler again.

Please advise

Thanks
Shane
 
Boyan Boev
Telerik team
 answered on 27 May 2014
3 answers
99 views
G'day,

I've recorded a test in IE (running windows 8 - using 2013 Sep 11 Release of TTS).

I'm going to an HTTPS site where I'm prompted for Windows Authentication. I enter the username and password and access the site.

When I try replay the test, after a short while, the login dialog simply flashes quickly, then never enters the credentials.

I've followed the steps require to 'remove credentials' from the site, however this doesn't work

Note that it appears to occasionally work 1 or 2 times after recording then stops.

I'm looking at renewing our subscription as our company is about to start using our 3 licenses with 100 virtual users, however need to be confident it will work for us.


Ivaylo
Telerik team
 answered on 26 May 2014
1 answer
92 views
Hi,
I am a newbie to Test Studio. I am hitting a button on Window1 that opens up a new Window2. The URL for window2 is different everytime so the test case fails as it is trying to navigate to the already recorded URL. 
I am using record and play. Kindly help.

P.S:
The initial part of the URL always remains the same except the last 4 alphanumeric digits. Appologez if I am giving less info.
Boyan Boev
Telerik team
 answered on 26 May 2014
3 answers
125 views
I have many tests in which I have to login to our platform.  Due to passwords changing I created a Test as a Step for the username and password steps which I reuse in all tests when I need to login.  The theory was I could then just update the password in the test as a step and it would matriculate to all other tests.  Individually it did so but our Scheduled Test Lists did not pick up the change and thus failed.  

This seems similar to the earlier issue of test list not getting update with just modifying a test case it just a variation of the same.  I am already running the 2013.2.1524 internal build to get around other issues.  Do I need to just redo my test list to get the changes to take hold?  
Ivaylo
Telerik team
 answered on 23 May 2014
9 answers
244 views
Hi There,

For image comparison, I saw a piece of code here:
System.Drawing.Bitmap expectedbmp = new System.Drawing.Bitmap("myExpected.png");

HtmlImage img = Find.ById<HtmlImage>("myImageId");
System.Drawing.Bitmap actualbmp = img.Capture();

ArtOfTest.Common.PixelMap expected = ArtOfTest.Common.PixelMap.FromBitmap(expectedbmp);
ArtOfTest.Common.PixelMap actual = ArtOfTest.Common.PixelMap.FromBitmap(actualbmp);
Assert.IsTrue(expected.Compare(actual, 5.0));

My questions are :
1. How to import the System.Drawing.Bitmap to Telerik? (Also other files)
2. Where is the path for "myExpected.png", should I use "C:\myExpected.png" or just put under the project folder using "myExpected.png"

Thanks
Waylon
Ivaylo
Telerik team
 answered on 21 May 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?