Telerik Forums
Testing Framework Forum
14 answers
236 views
Hello!
I've got the following question about how to correctly license the Testing Framework:
When downloading the Testing Framework, it says it's free, also I don't have to enter any payment information. Now, in the EULA (http://www.telerik.com/community/license-agreement.aspx?pId=691) it says

2. Support and Updates
2.1 Support.  
[...]
2.1.2 If You have ten (10) or more Framework Users, You are obligated to purchase dedicated technical support for the Software as provided in http://www.telerik.com/automated-testing-tools/purchase/faqs/free-testing-framework.aspx.

Does this mean, we are obligated to purchase the support package once we have ten users of the Testing Framework, or once we have have ten users *and* require support via the regular support channels?

Thanks, Michael
Yurii
Top achievements
Rank 1
 answered on 25 Jul 2013
3 answers
69 views
Hi Guys,

I just installed the Testing Framework plugin and I was trying to figure out how to use it. However Firefox (22.0) is reporting the extension isn't supported.



Is there a new version available? The version number looks a little old.

Thanks!
-Craig
Cody
Telerik team
 answered on 24 Jul 2013
2 answers
188 views
I have written a Windows WPF application which I am using Testing Framework to test. This works fine.

The application sends data through a serial port to a Windows Forms application, and I would like to be able to test the complete system.

Is there any way to use Testing Framework to extract the contents of text boxs from a Windows Forms application?
David
Top achievements
Rank 1
 answered on 24 Jul 2013
1 answer
92 views
Hello,

I have RadSlider control with minimum and maximum values, and i'm trying to use DragToTick method but Test Studio returns me an error:


ArtOfTest.Common.Exceptions.FindElementException: Element Not found!
FindExpression used:
[name 'Exact' HorizontalRangeEndThumb]



Also, i tried to to execute the following coded steps against your demo page with RadSlider control but got the same error as for mine coded step.

Site link: http://demos.telerik.com/silverlight/#Slider/Ticks

Coded Steps:

Telerik.WebAii.Controls.Xaml.RadSlider mySlider = Pages.TelerikSliderForSilverlight.SilverlightApp.Find.ByAutomationId<Telerik.WebAii.Controls.Xaml.RadSlider>("rangeSlider");

mySlider.User.HoverOver();
//Thumb RangeMidle = severitySlider.Find.ByAutomationId<Thumb>("RangeMidleThumb");


mySlider.DragToTick (ThumbName.EndThumb, 2);


Error:

Exception thrown executing coded step: '[Performance_Categories_CodedStep8] : DragToTick - Telerik Demo'.
InnerException:
ArtOfTest.Common.Exceptions.FindElementException: Element Not found!
FindExpression used:
[name 'Exact' HorizontalRangeEndThumb]

   at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo, Object target)
   at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout, WaitResultType errorResultType)
   at ArtOfTest.WebAii.Silverlight.VisualWait.ForExistsInternal(Int32 timeout, Boolean invertCondition)
   at ArtOfTest.WebAii.Silverlight.VisualWait.ForVisible(Int32 timeout)
   at ArtOfTest.WebAii.Silverlight.VisualFind.ReturnOrThrow(FrameworkElement e, String throwMessage)
   at ArtOfTest.WebAii.Silverlight.VisualFind.ByName(String name)
   at Telerik.WebAii.Controls.Xaml.RadSlider.get_HorizontalRangeEndThumb()
   at Telerik.WebAii.Controls.Xaml.RadSlider.DragToTick(ThumbName thumbName, Int32 tickIndex)

Could you help me please to fix that issue?


Thanks,
Max
Boyan Boev
Telerik team
 answered on 24 Jul 2013
1 answer
76 views
I installed the testing tool but only says its partially installed am I missing something????
Cody
Telerik team
 answered on 22 Jul 2013
1 answer
189 views
Does the Telrik test tool suite support test automation of functional/regression testing of BPM product suite from Pegasystems? pl share the details and experience.
Regards, RVR
Boyan Boev
Telerik team
 answered on 22 Jul 2013
1 answer
115 views
Greetings, Telerik Team!

Is there any way to simulate click on element with modifier key pressed, i.e. Ctrl + Click?

I'm trying to do this so:

var fieldDiv = label.Parent.Parent.Parent.As<HtmlDiv>();
_testHelperBase.CurrentFrame.OwnerBrowser.Desktop.KeyBoard.KeyDown(Keys.Control);
fieldDiv.Click();
_testHelperBase.CurrentFrame.OwnerBrowser.Desktop.KeyBoard.KeyUp(Keys.Control);

with no result.
Velin Koychev
Telerik team
 answered on 22 Jul 2013
9 answers
413 views
I've got a page that opens up a HTML popup window (not modal) containing a cancel button that closes it. If I set:

Manager.SetNewBrowserTracking(true)

before the popup is called then, as documented, I get a new Browser in the Browsers collection and the Manager.ActiveBrowser is set to the popup. However, when I call the cancel button to close the window (remembering to pass true to the HtmlInputButton.Click(true) so that it knows I'm closing the window) the Browsers collection remains the same (2) and the ActiveBrowser is still set to the closed popup. Subsequently the next command, in this case ActiveBrowser.RefreshDomTree() causes failure below.

The documentation states that when a popup window is closed the Browsers collection will be reduced and the ActiveBrowser will be set to the last browser, but this doesn't appear to happen. Is there something I'm missing here?

Cheers,
Matt


ArtOfTest.WebAii.Exceptions.ExecuteCommandException: ExecuteCommand failed!
BrowserCommand (Type:'Information',Info:'DocumentMarkup',Action:'NotSet',Target:'null',Data:'',ClientId:'Client_ad8cae06-40c6-448e-8654-f431fd539687',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'False',Response:'')
InnerException: System.InvalidOperationException: This client 'Client_ad8cae06-40c6-448e-8654-f431fd539687' is not connected to remote to be able to process command.
   at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
Cody
Telerik team
 answered on 18 Jul 2013
1 answer
99 views
I am trying through code to close my browser (ie10) but it just wont work.

int count1 = manager.Browsers.Count;
 
browser.Close();
 
int count2 = manager.Browsers.Count;
 
//Shut-down the manager and do all clean-up
manager.Dispose();

when this code runs count1 contains a count of 1, I then call close on the browser, count2 then contains a count 0, then I call dispose.
but the browser window never closes.

any idea?











Mario
Telerik team
 answered on 18 Jul 2013
1 answer
95 views
Hello,
Each and every individual script is passed.those scripts run as in test list.But it is giving error is
Unable to pass test to test web server.
response status code does not indicate success:500(Internal server error).
failure during test dispatch ;Exception one or more occurred.
Boyan Boev
Telerik team
 answered on 17 Jul 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?