Command line – Software Testing Tools Guide http://www.testingtoolsguide.net A comprehensive software testing tools listing Sat, 14 Apr 2018 16:52:00 +0000 en-US hourly 1 https://wordpress.org/?v=5.3.21 http://www.testingtoolsguide.net/wp-content/uploads/2016/11/cropped-icon-32x32.png Command line – Software Testing Tools Guide http://www.testingtoolsguide.net 32 32 WebInject http://www.testingtoolsguide.net/tools/webinject/ http://www.testingtoolsguide.net/tools/webinject/#respond Wed, 02 Nov 2016 17:26:40 +0000 http://www.testingtoolsguide.net/tools/webinject/ WebInject is a free tool for automated testing of web applications and web services. It can be used to test…

The post WebInject appeared first on Software Testing Tools Guide.

]]>
WebInject is a free tool for automated testing of web applications and web services. It can be used to test individual system components that have HTTP interfaces (JSP, ASP, CGI, PHP, AJAX, Servlets, HTML Forms, XML/SOAP Web Services, REST, etc), and can be used as a test harness to create a suite of [HTTP level] automated functional, acceptance, and regression tests. A test harness allows you to run many test cases and collect/report your results. WebInject offers real-time results display and may also be used for monitoring system response times.

The post WebInject appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/webinject/feed/ 0
Web Polygraph http://www.testingtoolsguide.net/tools/web-polygraph/ http://www.testingtoolsguide.net/tools/web-polygraph/#respond Wed, 02 Nov 2016 17:26:40 +0000 http://www.testingtoolsguide.net/tools/web-polygraph/ Web Polygraph is a freely available performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and…

The post Web Polygraph appeared first on Software Testing Tools Guide.

]]>
Web Polygraph is a freely available performance testing tool for caching proxies, origin server accelerators, L4/7 switches, content filters, and other Web intermediaries. Polygraph’s features include:

  • high-performance HTTP clients and servers
  • realistic HTTP, FTP and SSL traffic generation
  • HTTP and SOCKS5 proxy support, with chaining
  • HTTP Basic, NTLM, Negotiate, and Kerberos proxy authentication
  • LDAP-friendly generation of user credentials
  • flexible content simulation
  • ready-to-use standard workloads for benchmarking
  • powerful domain-specific configuration language
  • portable open-source implementation
  • friendly commercial support

The post Web Polygraph appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/web-polygraph/feed/ 0
Web Link Validator http://www.testingtoolsguide.net/tools/web-link-validator/ http://www.testingtoolsguide.net/tools/web-link-validator/#respond Wed, 02 Nov 2016 17:26:40 +0000 http://www.testingtoolsguide.net/tools/web-link-validator/ Web Link Validator is a powerful, comprehensive site management and link checker tool that helps webmasters automate the process of website…

The post Web Link Validator appeared first on Software Testing Tools Guide.

]]>
Web Link Validator is a powerful, comprehensive site management and link checker tool that helps webmasters automate the process of website testing.

The software performs a thorough analysis of website pages and includes the following checks: finds broken links, orphaned files, HTML coding errors, slow-loading, outdated and small-sized pages.

The post Web Link Validator appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/web-link-validator/feed/ 0
Wbox http://www.testingtoolsguide.net/tools/wbox/ http://www.testingtoolsguide.net/tools/wbox/#respond Wed, 02 Nov 2016 17:26:40 +0000 http://www.testingtoolsguide.net/tools/wbox/ Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks,…

The post Wbox appeared first on Software Testing Tools Guide.

]]>
Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including the following.

  • Benchmarking how much time it takes to generate content for your web application.
  • Web server and web application stressing.
  • Testing virtual domains configuration without the need to alter your local resolver.
  • Check if your redirects are working correctly emitting the right HTTP code.
  • Test if the HTTP compression is working and if it is actually serving pages faster.

The post Wbox appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/wbox/feed/ 0
VBS WebDriver http://www.testingtoolsguide.net/tools/vbs-webdriver/ http://www.testingtoolsguide.net/tools/vbs-webdriver/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/vbs-webdriver/ VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It is…

