Using Automation tools to write and execute test cases is known as automation testing. No manual intervention is required while executing an automated test suite.
Executing the test cases manually without any tool support is known as manual testing. Taking tool support and executing the test cases by using automation
You would have tested software applications or web applications manually, so you might be aware of the drawbacks of manual testing. Manual testing is time
Some limitations of Selenium Automation tool are as follows: It does not support and non web-based applications, it only supports web based applications. Its an
Selenium IDE(Integrated Development Environment) is a Firefox add on which supports record/playback mechanism as some other commercial tools like RFT,QTP,Winrunner etc. By using selenium IDE
Selenium RC solves the limitations of Selenium IDE. It supports various programming languages like (Java,PHP,Perl,Python, Ruby) and leverages the programming languages to achieve logic required