Cross_Column

Sunday, 15 January 2017

What is GUI/UI testing?

GUI testing includes how the application handles keyboard and mouse event , how different GUI components like menubars, toolbar, dialog box, button, edit fields, list control, image etc reacts to user input and whether or not it performs in desired manner.
GUI testing mainly consider how data looks and how user feel while interacting with that particular application.
In most of the situation TEST CASE INCLUDES THE GUI BEHAVIOR of application.

No comments:

Post a Comment

Few More

Paraller Excution in PlayWright

Parallel Execution in Playwright with Python Automation test suites can become very large as the project grows. Runni...