Scriptable user-interfaces/frameworks for automated UI testing

Posted by AareP on Programmers See other posts from Programmers or by AareP
Published on 2011-03-12T11:55:43Z Indexed on 2011/03/12 16:17 UTC
Read the original article Hit count: 290

Filed under:
|

I'm planning on using scripting for automated UI testing. Main application is written in c#, and I want it to be scriptable, so I can do everything end-user can do, but programmatically.

What do you think of software that provides an interface for scripting, like VBA macros in Excel? Can this be future of all programming, big and small? What is the best way to build such an interface for your own application, dll-based or by parsing own scripting language?

© Programmers or respective owner

Related posts about user-interface

Related posts about scripting