Telerik Forums
Test Studio Forum
3 answers
57 views
Hi,

My Application build on silverlight 5 and im using chrome version 33.

I have enabled Telerik Test Studio Chrome Automation 2013.2.1327.0 ,Telerik Test Studio Recorder 2013.2.1327.0 & Telerik Exploratory Testing Extension 1.0 In Chrome, While try to record the application in chrome, the Recorder menu comes up and only Navigation to url works, No other actions are getting recorded,

Can you please tell me what im i missing here ?

Thanks & Regards
Aneesh
Ivaylo
Telerik team
 answered on 10 Jun 2014
2 answers
108 views
 I know that you can "Reference an Element in Code",but can I do the reverse?
I would really like to be able to use an element that i captured during
run time, and use it in the "front end" test. Is there anyway to do
this? It would really help us in our testing.

I have attached a Screen shot of the coded step and the Boolean I would like to use in the "front end" / main test.
Boyan Boev
Telerik team
 answered on 10 Jun 2014
3 answers
113 views
Hello I have Problem in running my Telerik Test.

During selecting an Item from a Combobox it comes up a message that said the actual Window is not maximized. But the Window ist maximized. The Error did not comes in everytime only sometimes. But i am worry about it.
The error message is:


'Fail' : 6. Select by text 'Titel' in MetadataComboBoxCombobox
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Point (394, 1015) outside bounds of browser window: (0, 105, 1280, 879)
You might need to maxmize the browser while running this test. Try adding the following code in a coded step: ActiveBrowser.Window.Maximize();
InnerException:
System.InvalidOperationException: Point (394, 1015) outside bounds of browser window: (0, 105, 1280, 879)
You might need to maxmize the browser while running this test. Try adding the following code in a coded step: ActiveBrowser.Window.Maximize();
at ArtOfTest.WebAii.Silverlight.SilverlightApp.ValidateMouseLocation(Point point)
at ArtOfTest.WebAii.Silverlight.UserInteraction.Click(MouseClickType clickType, Point offsetPoint, OffsetReference reference)
at ArtOfTest.WebAii.Silverlight.UserInteraction.Click(MouseClickType clickType)
at ArtOfTest.WebAii.Silverlight.UI.ComboBox.SelectItemByText(Boolean simulateRealUser, String text)
at ArtOfTest.WebAii.Silverlight.UI.ComboBox.SelectItemByText(Boolean simulateRealUser, String text, Boolean openDropDownBeforeSelection)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Silverlight.Descriptors.ComboBoxSelectItemActionDescriptor.Execute(IApplication hostApp)
at ArtOfTest.WebAii.Design.Extensibility.XamlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep(Int32 order)                                                                  

Please help me. Christian




Ivaylo
Telerik team
 answered on 09 Jun 2014
7 answers
226 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
110 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
146 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
120 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
445 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
163 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
191 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
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?