Good Morning,
I am building an automated test case using Test Studio, I need to evaluate and recommend a test tool for our company.
I can record a test case and play it back until I get to the point where I have to select a date from this date picker:
The code on the page for the date picker:
<input type="image" name="ctl00$cntMain$imgCal" id="ctl00_cntMain_imgCal" src="images/calendar.png" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$cntMain$imgCal", "", true, "", "", false, false))" style="border-width:0px;">
The play back stops here.
Please assist.
Thank you.