Hi, is there some framework for testing gui in pharo?. I mean something like parasol is doing with web apps. TIA Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714
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.
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 <sean@clipperadams.com> 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.
Yes, thanks.i will playing with tests and spec.. Ing. Pablo Digonzelli Software Solutions IP-Solutiones SRL Metrotec SRL 25 de Mayo 521 Email: pdigonzelli@softsargentina.com pdigonzelli@gmail.com Cel: 5493815982714 ----- Mensaje original ----- De: "Sven Van Caekenberghe" <sven@stfx.eu> Para: "Pharo Development List" <pharo-dev@lists.pharo.org> 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 <sean@clipperadams.com> 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.
participants (3)
-
Pablo R. Digonzelli -
Sean P. DeNigris -
Sven Van Caekenberghe