I am currently working on test solutions, so far I have been implementing:
- Unit Test
- Functional Test
Both with Codeception, a php test framework.
I want to run an acceptance test but the phpBrowser
module is for non javasript
pages.
I came accross Phantomjs and Selenium.
I am asking which solution is better, before jumping into the code.