0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
3.2.0-5
/
standard
/
tests
/
[
Home
]
File: testcase.xml
<testcase> <!-- Application name. Just for reference --> <application>Tikiwiki</application> <!-- Parameters used for authentification tests --> <auth> <!-- Parameters that should be typed to the appropriate fields defined with IDs --> <types> <element id="user">admin</element> <element id="pass">123qwe</element> </types> <!-- An identifier to submit login form --> <click>login</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>Error</error-string> </auth> </testcase>