automate user interface test
I'm looking for a way to automate testing on my pro开发者_运维技巧gram's user interface.
Let me explain: I have this program with a user interface. My programs makes calls to a web service. And that web service modifies data in my database.
For test purpose I need to do a whole lot of user interface manipulations. This is long and annoying...
So I'm looking for a "recorder" that will save my actions (click on this button, insert text on the textbox, choose an option on a drop down menu, click on ok, etc.) and keep them for testing repeatedly.
I've heard about WHITE but I'm interested in proposals...
ANY IDEAS?
Thanks, Ed
Link to a previous answer of mine with links to other posts on the same topic. But there are quite a few commercial and open source gui automation solutions out there.
Automated Recording Tools
精彩评论