0
votes
1answer
52 views

Independently config test an .htaccess file

I know apachectl has the configtest option, but as far as I can tell it's only for checking the entire config chain for the system apache. I would like to have a tool that can test an individual ...
0
votes
0answers
24 views

System for keeping and analysing benchmarks

I am doing a lot of benchmarks (web performance mostly: ab, siege, gatling, tsung, selenium, time, lot of ad hoc created tests). Results are coming in lot of different formats (csv, xml, db, json ...
0
votes
2answers
1k views

What is a free active directory simulator tool for testing remote single-sign-on auth requests?

Need to test if an application has correctly implemented active directory remote authentication single-sign-on requests? If you don't know of a tool, what would be a checklist of items to confirm are ...
0
votes
0answers
349 views

Run AIR Debug Launcher (ADL) without a GUI for continuous build on Hudson CI and xvnc plugin

I cannot seem to get a headless FlexUnit build to run in Hudson CI + xvnc plugin on Ubuntu 9.04. Here is what I have tried: compiled using -use-network=false switch compiled with ...