Telerik Forums
Test Studio Forum
7 answers
216 views
Hi,

We need some assistance customizing a step in code to click on a specific element that contains a specific id

Here is what we tried, but keep getting "object reference not set to an instance of an object"

// Click 'Gear_ico'
HtmlControl gear = Pages.MainEditPage.Gear_ico.Find.ByAttributes<HtmlControl>("id=codelookup_STD_RECEIPT_DELIVERY");
gear.Click(false);
Boyan Boev
Telerik team
 answered on 09 Jun 2014
1 answer
103 views
http://www.telerik.com/videos/teststudio/load-testing-web-services-with-telerik-test-studio
http://blogs.telerik.com/automated-testing-tools/posts/13-11-20/load-testing-web-services-with-test-studio

Load testing of webservices are detailed in your blog and a video that you have created. However I'm not seeing anywhere where you have actually showed the results of web services after the testing is done.

I have created a load test that shows all of the services calls in the profile. I made sure all of them were checked before saving and starting the load test.

The results that actually end up coming up in the analysis are only a small fraction of what is in the profile and doesn't show one service call.
Cody
Telerik team
 answered on 06 Jun 2014
5 answers
134 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
110 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
431 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
151 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
169 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
435 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
85 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
94 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?