02-16-2012, 12:13 PM
Getting error -
Failed to run the test due to an unknown error.
For line-
Line (17):
I am trying to select a date from the calendar on a sharepoint based application. Although, it opens the calendar and points to the date as 16 Feb 2012, but is not able to select and capture the date in the desired box. Attaching the screenshot as well.
Please let me know how to capture the DATE from the calendar.
Failed to run the test due to an unknown error.
For line-
Line (17):
Code:
"Browser("Test Home").Page("Add Home Standard").Frame(DatePicker).webtable("M").Link("name:=" + "&16").Click"
I am trying to select a date from the calendar on a sharepoint based application. Although, it opens the calendar and points to the date as 16 Feb 2012, but is not able to select and capture the date in the desired box. Attaching the screenshot as well.
Please let me know how to capture the DATE from the calendar.