Interview Questions, Answers and Tutorials

Category: GUI Testing

GUI Testing

GUI testing is a process to test the application’s user interface and to make sure that it confirms the design requirements. 1. Text Box a. Move the Mouse Cursor over all Enter-able TextBoxes. The cursor should change from an arrow to Insert Bar. b. If it doesn’t then the text in the box should be grey or non-update-able. c. Try to overflow the text by typing too many characters. d. Enter invalid characters – Letters in amount fields, try strange characters like +, – *, etc. in All fields. e. SHIFT and Arrow should Select Characters. Selection should also be…