Selenium RC Architecture
- No Direct communication between selenium Code and AUT.
- Their is a RC server which we have to Start/Stop before/After every execution.
- No Support for Android and i-phone.
- Cannot handle Rich API.
- Cannot handle mouse movements.
- When we start the selenium RC server it injects Java-script program called 'Selenium Core' into the browser.
Selenium RC Architecture
- Their is no RC Server so we do not have Start/Stop it before/after every execution.
- Support for Android and i-phone.
- Can handle Rich API.
- Can handle Mouse Movements.
- Future enhancements are supported.
No comments:
Post a Comment