0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
coppermine
/
1.4.16-5
/
standard
/
tests
/
[
Home
]
File: testcase.xml
<testcase> <!-- Application name. Just for reference --> <application>Coppermine</application> <!-- Parameters used for authentification tests --> <auth> <link href="/login.php"/> <!-- Parameters that should be typed to the appropriate fields defined with IDs --> <types> <element id="username">admin</element> <element id="password">123qwe</element> </types> <!-- An identifier to submit login form --> <click>submitted</click> <!-- String that denotes that the authentication test failed. scope defines an element where to search for a string, <body> is used if ommited --> <error-string>*** Couldn't log in. Try again ***</error-string> </auth> </testcase>