How to automate testing of participants?
We have recently deployed a set of participants and advisors (server-side) and I am looking for guidance/best practices around automating testing within RTC. For example, i'd like to write a testcase that opens a new work item (checks a few things), then attempts to move it to a state (via action) but has not entered valid information and it validates that a server-side validator comes back with an error, it gets fixed, the action works, etc.
Susan |
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
that sounds like a typical web application test, so you could use selenium. I don't know how to test thru eclipse, but there is probably an eclipse UI test framework.