Telerik Forums
Test Studio Forum
3 answers
137 views
I've setup a number of load tests and have used the 'monitor performance' feature to connect to an external server to be monitored. After installing runtime on the external server, connecting to it and selecting the metrics to monitor, I still do not see the server listed as part of the 'Analyze Results' screen after the tests have completed.

If view the results and attempt to select a server from the 'Select a Computer' drop down, i only see the local computer as an option.

Is there something I am doing wrong?
Ivaylo
Telerik team
 answered on 14 Dec 2013
3 answers
74 views
When you run a test from the test list is there any want to put an expression in that creates a new folder under WebaiiLog based on the test and date of run?
Rodney
Telerik team
 answered on 13 Dec 2013
3 answers
74 views
I get this error no matter what I do for the new version install.  I've been on admin accounts, I've tried installing on brand new VMs, I've tried the work around here: http://www.telerik.com/automated-testing-tools/support/documentation/user-guide/troubleshooting_guide/installation-problems/error-starting-services.aspx, but they all got me no where.  First off, on my machines, for this work around the file is labeled: Telerik.TestStudio.ExecutionManager.exe.config, and it just says config file, not xml config file.  If I add .xml to the end, it turns into an xml config file.  I've tried making it Telerik.TestStudio.ExecutionManager.exe.config, Telerik.TestStudio.ExecutionManager.exe.config.xml, Telerik.TestStudio.ExecutionManager.exe.config.bak, Telerik.TestStudio.ExecutionManager.exe.config.xml.bak.
None of them worked.

Nothing gets me passed this error, so I cannot set up remote scheduling or email notifications for scheduled runs.
Mario
Telerik team
 answered on 13 Dec 2013
6 answers
216 views
Hello,

When I try to run my test in FF I get the following error:

ArtOfTest.Common.Design.Exceptions.ExecutionException: Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure: System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T,V](Func`3 func, T target, V custom, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.Common.WaitSync.For[T,V](Func`3 func, T target, V custom, Int32 timeout)
   at ArtOfTest.WebAii.Core.Browser.WaitForFrame(FrameInfo frameInfo, Int32 timeout)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.GetFrameBrowserInstance(Browser topBrowser, FrameInfo frame, Int32 waitTimeout, String& stringError) ---> System.Exception: Unable to find the target host (Browser/SilverlightApp) to locate an element. Failure: System.TimeoutException: Wait for condition has timed out
   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
   at ArtOfTest.Common.WaitSync.For[T,V](Func`3 func, T target, V custom, Boolean invertCondition, Int32 timeout)
   at ArtOfTest.Common.WaitSync.For[T,V](Func`3 func, T target, V custom, Int32 timeout)
   at ArtOfTest.WebAii.Core.Browser.WaitForFrame(FrameInfo frameInfo, Int32 timeout)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.GetFrameBrowserInstance(Browser topBrowser, FrameInfo frame, Int32 waitTimeout, String& stringError)
   at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.WaitForAllElements(Browser browser, AutomationDescriptor descriptor)
   at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
   --- End of inner exception stack trace ---

Failed step:
Verify attribute 'src' has 'NotContain' value of 'disabled' on 'CPRibbonGroup3BtnRibbReadCardImageImage'

Although in IE8 all works fine.

Could you, please, clarify what is wrong?
Thanks.
Ken
Top achievements
Rank 1
 answered on 11 Dec 2013
1 answer
38 views
I'm able to determine page load times in my performance test but is there a way to see specific page load times in a load test.  I need that information per page while simulating 100 concurrent users.
Cody
Telerik team
 answered on 10 Dec 2013
1 answer
46 views
Is there anyway to delay the BrowserCapture function a few ms without having to put a execution delay in front of every browser capture?
Rodney
Telerik team
 answered on 10 Dec 2013
10 answers
719 views

I have written customized code using C#. I have given breakpoint in customized code step in Data driven test. When i execute the steps, it is waiting in the breakpoint but not able to debug the code. How to debug the code? Can you please suggest me the same.
Nguyen
Top achievements
Rank 1
 answered on 10 Dec 2013
5 answers
148 views
My test studio projects are not compiling anymore after the 2013 upgrade.  Error:  

c:\Users\creasoner\Documents\Test Studio Projects\MBL Smoke Test\App Approval.tstest.cs: Line 79: (CS1061) 'TestProject1.Pages' does not contain a definition for 'ThinkFinanceAdministration0' and no extension method 'ThinkFinanceAdministration0' accepting a first argument of type 'TestProject1.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\creasoner\Documents\Test Studio Projects\MBL Smoke Test\Application Verificaion.tstest.cs: Line 79: (CS1061) 'TestProject1.Pages' does not contain a definition for 'ThinkFinanceAdministration2' and no extension method 'ThinkFinanceAdministration2' accepting a first argument of type 'TestProject1.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\creasoner\Documents\Test Studio Projects\MBL Smoke Test\Application Verificaion.tstest.cs: Line 87: (CS1061) 'TestProject1.Pages' does not contain a definition for 'ThinkFinanceAdministration2' and no extension method 'ThinkFinanceAdministration2' accepting a first argument of type 'TestProject1.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\creasoner\Documents\Test Studio Projects\MBL Smoke Test\Application Verificaion.tstest.cs: Line 96: (CS1061) 'TestProject1.Pages' does not contain a definition for 'ThinkFinanceAdministration2' and no extension method 'ThinkFinanceAdministration2' accepting a first argument of type 'TestProject1.Pages' could be found (are you missing a using directive or an assembly reference?)
c:\Users\creasoner\Documents\Test Studio Projects\MBL Smoke Test\Application Verificaion.tstest.cs: Line 97: (CS1061) 'TestProject1.Pages' does not contain a definition for 'ThinkFinanceAdministration2' and no extension method 'ThinkFinanceAdministration2' accepting a first argument of type 'TestProject1.Pages' could be found (are you missing a using directive or an assembly reference?)




Ivaylo
Telerik team
 answered on 09 Dec 2013
1 answer
58 views
Example code:

    <add key="ProcessManagerPollingInterval" value="2" />
    <add key="ExecutionMangerPollingInterval" value="4" />

I think it should be ExecutionManagerPollingInterval
Ivaylo
Telerik team
 answered on 06 Dec 2013
1 answer
65 views
Hi,
When I add any message to the Assert API call. On failure of Test step I am expecting that it should log failure message with the message given in Assert API. But test studio doesn't log the Assert message instead it logs the Test step description.

[CodedStep(@"Verify All Controls visibility is Visible", RequiresSilverlight = true)]
public void NetworkSettingsPage_Functionality_ControlVisibility()
{
    // Verify EditButton's visibility is Visible
    Assert.AreEqual(ArtOfTest.WebAii.Silverlight.UI.Visibility.Visible, Pages.PC5xxLogin.SilverlightApp.EditButton.ComputedVisibility, "Edit Button Element visibility does not match expected value");
}

In above code on failure of Assert it doesn't log the message given in Assert API Call instead it logs description in code step attribute.
I searched around online but didn't get any help.

Please let me know if this is a known issue or I am missing something.
Boyan Boev
Telerik team
 answered on 06 Dec 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?