Differences
This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
externalsources [2020/05/16 21:17] admin [Automation Tools] |
externalsources [2021/01/05 03:00] (current) |
* [[http://saucelabs.com/resources/selenium/css-selectors | Seleniu CSS Locator Tutorial]] | * [[http://saucelabs.com/resources/selenium/css-selectors | Seleniu CSS Locator Tutorial]] |
* [[http://www.autoitscript.com/site/autoit/downloads/ | AutoIT - UI Automation for Windows]] | * [[http://www.autoitscript.com/site/autoit/downloads/ | AutoIT - UI Automation for Windows]] |
| * [[https://www.guru99.com/xpath-selenium.html | XPath in Selenium WebDriver: Complete Tutorial]] |
| * xPath Finder - [[https://chrome.google.com/webstore/detail/xpath-finder/ihnknokegkbpmofmafnkoadfjkhlogph?hl=en | Chrome AddOn]][[https://addons.mozilla.org/en-US/firefox/addon/xpath_finder/| Firefox AddOn]] |
| * ChroPath - [[https://chrome.google.com/webstore/detail/chropath/ljngjbnaijcbncmcnjfhigebomdlkcjo?hl=en-US | Chrome AddOn]], [[https://addons.mozilla.org/en-US/firefox/addon/chropath-for-firefox/ | Firefox AddOn]] |
| * [[https://chrome.google.com/webstore/detail/element-locator/pldlfgnilfdheajekfphjkjeooignhkc?hl=en | Element Locator - Chrome AddOn]] |
| |
---- | ---- |
==== Testing REST/SOAP Services ==== | |
You can test REST and SOAP services using Service plugin. But you are required to understand wsdl and know how to translate that into a SOAP request. The following are free tools you can use to help create SOAP request with a give wsdl: | |
* [[https://addons.mozilla.org/en-US/firefox/addon/soa-client/ | SOA Client]] - a Firefox Add-On | |
* [[https://chrome.google.com/webstore/detail/wizdler/oebpmncolmhiapingjaagmapififiakb | Wizdler ]] - a Google Chrome Add-On | |
| |