Test Cases for Text Editor:
- Check for the successful message by enter characters
- check for the successful message by enter numbers
- check for the successful message by enter special characters
- check whether the selected text become bold or not by click on Bold icon
- check whether the selected text become bold or not by press ctrl+B
- check whether the selected text become Italic or not by click on Italic icon
- check whether the selected text become Italic or not by press ctrl+I
- check whether the selected text become strithrough or not by click on strikethrough icon
- check whether undo is working or not
- check for the redo is working or not after undo
- check for the redo is working or not before undo
- check whether bullets are applied for selected text lines
- check whether numbers are applied for selected text lines
- check whether the selected bold text become unbold or not by click on Bold icon
- check whether the selected bold text become unbold or not by press ctrl+B
- check whether the selected Italic text become normal or not by click on Italic icon
- check whether the selected Italic text become normal or not by press ctrl+I
- check whether the selected strithrough text become normal or not by click on strikethrough icon