Forum Discussion

paulsonvm's avatar
paulsonvm
Occasional Contributor
12 years ago

Date not set in Date Picker control by Test Complete on play back

Hi,

I am trying to create test complete scripts using Jscripts. I record script using test complete. We have a custom .net Date Picker (NullableDateTimePicker) controls used in one of our application. It is derived from Win32DateTimePicker control. Initially controll will display blank and once a date is selected from control, it will be displayed in the field.

I am selecting a date while recording the script. While play back the value selected by the date picker control on recording is not getting displayed. below is the line recorded to set date in the control.

groupBox.ndtpkrPayDate.wDate = "31/12/2012";

I have added *DateTimePick* & DTPicker* to Win32 Controls and Windows in object mapping. Can you please help?

Thanks,

Paulson
No RepliesBe the first to reply