29 projects tagged "Testing"
SWEC is a program that automates testing of dynamic Web sites. It parses each HTML file it finds for links, and if those links are within the site specified, it will check that page as well. In addition to parsing and locating links, it will also parse the pages looking for known errors and report those. It will report if a page cannot be read (by either returning a 404, 500, or similar).
eval2 is a real-time evaluator for PHP. It is designed to be a debugging tool. Code is executed server-side as the user types and results are returned via AJAX. It comes with a limited textarea WYSIWYG code editor with tab, shift-tab indentation, and a GUI MySQL browser. It requires Firefox.
RIFE/Laszlo is based on RIFE/Jumpstart and geared towards easily getting started with the creation of Rich Internet Applications using OpenLaszlo. It is a ready-to-run source distribution and file structure that allows you to get started with a new OpenLaszlo application with RIFE in less then 2 minutes. Typically, all that you have to do is unzip the archive, open the project file in your favourite IDE, and run the application. Thanks to a dynamic development model, you rarely have to restart, and are able to gradually implement your application in an iterative manner.
Math Volcano is a Javascript Web application for memorizing multiplication tables through "12 x 12." Individual and cumulative clock time information is shown in a table. Each "level" can be repeated until the clock times are satisfactory. Cookies are used to store the clock time information for five days after the session. Student interest is increased by allowing them to repeat individual levels to improve their clock times. After completing all levels, the sleeping volcano awakens!
C-Cramp (the C-Cramp College Radio Audio Management Program) is a Web-based frontend to MySQL for managing the types of things that small radio stations might need: audio files, data, and "metadata"; DJ and staff information, schedules, live music and program logs, and all sorts of other data. Currently, a cross-platform PHP application is the focus of the project, but more features and types of programs are planned that will hopefully enable easier playback, storage, loading, and entering for all types of applicable data.
ErrorLog allows web developers quick and easy access to clearly formatted entries from the apache error_log file, viewable through a standard browser. It is designed with the developer in mind, with a focus on debugging CGI error logs. It by provides formatted HTML display of the log messages, merges multi-line entries while preserving whitespace formating, adds some highlighting for common elements (such as file paths, quoted strings, timestamps and digits) and transforms referrer strings into hyperlinks.