Test Cases for Time Picker
Here !! Important Test cases for time picker given
- Verify that time picker clickable or not.
- Check that cursor point to hours when user click in time field
- Check that time picker get open or not when user click in time field
- Check that user able to select the time form the time picker or not.
- Check that selected time showing in time picker or not when user select the time.
- Check the time format for the field
- Check that when user try to select or enter the time in invalid format
- Check that user able to enter the time manually or not.
- Check that when user enter the invalid date manually .
- Check that When user enter the hours more than 24 .
- Check that when user enter the minute more than 60.
- Check that AM/PM if time format is 12 hours .
- Check that when cursor move automatically to minute from hours when user select the valid hours.
- Check that user able to cursor move from hours to minute through the arrow key
Hope !!! Above test cases for time picker helpful for you...
Team
QA acharya
Tags : time picker test cases , Test cases for time field , test scenarios for time picker , test case for time picker
INPUT TYPE TIME:
HTML for time picker
<input type="time">Allow User to select the time from the time picker
Example
<form>
<label for="appt">Select Time:</label>
<input type="time" id="appt" name="appt">
</form>
0 Comments