Before diving into these two testing tools, do I need a solid understanding of JavaScript? I have a good handle on HTML/CSS and have experience working in ActionScript on various projects like microsites and kiosks.
I am looking for an automation testing tool that is quick and easy to use. I have tried Selenium and dabbled in writing Python scripts, but now I need something simple for basic tests. I don't need cross-browser compatibility, just a tool I can run on my own machine.
Some examples of the tests I want to perform include:
- Checking for images on a page
- Clicking through navigation links
- Taking screenshots
- Filling out forms
As I am not an automation expert, any help, advice, or suggestions would be greatly appreciated.