Mobile app version of vmapp.org
Login or Join
Heady270

: How to automate website UI testing I would be rolling out many incremental updates/features to my website and I want to make sure no existing functionality is affected. How can I automate

@Heady270

Posted in: #Automation #Testing #WebsiteFeatures

I would be rolling out many incremental updates/features to my website and I want to make sure no existing functionality is affected.

How can I automate this process? I know there are some tools that test the UI but am not sure which ones?

I would like to run a sanity test every week and be able to know if anything got broken.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Heady270

2 Comments

Sorted by latest first Latest Oldest Best

 

@Correia994

Please take a look at CasperJS that utilizes PhantomJS (a headless browser), especially the tester module for unit and functional testing!

You can do amazing things like screenshots of every aspect/position of your pages and continually run your very specific tests.

Nice example: Take a look at screenshot-based regression testing.

10% popularity Vote Up Vote Down


 

@Kristi941

Selenium is good for automating this

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme