Telerik Forums
Test Studio Forum
5 answers
122 views
Hi,

We are trying to upgrade from TestStudio 2012.2.1420 to 2014.1.410. We also upgraded to Visual Studio 2012 Ultimate. We are running our tests on a remote server from Test Manager. I also installed Visual Studio 2011 Ultimate as it was complaining on missing dll as shown below.

[05/15 10:48:15,QTController.exe(11648:11),Warning] Loader.IndexLoadedSerializationTypes() : EXCEPTION! (see below)
     Situation: Exception trying to enumerate know types for assembly ArtOfTest.WebAiiVSIP, Version=2014.1.410.0, Culture=neutral, PublicKeyToken=14176981d1873d86
     Outer Exception Type: System.Reflection.ReflectionTypeLoadException
     Message: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
     HRESULT: 0x80131602 (Official ID (if app.) = COR_E_REFLECTIONTYPELOAD, Error Bit = FAILED, Facility = FACILITY_URT, Code = 5634)
     Call Stack:
          at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
          at System.Reflection.RuntimeModule.GetTypes()
          at System.Reflection.Assembly.GetTypes()
          at ArtOfTest.Common.Design.Loader.IndexLoadedSerializationTypes(Assembly assembly)     LOADER EXCEPTION #1
          Outer Exception Type: System.IO.FileNotFoundException
          Message: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Vsip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
          HRESULT: 0x80070002 (Official ID (if app.) = 2147942402, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = ERROR_FILE_NOT_FOUND)
     LOADER EXCEPTION #2
          Outer Exception Type: System.IO.FileNotFoundException
          Message: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Vsip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
          HRESULT: 0x80070002 (Official ID (if app.) = 2147942402, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = ERROR_FILE_NOT_FOUND)
     LOADER EXCEPTION #3
          Outer Exception Type: System.IO.FileNotFoundException
          Message: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Vsip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
          HRESULT: 0x80070002 (Official ID (if app.) = 2147942402, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = ERROR_FILE_NOT_FOUND)
     LOADER EXCEPTION #4
          Outer Exception Type: System.IO.FileNotFoundException
          Message: Could not load file or assembly 'Microsoft.VisualStudio.QualityTools.Vsip, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
          HRESULT: 0x80070002 (Official ID (if app.) = 2147942402, Error Bit = FAILED, Facility = FACILITY_WIN32, Code = ERROR_FILE_NOT_FOUND) 

After i installed Visual Studio 2010 Ultimate the above exception was not longer thrown. No sure why we need Visual studio 2010.
 
The main issue is when we run a single test, the test starts executing immediately but once we add about 50 tests to the suite the tests wait in the queue for nearly 4 hrs before it actually starts executing the tests. We are not sure how to debug this issue. I am attaching the log from Telerik and also a screen shot from Test Manager when it is waiting in queue for 4 hrs. Please let us know if there is anything we should be looking at.

Thanks

Cody
Telerik team
 answered on 05 Jun 2014
1 answer
100 views
Hi Telerik team,

When running test cases in a test list, do the variables stored in a utility class reset to default when a new test case is executed? For example, if the first test case (in the test list) increments a zero-based index to one (1), would the final test case read zero (0) or one (1)?

Regards
Boyan Boev
Telerik team
 answered on 05 Jun 2014
12 answers
404 views
Hi,

It's urgent.
Can anyone gives a light on how to generate excel data file at runtime when your testlist gets executed.

Let say Testlist have 5 test cases. Once this gets executed test result.res file generate but i want an excel file which shows execution result.

Thanks in advance..
Boyan Boev
Telerik team
 answered on 04 Jun 2014
2 answers
137 views
Hi,

I downloaded and installed Telerik Ultimate edition for initial testing. The problem is when I perform a LOAD TEST, I follow the exact steps in the how-to/ documentation but when I check the captured traffic. It does not have any traffic generated.

Please help me on this. I cant find documentation that can serve as a work around. Also note I tried to install Fiddler but because the edition is ultimate edition it does not allow install of fiddler.


