I'm working on refactoring legacy code and I'd like to create a test that simply compares the live site content to the development site to make sure the output is identical. Challenges include:
- No control over databases and so is the content
- Ajax calls on website to load content (CURL or WGET won't work)
- All data is behind a login
I've looked at PHP Codeception and Selenium but can't seem to figure out how I can make a real-time comparison.
Can any one suggest a way for doing this wihthout manually checking each page?
Aucun commentaire:
Enregistrer un commentaire