| 
  Testing Commands  
 TEST_LINK_PROCESSING LIST_X 
 This command will output the links in the specified list to a text file named LINK_TEST_OUTPUT.txt in the script test directory. (If no list is specified, default list, LIST_1 is used.) List can be specified using LIST_X where X is any number from 1 to 10.  
 Examples  
 TEST_LINK_PROCESSING LIST_1 
   
 TEST_IMAGE_PROCESSING "URL$" 
 This command will list all of the images that are part of the article set at the specified URL. These images will be either the images between the ARTICLE_START and ARTICLE_END or, if the INCLUDE_ALL_IMAGES/ INCLUDE_IMAGE commands are used then those image URLS will also be listed. EXCLUDE_IMAGES will also apply to the article image list irrespective of how the images on the list were included.     
 TEST_PRINT <parameter> 
 This command can be used to print a value of a selected parameter in a text file named DEBUG_TEST_OUTPUT.txt in the script test directory. This is useful in debugging scripts.  
 Examples  
 TEST_PRINT VAR  
 TEST_PRINT "inside process now"   
                
  |