Yes, thanks.i will playing with tests and spec..
Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: [email protected] [email protected] Cel: 5493815982714 ----- Mensaje original ----- De: "Sven Van Caekenberghe" <[email protected]> Para: "Pharo Development List" <[email protected]> Enviados: Martes, 6 de Mayo 2014 17:52:21 Asunto: Re: [Pharo-dev] gui testing 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. >
