Open System Testing Architecture

TOC PREV NEXT INDEX



Comments

Scripts may incorporate comments, either on lines by themselves or embedded in statements or commands. In both cases, the comment is identified by the comment command ("!"), and terminated by the end of the line. For example:

 !
 !Get next page.
 !
  SET conid = conid + 1       ! Update connection ID
  GET URL "http://abc.com" &  ! Get this URL
     ON conid &               ! use this TCP connection
     HEADER sub_header &      ! default headers
       , WITHOUT "Referer"    ! no referer

See also:

Overview of Script Control Language Syntax


CYRANO
Customer Support: France +33 (0) 1 56 33 40 00
USA +1 (978) 462-0737; Toll free 800-714-4900
UK +44 (0) 1274 761024
support-fr@cyrano.com
support-us@cyrano.com
support-uk@cyrano.com
TOC PREV NEXT INDEX