- ArchanaRegular Participant
- Posts : 33
Join date : 2009-08-21
Test javascript Calendar
Mon Aug 24, 2009 5:41 pm
HI,
i) How can we check whether an input text element is readonly or not?
ii) To insert current date in a form element, I have an input text element (readonly) & along with a
calendar icon beside. In my calendar, links for previous dates are disabled.
Through testing, how can I check whether calendar is loaded correctly
or not? (I mean prev dates are disabled or not). Automated test should
click on calendar icon & select current date & submit my form.
Can we do it?
Thanks in advance.
i) How can we check whether an input text element is readonly or not?
ii) To insert current date in a form element, I have an input text element (readonly) & along with a
calendar icon beside. In my calendar, links for previous dates are disabled.
Through testing, how can I check whether calendar is loaded correctly
or not? (I mean prev dates are disabled or not). Automated test should
click on calendar icon & select current date & submit my form.
Can we do it?
Thanks in advance.
Re: Test javascript Calendar
Mon Aug 24, 2009 6:15 pm
Hi,
1. To verify input fieldtype editable or not . use this command:
storeEditable | quickSearchInput | editable
type | quickSearchInput | ${editable}
2. To enter the date through calendar, will not working. It is different control which selenium is not identifying. so you have to use following command
type | Locator of input field | date format (02/05/2009)
In this, you will just click on calendar link but after that you won't verify it. For verification just, verify calendar control before clicking on it.
I hope this will help you.
Bye
1. To verify input fieldtype editable or not . use this command:
storeEditable | quickSearchInput | editable
type | quickSearchInput | ${editable}
2. To enter the date through calendar, will not working. It is different control which selenium is not identifying. so you have to use following command
type | Locator of input field | date format (02/05/2009)
In this, you will just click on calendar link but after that you won't verify it. For verification just, verify calendar control before clicking on it.
I hope this will help you.
Bye
Permissions in this forum:
You cannot reply to topics in this forum