I am a new user to Web UI Automation Tool. I tried to install the software and I got stuck in the set up. The set up hangs in calculating the disk space requirements. I have 96.8 GB free space in my machine. Attached are the screen shots.
Is it possible to use part of some extracted text, I can extract a confirmation message which contains the reference I need but I would like to use just the reference in another search.
When I created a test script I inserted "Image Verification" using Hover Over highlighting option (verify entire image checkbox is checked). When I wanted to run this test script all these verification steps were failed because Hover Over highlighting option in the web ui tool cannot identify objects properly (see attached screenshot)
How can I fix this problem ?
P.S. I already restarted my computer and restarted the tool :)
Please HELP!!! The test script was ready for execution. I run this script for a several times today and I didn't receive any errors. But the last 5 times when I was trying to execute it I got this error:
------------------------------------------------------------
'2/17/2011 3:33:56 PM' - Starting execution....
'2/17/2011 3:34:49 PM' - Failure detected during execution. Details:
------------------------------------------------------------
'2/17/2011 3:34:49 PM' - System.NullReferenceException: Object reference not set to an instance of an object.
at ArtOfTest.WebAii.Design.Execution.ExecutionUtils.GetHostState(IAutomationHost host)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteSteps(AutomationStepList stepList, TestResult testResult, Object codeBehindInstance)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTestIteration(Object codeBehindInstance)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.InternalExecuteTest(Test test, TestResult initializationResult)
at ArtOfTest.WebAii.Design.Execution.TestExecuteProxy.ExecuteTest(Test test, Settings settings, String deploymentFolder, ExecutionType exeType, Int32 lastStepIndex, DebuggerOptions debuggerOptions)
------------------------------------------------------------
'2/17/2011 3:34:49 PM' - Test completed!
Note1: the status of the test is "Fail - 0 passed out of total 0 executed" but I could see the progress of this test during execution and all steps were passed.
Note2: I get this error only when I add "Close IE window" step in the end of the test
I have a Silverlight application with Telerik RadControls Q3.
The user chooses a date interval, then information for that certain interval displays on a map. All the information related to the interval is shown at the same time.
I would like for the user to be able to choose a date interval and then print it day-by-day (and not as shown in the application).
E.g. print information for the first date in the chosen interval on one page (just as if the user had chosen only that one day), and then info for the 2nd date on the next page and so forth..
I guess I need to create an automated workflow? Does anyone have an idea about how I should do this?
When I access the spell checker it is showing an error alert and writing error log as,
A potentially dangerous Request.Form value was detected from the client (CommandArgument="<controlSeparator><b...")
I have a step that clicks on a radtabitem. It flags this error:
Failure Summary
Was not able to match a segment within the path. Expected:border , Found:FrameworkElement , Path:/shell:-1:54976006/grid:0:46959463/border:1:53739988/grid:0:65623433/grid:1:52030735/border:0:13237733/radtabcontrol:0:53666642
i have a test case where i need to set a date and time in a DateTime field (Rad control)
when i try to run the test it fails with the Log message (added to the end of this post).
what i can gather from the log is that something in get_culture() fails for some reason.
the object in the test states that culture is da-DK
and the Selected time format is DD-MM-YYY HH:MM
also the Element find logic is: "[id 'Contains' ctl18_timeView] AND [id 'Contains' ctl00] AND [tagname 'Exact' div]"
the Client and webpage is set to da-DK as culture or system language.
----- Log Message -----
ArtOfTest.Common.Design.Exceptions.ExecutionException: ExecuteCommand failed!
InError set by the client. Client Error:
System.InvalidOperationException: Javascript call [$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()] failed! Please make the function exists and the call is using the correct prototype signature. Javascript error: TypeError: 'null' is null or not an object
at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON)
at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)
BrowserCommand (Type:'Action',Info:'NotSet',Action:'InvokeJsFunction',Target:'ElementId (tagName: '',occurrenceIndex: '-1')',Data:'$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()',ClientId:'Client_a4d5e5d3-5f23-44cc-94ee-a67dc39369a1',HasFrames:'False',FramesInfo:'',TargetFrameIndex:'-1',InError:'True',Response:'System.InvalidOperationException: Javascript call [$find(\'ctl00_m_g_0a5cf375_559d_4468_867e_757ee28215ec_ctl18_timeView_wrapper\').get_culture()] failed! Please make the function exists and the call is using the correct prototype signature. Javascript error: TypeError: 'null' is null or not an object
at ArtOfTest.InternetExplorer.IECommandProcessor.InvokeFunction(String functionCall, Boolean useEval, Boolean returnJSON)
at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessActionCommands(BrowserCommand request)
at ArtOfTest.InternetExplorer.IECommandProcessor.ProcessCommand(WebBrowserClass ieInstance, BrowserCommand request, IHTMLDocument2 document)')
InnerException: none.
---> ArtOfTest.WebAii.Exceptions.ExecuteCommandException
at ArtOfTest.WebAii.Core.Browser.ExecuteCommandInternal(BrowserCommand request)
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request, Boolean performDomRefresh, Boolean waitUntilReady)
at ArtOfTest.WebAii.Core.Browser.ExecuteCommand(BrowserCommand request)
at ArtOfTest.WebAii.Core.Actions.InvokeScript(String script)
at ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer.InternetExplorerActions.InvokeScript(String script)
at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.GetValue[T](String propertyName, T defaultValue)
at ArtOfTest.WebAii.Controls.HtmlControls.HtmlControl.CallMethod[T](String methodCall, T defaultValue)
at Telerik.WebAii.Controls.Html.RadTimeView.get_Culture()
at Telerik.WebAii.Controls.Html.RadTimeView.SelectTime(DateTime selectedTime)
at Telerik.WebAii.Design.Translators.Html.Calendar.TimeViewSelectionDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
--- End of inner exception stack trace ---