background preloader

Environnement de test

Facebook Twitter

Web Test Tools. Powered by Translate More than 580 tools listed in 14 categories Organization of Web Test Tools Listing - this tools listing has been loosely organized into the following categories: Note: Categories are not well-defined and some tools could have been listed in several categories; the 'Web Site Management Tools' category includes products that contain: site version control tools, combined utilities/tools, server management and optimization tools, and authoring/publishing/deployment tools that include significant site management or testing capabilities. Suggestions for category improvement are welcome; see bottom of this page to send suggestions. Check listed tool/vendor sites for latest product capabilities, supported platforms/servers/clients, etc; new listings are periodically added to the top of each category section; date of latest update is shown at bottom of this page.

Load and Performance Test Tools Telerik Test Studio - Telerik Test Studio load testing add-on. FrontPage. Wiki: Welcome Visitors. Quality Assurance Tools for PHP » Sebastian Bergmann. FrontPage.VideoTutorials. Compiling and Installing MySQL 5 on Mac OS X 10.5 Leopard or Mac OS X 10.6 Snow Leopard. January 24, 2011 Contents Introduction Building MySQL from source allows complete control over the installation configuration as well as giving you a better sense of how to administer the server. These instructions will work with MySQL 5.1, as well as MySQL 5.0. See this document to build MySQL 5.5. If you are installing the pre-compiled MySQL binary package (DMG) you can skip just about everything in this document. This document assumes that the OS X developer tools (XCode 3.13 - Leopard) or (XCode 3.2.1 - Snow Leopard) are installed, that you are logged in as an administrator and using the BASH shell. These instructions also assume that you are installing MySQL from scratch for the first time.

I have tried to make this document as concise and direct to the point as possible. Download the source code and unpack into source directory Download the MySQL source code Download the MySQL Generally Available Release (GA) source code from # Exit dscl quit If . Apache Tomcat. Copyright © 2008, 2009, 2010, 2011, 2012 Lars Vogel Apache Tomcat This article describes the installation and usage of Apache Tomcat for Java web development.

Tomcat version 7.x is used in this tutorial. Apache Tomcat is a webcontainer which allows to run servlet and JavaServer Pages based web applications. Most of the modern Java web frameworks are based on servlets and JavaServer Pages and can run on Apache Tomcat, e.g. JavaServer Faces, Struts, Spring. Apache Tomcat also provides by default a HTTP connector on port 8080, e.g. For Ubuntu you can install Tomcat via the following commands. apt-get install tomcat7 apt-get install tomcat7-admin apt-get install tomcat7-docs apt-get install tomcat7-examples 3. 3.1. In Ubuntu the Tomcat server is started automatically. . # Restart sudo /etc/init.d/tomcat7 restart # Stop sudo /etc/init.d/tomcat7 stop 3.2.

To start Tomcat use tomcat7.exe in the bin directory. The default port for Tomcat is 8080. Http: Web applications may require external libraries. 4.