0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
postnuke
/
0.764-3
/
standard
/
tests
/
[
Home
]
File: testcase.xml
<testcase> <!-- Application name. Just for reference --> <application>PostNuke</application> <!-- Parameters used for authentification tests --> <auth> <!-- Parameters that should be typed to the appropriate fields defined with IDs --> <types> <element id="uname">admin</element> <element id="pass">123qwe</element> </types> <!-- An identifier to submit login form --> <click>//input[@type='submit' and @value='Log in']</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>Wrong user name or password. Please try again...</error-string> </auth> </testcase>