1<testcase> 2<info> 3<keywords> 4--help 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<server> 17none 18</server> 19<name> 20curl invalid category --help 21</name> 22<command> 23--help sdfafdsfadsfsd 24</command> 25</client> 26 27# 28# Verify data after the test has been "shot" 29<verify> 30<errorcode> 310 32</errorcode> 33<stdout mode="text"> 34Unknown category provided, here is a list of all categories: 35 36 auth Authentication methods 37 connection Manage connections 38 curl The command line tool itself 39 deprecated Legacy 40 dns Names and resolving 41 file FILE protocol 42 ftp FTP protocol 43 global Global options 44 http HTTP and HTTPS protocol 45 imap IMAP protocol 46 ldap LDAP protocol 47 output Filesystem output 48 pop3 POP3 protocol 49 post HTTP POST specific 50 proxy Options for proxies 51 scp SCP protocol 52 sftp SFTP protocol 53 smtp SMTP protocol 54 ssh SSH protocol 55 telnet TELNET protocol 56 tftp TFTP protocol 57 timeout Timeouts and delays 58 tls TLS/SSL related 59 upload Upload, sending data 60 verbose Tracing, logging etc 61</stdout> 62</verify> 63</testcase> 64