robotframework-extendedselenium2library 0.9.1 Downloads ↓ Extended Selenium2 web testing library for Robot Framework with AngularJS support Introduction ExtendedSelenium2Library is web testing library for Robot Framework that uses the Selenium 2 (WebDriver) libraries from the Selenium project, to control the web browser with AngularJS support. It leverages Selenium2Library internally to provide AngularJS synchronization support, to provide AngularJS locators support, to deliver keywords enhancement, and strive for a seamless migration from Selenium2Library . ExtendedSelenium2Library runs tests in a real browser instance. It should work in most modern browsers and can be used with both Python and Jython interpreters. More information about this library can be found in the Keyword Documentation . Robot Framework and Cucumber Similarities ...
Akamai Mobitest is a free tool created to raise awareness to Mobile Web Performance. Your page is loaded on a real mobile device, and you'll receive rich detail about how long it took to load, including waterfall charts and video recording of the page load. The Mobitest agent has been open-sourced, so you can install it on your own devices, connected to your own WebPageTest private instance. The site provides an option to compare the history of tests. Use this URL Enter your mobile website in the space provided for website URL. Choose type of your device. Specify how many runs. Choose Location. Run Performance Test and know the results for your mobile website!
I got task for verification number of rows per page after switch "Show" filter. *** Variables ** ${full_xpath} xpath=//div[@id=\'rso\']/div/div/div[ x ]/div/h3/a # not usable ${xpath_part1} xpath=//div[@id=\'rso\']/div/div/div[ ${xpath_part2} ]/div/h3/a *** Keywords *** # Format Method ----------------------------------------------------- Format - Looking by number [Arguments] ${locator1} ${num} ${locator2} wait until elemet dispayed ${locator1}${number}${locator2} *** Test Cases *** # Row x ----------------------------------------------------------------- Verify number of raws by "Show" filter All Format - Looking by number ${ xpath_part1 } @{ num }[ x ] ${ xpath_part2 }
Comments
Post a Comment