Imprimatur is a tool for performing automated functional testing on web applications. The tests are described in a simple test script. Along with the standard HTTP methods, Imprimatur handles authentication, file uploads and HTTPS. The responses are validated using regular expressions.
Imprimatur is a web application testing tool. The tests are described in a simple XML file. Along with the standard HTTP methods, Imprimatur handles authentication and file uploads. The responses can be validated using regular expressions, Imprimatur is designed to be the simplest web application functional testing tool that could possibly work. It sends HTTP requests to the application, and then validates the responses using regular expressions. The tests are written in an XML file. Imprimatur supports: GET, POST, PUT, HEAD and DELETE methods, HTTP authentication, Setting and checking of HTTP headers, File uploads and HTTPS.
view sample
<?xml version="1.0"?> <!DOCTYPE imprimatur PUBLIC "-//Imprimatur DTD 009//EN" "http://imprimatur.sourceforge.net/imprimatur-009.dtd"> <imprimatur port="80" hostname="www.google.com"> <test name="Check Google homepage"> <request path="/"> <!-- Check the HTTP response code is OK --> <response-code value="200" /> <!-- Regular expression --> <regex pattern="Google" /> </request> </test> </imprimatur>
Points: 0
You voted ‘up’
View MANUFACTURERS Wallboard
Theme by Danetsoft and Danang Probo Sayekti