
Recording the interactions with the web browser to create test cases.
Assigning the values to any control using selenese commands.
Converting test cases into programming language.
Debugging and setting break points.
Can be integrated with open source testing frame work.
Allows to execute commands on browser.
It supports various programming languages. Review collected by and hosted on G2.com.
It does not support iteration and conditional statements.
It is not useful for Database testing and error handling.
It cannot be used for user interfaces which are frequently changing as they results in changing the XPATH.
Sometimes it takes lot of time for completing the execution of test case.
Limited for web applications.
Limited for Firefox. Review collected by and hosted on G2.com.