0
2.0kviews
Explain GUI testing with suitable example.
1 Answer
0
14views
written 5.8 years ago by |
i. GUI testing is a testing technique in which the application's user interface is tested whether the application performs as expected with respect to user interface behavior.
ii. GUI Testing includes the application behavior towards keyboard and mouse movements and how different GUI objects such as toolbars, buttons, menu bars, dialog boxes, edit fields, lists, behaviour to the user input. GUI Testing Guidelines
i. Check Screen Validations
ii. Verify All Navigations
iii. Check usability Conditions
iv. Verify Data Integrity
v. Verify the object states
vi. Verify the date Field and Numeric Field Formats
GUI Automation Tools
Following are some of the open source GUI automation tools in the market:
Product | Licensed Under | URL |
---|---|---|
Autohotkey | GPL | https://www.autohotkey.com/ |
Selenium | Apache | https://docs.seleniumhq.org/ |
Sikuli | MIT | https://sikuli.org |
Robot Framework | Apache | www.robotframework.org |
Water | BSD | https://www.watir.com/ |
Dojo Toolkit | BSD | https://dojotoolkit.org/ |
Product | Vendor | URL |
---|---|---|
AutoIT | AutoIT | https://www.autoitscript.com/site.auotit/ |
Eggplant | Testplant | www.testplant.com |
QTP | Hp | https://www.hp.com/us/en/software-solutions/ |
Rational Functional Tester | IBM | https://www.03.ibm.com/software.products/us/en/functional |
Infragistics | infragistics | www.infragistics.com |
IMacros | iOpus | https://www.iopus.com/Macros |
CodedUI | Microsoft | https://www.microsoft.com/visualstudio/ |
ADD COMMENT
EDIT
Please log in to add an answer.