Property getter 'GetToolTip' not available on attached property owner class 'System.Windows.Controls.ToolTipService'
Regards
Noegh
I get a time out error. HOWEVER, when i navigate to the folder where I intended to save the chart "123.xml" exist. So............. What could be causing it to get stuck in the dialog. Any thoughts?
Error message below:
ArtOfTest.Common.Design.Exceptions.ExecutionException: Timed out waiting '10000' msec. for dialog to be handled '1' ---> System.TimeoutException: Timed out waiting '10000' msec. for dialog to be handled '1'
at ArtOfTest.WebAii.Win32.Dialogs.BaseDialog.WaitUntilHandled(Int32 handleCount, Int32 timeout, Boolean resetHandleCount)
at ArtOfTest.WebAii.Win32.Dialogs.DownloadDialogsHandler.WaitUntilHandled(Int32 timeout)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DownloadDialogHandlerDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.DialogHandlerDescriptor.Execute(IAutomationHost browser)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
--- End of inner exception stack trace ---
I have also submitted ticket #420287 since I was not sure where to post the issue. I would really appreciate if you could respond as soon as possible.
We have 3 radcombo boxes
Issue: When executing the test, radcombobox or radtogglebutton are not found and the test fails.
1) First of all we cannot locate radcombo box.
2) There is no verify exist on radcombo box.
3) How do we select item from RadComboBox. We tried creating a coded step to select the item from the RadCombo box (using SelectItem method in the Radcombo box API) but it didn’t work.
Thank You,
QA