15 projects tagged "test"
Pylot is a tool for testing the performance and scalability of Web services. It runs HTTP load tests, which are useful for capacity planning, benchmarking, analysis, and system tuning. It generates concurrent loads, verifies server responses, and produces reports with metrics. Tests suites are executed and monitored from a GUI or the shell.
pySimpleQuiz lets you define a simple online quiz just by writing a very simple plain text file. The file consist of questions, answer choices, and some strings you can translate for the quiz to speak your language. A quiz consists of multiple questions each having multiple selections, from which the user has to pick the right one. After the answers are given, a score and correct answers are provided for the user. The score and the person who did the quiz are logged and one user can take the quiz only once. It does not require installation, XML, a database, a Web server, or any HTML skills.
Pyramid is a small, powerful, and flexible set of Web development components that supersedes both Pylons 1. 0 and repoze.bfg. It can be used to write clean and fast applications, and supports plugging in a variety of components like storage, templating engines, and authentication mechanisms.
OpenTeacher is a vocabulary training application that helps you learn a foreign language. It uses a list of words in both a known and a foreign language and tests you. It supports smart question asking and interval training with Think answers, shuffle answer, and repeat answer input modes. It has easy symbol, Greek, and Cyrillic input, and reads and writes T2K (Teach2000) and WRTS files, and reads ABBYY Lingvo Tutor files. It is available in Arabic, Australian English, Brazilian Portuguese, Chinese (Traditional), Croatian, Czech, Danish, Dutch, French, German, Hebrew, Hungarian, Japanese, Korean, Polish, Russian, Serbian, Slovenian, Spanish, Swedish, and Turkish.
sqlmap is a penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a detection engine, many niche features, and a broad range of switches including database fingerprinting, data fetching from the database, and accessing the underlying file system and executing commands on the operating system via out-of-band connections.
MASH is a modular, automated script harness. It allows users to implement simple harnesses that perform work external to a system. The framework will invoke that harness as outlined by an XML script. For example, when using the framework to test a system you could create a script that cleans and loads a database, FTPs some data, submits a login form, and verifies HTTP information. Harnesses can easily be built to do almost anything (many harnesses are provided), not just Web page verification. While harnesses are written in Java, the scripts may be run against any type of system as harnesses are intended to act as clients.