Telerik Forums
Test Studio Forum
1 answer
55 views
 fixed problem, not sure how to delete thread
Boyan Boev
Telerik team
 answered on 02 Oct 2013
1 answer
97 views
Hello,

I am newer using Telerik Test Studio. I am facing an error with an iframe in Chrome. Currently I am using Chrome (Version 25.0.1364.152)
and Telerik version 2012.2.1420.0.

This frame has a random id but I defined this object with the following options:
-BaseURL:~/Email2.php
-Id:~WVRANDOMID
-Index:3
-Name:~WVRANDOMID

The error shown is: 
Failure Information: 
~~~~~~~~~~~~~~~
Element was 'not found'. Criteria: Element 'Exists'.
Waiting for frame '[Frame:id=~WVRANDOMID,name=~WVRANDOMID,src=~/Email2.php,UseQuery:False]' timed out. Error: Wait for condition has timed out

The script is working well in IE8 and FF browser


Could you please help me how solve this issue?


Mario
Telerik team
 answered on 01 Oct 2013
5 answers
113 views
I am experiencing problems with recording tests in Chrome.

I installed Team Studio yesterday and was able, then, to record tests in Chrome.  Now, every time I click on the icon to start recording a test, it takes me into Internet Explorer, even though this is not my default browser - as it evident from the fact that the first message that comes up, when launching the recorder, is the one asking if I want to make IE my default browser.

I want to be able to record tests in Chrome, as the interface seemed more intuitive, but have not, yet, been able to identify a way of configuring Team Studio to make it use Chrome for recording.

Any help would be gratefully received.

Nick
Boyan Boev
Telerik team
 answered on 01 Oct 2013
3 answers
111 views
Before the major updates, when running multiple test lists, tests would run first in order of test lists, then in order of tests.

Now they run in order of tests alone, disregarding test lists.

What is the reason for this change? Do we have / can we get the option to run them either way?

I'm aware that tests are meant to be scoped so they can be run entirely individually but due to the way we use a custom-made DLL to monitor performance in coded steps, our tests are meant to be run in the order we specify. This is largely because of differentiating cold/warm/hot caching tests (so the cold cache tests have to be run first).

If you can't change this back or at least give us the option, we'll have to stick with your earlier version which is obviously not ideal.
Ivaylo
Telerik team
 answered on 01 Oct 2013
1 answer
97 views
Do Test studio supports load testing of WCF Services ? We have an application with the following details.

WPF application developed in c# .Net
WCF Services are used

Another application uses Silverlight. 

Does test studio supports the load testing of above mentioned requirements?
Boyan Boev
Telerik team
 answered on 26 Sep 2013
20 answers
331 views

Hi,

We seem to have on of our tests in the Test Studio Project desynchronized from our source control which is Team foundation Server 2008.  Every time we open the project in Test Studio it automaticallly checks out one of the tests for edit.  This particular test has not been worked on or touched for a number of weeks now so we have no idea why it has started to do this.  We have even attempted to fix it by completely deleting the test from both source control and Test Studio, then re-recording the test and checking it back in but we still seem to be in the same state.

Please find below an extract of the log when we open test Studio.

I would be grateful if you could advise how we can fix this.  Is there a file of some sort that we can manually edit to prevent Test Studio from trying to keep adding the same test to source control?

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer._vcs_NonFatalError() : Non-fatal error handling TFS request: Failure instance 52192065
  RequestType: None
  Code: ItemExistsException
  Severity: Error
  Warnings: [0]
  ComputerName:
  IdentityName:
  LocalItem:
  Message: The item $/SetAllRequiredInfo.resx already exists.
  ResourceName:
  ServerItem: $/SetAllRequiredInfo.resx
  ItemId: 0
  WorkspaceName:
  WorkspaceOwner:

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer._vcs_NonFatalError() : Non-fatal error handling TFS request: Failure instance 64398613
  RequestType: None
  Code: ItemExistsException
  Severity: Error
  Warnings: [0]
  ComputerName:
  IdentityName:
  LocalItem:
  Message: The item $/SetAllRequiredInfo.tstest already exists.
  ResourceName:
  ServerItem: $/SetAllRequiredInfo.tstest
  ItemId: 0
  WorkspaceName:
  WorkspaceOwner:

[02/04 14:33:22,Telerik.TestStudio.exe(2920:1),TeamFoundationServer] TFSServer.AddFiles() : Error adding files

Cody
Telerik team
 answered on 25 Sep 2013
4 answers
301 views
Hello,

We have a load balanced web farm that we want to load test.
All web servers are set to use the same machine key in web.config. The load-balancer is configured for sticky session.

We have a Web Test that executes successfully. We used it to create a Load test. However the load test is causing the following server error:
System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
at System.Web.UI.ViewStateException.ThrowMacValidationError(Exception inner, String persistedState)
at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString, Purpose purpose)
at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState, Purpose purpose)
at System.Web.UI.HiddenFieldPageStatePersister.Load()
at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


If I disable mac validation in config, it still does not work and message is:
System.Web.HttpException: The state information is invalid for this page and might be corrupted.
at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)
at System.Web.UI.HiddenFieldPageStatePersister.Load()
at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
at System.Web.UI.Page.LoadAllState()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Cody
Telerik team
 answered on 25 Sep 2013
5 answers
69 views
After I upgrade the Telerik Test Studio to latest version (2013.1 911), the "Run To Here" action in Visual Studio 2012 is no longer work.
Although it able to launch the Telerik Test Studio Recorder but it not able to record any test step. Btw, I'm testing Silverlight web application.

Anyone have any idea or solution to this issue?
Ivaylo
Telerik team
 answered on 25 Sep 2013
13 answers
178 views
We have the Telerik trial version downloaded ..Version 2013.1.806.0

Our application mainly intended to work with the Chrome browser...Right now works only with Chrome.
When I tried recording on the Chrome, no steps are recorded. I inserted the Verification point (like ...Verify object exist) and that is added to the script. But no actions are recorded.

Also I verified the chrome browser setting as per the Telerik doc.

Your help would be appreciated!
Rodney
Telerik team
 answered on 24 Sep 2013
12 answers
479 views
Search Test Steps
How to use the search field and step type filter to filter test steps.

Search Tests
How to use the search field and step type filter to filter test steps.

Load Testing Extensions
How to use load testing extensions to modify load test execution.

Jenkins CI
How to use Jenkins Continuous Integration to build and run Test Studio tests.

Codeless Scrolling in Virtualized Panels
How to use the Elements Menu to automate against Silverlight Virtualized Panels.

Drop-down menu jQuery event not triggered
How to use the TriggerjQueryEvent test step property with drop-down menus.

Jenkins CI
How to build and execute Test Studio tests in Jenkins Continuous Integration.

Using Chained Find Expressions
How to use chained find expressions to locate elements by their relative position in the DOM.
Byron
Telerik team
 answered on 24 Sep 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Henri
Top achievements
Rank 2
Iron
Iron
Iron
SUNIL
Top achievements
Rank 2
Iron
Iron
Iron
David
Top achievements
Rank 1
Jackson
Top achievements
Rank 1
Iron
Iron
Tim
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?