0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
webcalendar
/
1.2.0-4
/
standard
/
tests
/
[
Home
]
File: testcase.xml
<testcase> <!-- Application name. Just for reference --> <application>WebCalendar</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="password">123qwe</element> </types> <!-- An identifier to submit login form --> <click>//input[@type='submit' and @value='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>