Testing my Web App using Automation?

BOA_Dev

Active member
Joined
Feb 16, 2007
Messages
32
Programming Experience
1-3
Im not even sure if this is possible due to security reasons but I would like to make a testing program that tests pretty much all the functionality in my web site, such as create a new user, edit user info, post messages, edit message etc.

Would I have to automate the mouse pointer to move and click components on screen? something like pointer.setposition(x,y), pointer.click()?

Or is there a more efficient and intimate way of automating my web app?

So if this is possible, do you know of any good walkthroughs on how to do this? THANKS!
 
Back
Top