About Selenium:
(1) Selenium is an open-source functional testing tool written by ThoughtWorks (http://www.openqa.org/selenium). It is the only open-source testing tool that supports a large variety of browsers and operating systems.
(2) It is implemented entirely in JavaScript and runs inside the web browser itself.
(3) Selenium Core is a test tool for web applications, its tests run directly in a browser, just as real users do.
About Selenium Core:
(1) Selenium Core tests run directly in a browser, just as real users do. And they run in Internet Explorer, Mozilla and Firefox on Windows, Linux and Macintosh. No other test tool covers such a wide variety of platforms.
(2) Browser Compatibility Testing> Test your application to see if it works correctly on different browsers and operating systems. The same script can run on any Selenium platform.
(3) System functional testing> Create regression tests to verify application functionality and user acceptance.
About Selenium IDE:
(1) Selenium IDE is an integrated development environment for Selenium tests. It is implemented as a Firefox extension, and allows you to record (that records mouse and keyboard actions as Selenium commands we can save as test scripts, saving labor and reducing mistakes), edit and debug tests.
(2) Selenium IDE includes the entire Selenium Core, allowing you to easily and quickly record and play back tests in the actual environment that they will run.
(3) Selenium IDE is not only recording tool: it is a complete IDE. You can choose to use its recording capability, or you may edit your scripts by hand. With auto complete support and the ability to move commands around quickly, Selenium IDE is the ideal environment for creating Selenium tests no matter what style of tests you prefer.
Selenium IDE Features:
(1) Easy record and playback.
(2) Intelligent field selection will use IDs, names, or XPath as needed.
(3) Auto Complete for all common Selenium Commands.
(4) Walk through tests.
(5) Debug and set breakpoints.
(6) Save tests in HTML, Java, C#, Perl, Python, and in Ruby Scripts format.
(7) Option to automatically assert the title of every page.
No comments:
Post a Comment