I have used Zend_Test_PHPUnit before for integration tests and it was great. I could configure a request object and fire it off, and run asserts against the results, including using CSS selectors.
How does Selenium compare to this? And what overlap is there between the two options?
I realise that Selenium will give me browser-specific tests, but are there other advantages?