Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
externalsources [2020/05/16 21:17] – [Automation Tools] admin | externalsources [2024/01/02 19:37] (current) – external edit 127.0.0.1 |
---|
* [[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 | |
| |