GUI automation on linux
Is there any generic API/library/tool that can be used to automate the GUI testing (without having the knowledge of source code of the GUI) ? I have gone through the web, and encountered a couple to tools that do GUI testing based on Record and Play mode. However, I want a testing methodology wherein the API identifies the panels, buttons, frame of the UI (something like asserts-swing library; which can be used on UI build using swing).
there are plenty of it:
https://en.wikipedia.org/wiki/Comparison_of_GUI_testing_tools
chose the one that best suits you
someone let you click on the GUI at specific X,Y points, you can specify the button name and much more
链接地址: http://www.djcxy.com/p/62666.html上一篇: C ++
下一篇: Linux上的GUI自动化