The post VBS WebDriver appeared first on Software Testing Tools Guide.

]]>
VBScript (Visual Basic Scripting Edition) is an Active Scripting language developed by Microsoft that is modeled on Visual Basic. It is designed as a “lightweight” language with a fast interpreter for use in a wide variety of Microsoft environments.

VBS WebDriver is intended to provide a simple bindings for Selenium 2. The bindings include the full functionality of Selenium 2 (WebDriver).

The post VBS WebDriver appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/vbs-webdriver/feed/ 0
utPLSQL http://www.testingtoolsguide.net/tools/utplsql/ http://www.testingtoolsguide.net/tools/utplsql/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/utplsql/ utPLSQL is a very versatile open source unit testing framework for Oracle PL/SQL. It allow for automated testing of: Packages…

The post utPLSQL appeared first on Software Testing Tools Guide.

]]>
utPLSQL is a very versatile open source unit testing framework for Oracle PL/SQL.

It allow for automated testing of:

  • Packages
  • Functions
  • Procedures
  • Anything that can be execute or observed in PL/SQL such as:
    • Table Default Values
    • Table Triggers
    • View Triggers
    • Objects

The post utPLSQL appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/utplsql/feed/ 0
Valgrind http://www.testingtoolsguide.net/tools/valgrind/ http://www.testingtoolsguide.net/tools/valgrind/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/valgrind/ Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory…

The post Valgrind appeared first on Software Testing Tools Guide.

]]>
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools.

The Valgrind distribution currently includes six production-quality tools: a memory error detector, two thread error detectors, a cache and branch-prediction profiler, a call-graph generating cache and branch-prediction profiler, and a heap profiler. It also includes three experimental tools: a stack/global array overrun detector, a second heap profiler that examines how heap blocks are used, and a SimPoint basic block vector generator. It runs on the following platforms: X86/Linux, AMD64/Linux, ARM/Linux, ARM64/Linux, PPC32/Linux, PPC64/Linux, PPC64LE/Linux, S390X/Linux, MIPS32/Linux, MIPS64/Linux, TILEGX/Linux, X86/Solaris, AMD64/Solaris, ARM/Android (2.3.x and later), ARM64/Android, X86/Android (4.0 and later), MIPS32/Android, X86/Darwin and AMD64/Darwin (Mac OS X 10.10, with initial support for 10.11).

The post Valgrind appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/valgrind/feed/ 0
Watir http://www.testingtoolsguide.net/tools/watir/ http://www.testingtoolsguide.net/tools/watir/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/watir/ Water is an open source Ruby library for automating tests. Watir interacts with a browser the same way people do:…

The post Watir appeared first on Software Testing Tools Guide.

]]>
Water is an open source Ruby library for automating tests. Watir interacts with a browser the same way people do: clicking links, filling out forms and validating text.

The post Watir appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/watir/feed/ 0
WatiN http://www.testingtoolsguide.net/tools/watin/ http://www.testingtoolsguide.net/tools/watin/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/watin/ WatiN is developed in C# and aims to bring you an easy way to automate your tests with Internet Explorer and FireFox using .Net.

The post WatiN appeared first on Software Testing Tools Guide.

]]>
WatiN is developed in C# and aims to bring you an easy way to automate your tests with Internet Explorer and FireFox using .Net.

The post WatiN appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/watin/feed/ 0
Watij http://www.testingtoolsguide.net/tools/watij/ http://www.testingtoolsguide.net/tools/watij/#respond Wed, 02 Nov 2016 17:26:25 +0000 http://www.testingtoolsguide.net/tools/watij/ Watij (pronounced wattage) stands for Web Application Testing in Java. Based on the simplicity of Watir and enhanced by the…

The post Watij appeared first on Software Testing Tools Guide.

]]>
Watij (pronounced wattage) stands for Web Application Testing in Java. Based on the simplicity of Watir and enhanced by the power of Java, Watij automates funtional testing of web applications through the real browser.

The post Watij appeared first on Software Testing Tools Guide.

]]>
http://www.testingtoolsguide.net/tools/watij/feed/ 0