Telerik Forums
Test Studio Forum
1 answer
43 views
I am using Test Studio's trial version on my windows 7 machine.
When I record test (approx 40 steps or so), test studio performs really slow.
Entire UI of test studio starts behaving very slowly and it becomes very difficult to work upon it.

OS -> windows 7 ultimate - 32 bit
test Studio -> 2014.1.410.0
Processor - >intel core i3 2.4Ghz
RAM - > 4GB (3GB usable)

Ivaylo
Telerik team
 answered on 11 Jun 2014
5 answers
93 views
Hi,

I am performing one scenario in which when I hit Save Button, message box appears/pop-up and I need to hit OK button to go further. I am attaching Screenshot of Messagebox which appears on Screen. Now challenge is, nor test studio is able to capture this messagebox neither hover over highlighting method. Also this messagebox is not showing in DOM tree. Let me know how I put test step for this?

Thank you.
Cody
Telerik team
 answered on 11 Jun 2014
3 answers
51 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
91 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
98 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
212 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
98 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
131 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
105 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
422 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?