Hi Leonardo,
Do you have any examples of the client-side part of the testing framework? i see a lot of client actions but i'm not sure on how to set this up properly.
Bas
Hi Bas.
The client-side part is still a proof of concept, and I haven't worked on it for a while.
I'm interested in knowing what are your use cases, so when I resume the client-side framework I can tailor it for use cases that are most relevant.
Hey Leonardo,
Thanks for the answer, we would mainly want to use it to test client-side validation logic (on top of the server-side validation logic ofcourse).
Would that involve user interaction? Or are you planning to test just client-side actions that perform the validation (without considering user interaction or widget state)?
The last one, just the validation business rules that are on the client side, if they have the desired outcome in serveral scenario's.
It should be the same as the server-side validation but currently we can only test this by creating (expensive) UI tests in tools like selenium. So it would be super nice to be able to test client actions (within screens, or just stand-alone ones)