Telerik Forums
Test Studio Forum
2 answers
128 views
On a rad grid list I have a "delete" button 4 columns over. How do I do something in Test Studio where i detects the row I need by some text located on that row and then go 4 columns over to click on the delete?
Boyan Boev
Telerik team
 answered on 17 Dec 2013
1 answer
91 views
I'm trying to test kendo ui datepicker using test studio, but I can't click the date. 
My scenario is,,
I want to go to 2 years before the default date for the different date.
But it doesn't work when i running my project..
Cody
Telerik team
 answered on 16 Dec 2013
3 answers
155 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
90 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
94 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
248 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
46 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
68 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
769 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
188 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?