Thanks in advance! Gob Bless!
Cody
Telerik team
 answered on 03 Jun 2014
4 answers
135 views
1.in my application i have a check box for selecting row data.after selecting i have a button for submiting the those data.than that row will no longer there in page.i want while i run the test than it should click the next row and submit it
so recorded all the step .and run .i got error in while it select the next row.than i change xml path like row and column no change.than again run .it got pass .its selecting the next row check box.but its not clicking submit button.so aftere run the test my data is still there in that page .it should go from that page.but i think submit button is not performing ....but all step got pass.how i will solve this issue 

Ivaylo
Telerik team
 answered on 03 Jun 2014
8 answers
400 views
Hi,
      I have a HTML table that i need to extract data from. The table does not have a fixed set of rows and columns. Depending on the input entered by the user, the results in the table varies from a single row-single column to at least 2 rows and 3 columns. I will need to extract data from one of these columns. Please advise how to proceed.

Thank you,
Boyan Boev
Telerik team
 answered on 02 Jun 2014
1 answer
80 views
Hi,
We are trying to verify the contents of a RadGridView, but are not getting the correct number of rows or cells. The code we are using is as follows :

​SilverlightApp app = ActiveBrowser.SilverlightApps()[0];
​Telerik.WebAii.Controls.Xaml.RadGridView rgv = app.Find.ByType<Telerik.WebAii.Controls.Xaml.RadGridView>();

Log.WriteLine(rgv.Rows.Count.ToString());
Log.WriteLine(rgv.Rows[0].Cells.Count().ToString());

Now we could have 500 rows and 5 columns, but the Log just shows the row count to be 2 and cell count to be 1. Any ideas as to why it is not bringing back the full RadGridView ??
As a heads up the RadGridView is being populated by Dynamc Data (as seen in this demo ... http://demos.telerik.com/silverlight/#GridView/DataSources )

Cheers ... Rob.
Konstantin Petkov
Telerik team
 answered on 31 May 2014
1 answer
86 views
When I try to run a test list a black command box just sits on the screen and the tests never run.
Konstantin Petkov
Telerik team
 answered on 31 May 2014
3 answers
135 views
Hello,

Could you let me know which edition of Visual Studio (Test Professional, Professional, Premium or Ultimate) is *minimally* required on servers that will only build and/or run tests (no test development) in a Microsoft Test Manager/TFS/Test Studio Runtime Edition test environment? 

1) We are currently using Test Studio 2012.2.1420.0 - however, we are investigating an upgrade to 2014.1.* or 2013.*  (so if there are any differences in the information between these releases, please let us know the info for both). 
2) We are using Visual Studio 2010 on our servers (since we are working with TFS 2010) but can install Visual Studio 2012 if needed. 
3) We need to be able to run tests both from Test Manager UI (from the same or a different computer) or using tcm.exe (command line equivalent of MTM).

I have been trying to set up a server (win Server 2008 R2 Standard and Test Studio Runtime Edition 2012.2.1420.0) with Test Professional 2010 only and a combination of Test Professional 2010 and Test Professional 2012 (because latter comes with tcm.exe - while the former doesn't).  But I have been running into a series of issues which seem to be related to missing Microsoft DLLs. I have resolved some of them - but keep running into more.  Details can be provided if required.

We do currently have functioning test server environments with Visual Studio Ultimate - these have been working without issues for 2-3 years now. The above stems from an effort to try and downgrade Visual Studio on these servers for cost reasons.

Any help would be much appreciated.  Please let us know if you have questions.

Thanks,
Shashi 

Ivaylo
Telerik team
 answered on 31 May 2014
1 answer
79 views
Hi,

I have to test an HTML5 desktop App (not HTML5 web application) on Linux platform.

Looks like Test Studio supports HTML5 apps on windows OS. Does it support Linux OS ?

If yes, can you please share a link on this topic.
Ivaylo
Telerik team
 answered on 31 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?