Next revision | Previous revision |
externalsources [2020/04/26 03:33] – external edit 127.0.0.1 | externalsources [2024/01/02 19:37] (current) – external edit 127.0.0.1 |
---|
| |
==== Database ==== | ==== Database ==== |
* [[http://www.redmountainsw.com/wordpress/2009/08/08/jdbc-connection-urls | JDBC Connection Info (22 DBMS) with download links]] | |
* [[http://www.mysql.com/products/connector/ | MySQL JDBC Driver Download]] | * [[http://www.mysql.com/products/connector/ | MySQL JDBC Driver Download]] |
| |
| |
---- | ---- |
==== Web Application==== | |
* [[https://getfirebug.com/downloads | Firebug - Web Page UI Inspect / Debug (Firefox Add-on)]] | |
* [[http://addons.mozilla.org/en-US/firefox/addon/xpath-checker | Xpath Check - Generate XPath for Web Page Element (Firefox Add-on)]] | |
| |
---- | |
==== Integration with ALM Tools ==== | ==== Integration with ALM Tools ==== |
* [[http://tcmimport.codeplex.com/ | Test Case Import Utilities for Visual Studio - import test cases into TFS/MTM]] | * [[http://tcmimport.codeplex.com/ | Test Case Import Utilities for Visual Studio - import test cases into TFS/MTM]] |
==== Automation Tools ==== | ==== Automation Tools ==== |
* [[http://seleniumhq.org/download/ | Selenium (WebDriver) - Web Application Automation]] | * [[http://seleniumhq.org/download/ | Selenium (WebDriver) - Web Application Automation]] |
* [[http://hedleyproctor.com/2011/05/tutorial-writing-xpath-selectors-for-selenium-tests | Selenium XPath Locator Tutorial]] | * [[http://hedleyproctor.com/2011/05/tutorial-writing-xpath-selectors-for-selenium-tests | Selenium XPath Locator Tutorial]] |
* [[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]] |
* [[http://abbot.sourceforge.net/doc/overview.shtml | Abbot - UI Automation for Java Applications]] | * [[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 | |
| |