added skeleton for live testing

This commit is contained in:
Miroslav Stampar 2010-09-15 13:55:28 +00:00
parent 53800ef65f
commit 76233ff5a3
2 changed files with 24 additions and 1 deletions

View File

@ -65,6 +65,6 @@ def smokeTest():
def liveTest():
"""
This will run the testing of a program against the testing environment
This will run the test of a program against the live testing environment
"""
pass

23
xml/livetests.xml Normal file
View File

@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<root>
<global>
<host value="172.16.104.130"/>
</global>
<!-- Oracle -->
<case>
<switches>
<url value="http://$host/sqlmap/oracle/get_int.php?id=1"/>
<extensiveFp value="True"/>
<getUsers value="True"/>
</switches>
<log>
<item value="database management system users"/>
<item value="SYSMAN"/>
</log>
<session>
<item value="SELECT DISTINCT(USERNAME)"/>
<item value="[DBMS][Oracle]"/>
</session>
</case>
</root>