02s to enter the same form. How about if I want to fill up the form 50 times? Manual: 14s x 50 times = 700s Automation: 02s x 50 times = 100s 1:7 MY PERSONAL!
free (open source). - Automated testing for web applications. - Across browsers and platforms. - Support multiple languages: Java, PHP, Python, Ruby, C#...
in creating simple test cases and test suites. • Selenium Remote Control (Selenium 1): The first Selenium tool that allowed users to use programming languages in creating complex tests. • WebDriver: Allows your test scripts to communicate directly to the browser, controlling it from the OS level. • Selenium Grid: Running multiple tests across different browsers, operating systems, and machines in parallel.
required! (but some HTML is needed). • Can export and reuse in Selenium WebDriver. • Support test results and reports. • Support for more extensions. • Can debug and set breakpoints. • Good way to learning Selenium script syntax.
the First Selenium IDE script. - Use Locators in Selenium IDE. - Data-Driven with SelBlocks. - Customize, save and export a script. - Hands-on: Create multi-user accounts by using XML data.