Actually, Spec UIs are quite easy to script since your Spec model has accessors for each element, you can ask for a button and send it #performAction, ask for a text input and send it #text or #text: and so on. It can get quite complex quickly, but it is possible.
On 06 May 2014, at 20:40, Sean P. DeNigris <[email protected]> wrote: > Pablo R. Digonzelli wrote >> is there some framework for testing gui in pharo?. > > Check out the SUnit-UITesting package pre-installed in Pharo 3.0 > > > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/gui-testing-tp4757811p4758078.html > Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. >
