Hi,
I got exception in log while selecting the Date in Calendar popup with the below steps.
In Test Studio, I have recorded the steps below.
1. Click on Calendar icon.
2.It opens the Canlendar popup.
3.Choose a date & close the popup.
4.Save the test in Teststudio.
5.Execute the test.
6.It is failed in selecting date from the calendar popup.
Please provide a solution for my problem soon.(attached the test steps & log for your reference).
thanks,
I got exception in log while selecting the Date in Calendar popup with the below steps.
In Test Studio, I have recorded the steps below.
1. Click on Calendar icon.
2.It opens the Canlendar popup.
3.Choose a date & close the popup.
4.Save the test in Teststudio.
5.Execute the test.
6.It is failed in selecting date from the calendar popup.
Please provide a solution for my problem soon.(attached the test steps & log for your reference).
<<<
Test-as-Step
'Soco Login.aii' log ends.
'1/28/2011 6:08:27 PM' - 'Pass' : 2. Desktop command: HoverOver on ImgBtnMyJobsImage
'1/28/2011 6:08:27 PM' - 'Pass' : 3. Wait for '250' msec.
'1/28/2011 6:08:54 PM' - 'Pass' : 4. Click 'ImgBtnMyJobsImage'
'1/28/2011 6:09:02 PM' - 'Pass' : 5. Desktop command: HoverOver on CalendarImage
'1/28/2011 6:09:06 PM' - 'Pass' : 6. Wait for attribute 'alt' has 'Contains' value of 'Calendar' on 'CalendarImage'
'1/28/2011 6:09:11 PM' - 'Pass' : 7. Click 'CalendarImage'
'1/28/2011 6:09:12 PM' - 'Pass' : 8. Wait for '250' msec.
'1/28/2011 6:09:17 PM' - 'Fail' : 9. Connect to pop-up window : 'http://localhost/socoframework/Calendar.aspx?
FormName
=
aspnetForm
&
CtrlName
=
ctl00
$contentPage$txtJobsStartDateAndTime'
------------------------------------------------------------
Failure Information:
~~~~~~~~~~~~~~~
Exception occured waiting for the new browser to connect.
InnerException:
System.OperationCanceledException: Exception occured waiting for the new browser to connect. ---> System.TimeoutException: Wait for condition has timed out
at ArtOfTest.Common.WaitSync.CheckResult(WaitSync wait, String extraExceptionInfo)
at ArtOfTest.Common.WaitSync.For[T](Predicate`1 predicate, T target, Boolean invertCondition, Int32 timeout)
at ArtOfTest.WebAii.Core.Manager.WaitForNewBrowserConnect(String url, Boolean isPartial, Int32 timeout)
--- End of inner exception stack trace ---
at ArtOfTest.WebAii.Core.Manager.WaitForNewBrowserConnect(String url, Boolean isPartial, Int32 timeout)
at ArtOfTest.WebAii.Design.IntrinsicTranslators.Descriptors.HtmlDialogHandlerDescriptor.Execute(Browser browser)
at ArtOfTest.WebAii.Design.Extensibility.HtmlActionDescriptor.Execute(IAutomationHost autoHost)
at ArtOfTest.WebAii.Design.Execution.ExecutionEngine.ExecuteStep()
------------------------------------------------------------
'1/28/2011 6:09:18 PM' - Detected a failure. Step is marked 'ContinueOnFailure=False' aborting test execution.
------------------------------------------------------------
'1/28/2011 6:09:18 PM' - Overall Result: Fail
'1/28/2011 6:09:18 PM' - Duration: [1 min: 13 sec: 605 msec]
thanks,