Displaying 1 result from an estimated 1 matches for "actiwate".
Did you mean:
  activate
  
2005 Sep 07
0
automated testing advice
Hello friends,
 
Any advice on automated testing of a web application with
Prototype-based Ajax stuff?
 
We were looking at something like Actiwate (Junit/HttpUnit stuff), but
they don''t support XMLHttpRequest (yet).  Using the new JS unit testing
I''ve seen here doesn''t look like it would work, as we''re talking about
multi-page as test vectors:
1.	go to some login page
2.	enter userid/password
3.	click some...