############################################################################## # This file contains common properties for manual Webclient TestBase # # (please change prop values before making and using testbase) # # # ############################################################################## ################################ HTML_ROOT ################################### # HTML_ROOT should be pointed to your HTTPD server entry # for example on http://myserv.com/webclient # HTML_ROOT=http://earth:11111/webclient_resp HTML_ROOT=http://rampriya.eng:8080/webclient/resp ############################## HTML_ROOT_DIR ################################# # HTML_ROOT_DIR should be pointed to directory on your local filesystem # where HTML documents should be placed # for example on /home/avm/httpd/htroot/webclient # HTML_ROOT_DIR=/set/Mozilla/sva/httpd/docroot/webclient_resp HTML_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/webclient/resp ############################## CGI_BIN_ROOT ################################## # CGI_BIN_ROOT should be pointed to your HTTPD server cgi-bin entry # for example on http://myserv.com/cgi-bin/webclient # CGI_BIN_ROOT=http://earth:11111/cgi-bin/webclient/resp CGI_BIN_ROOT=http://rampriya.eng:8080/cgi-bin/webclient/resp ############################## CGI_BIN_ROOT_DIR ############################## # CGI_BIN_ROOT_DIR should be pointed to directory on your local filesystem # where CGI-scripts should be placed # for example on /home/avm/httpd/cgi-bin/webclient_cgi # CGI_BIN_ROOT_DIR=/set/Mozilla/sva/httpd/cgi-bin/webclient/resp CGI_BIN_ROOT_DIR=/opt/JavaWebServer1.1.3/public_html/cgi-bin/webclient/resp ############################## HTTP_URL ############################## # HTTP_URL should be equals to well http url # for example on http://earth:8080/index.html # HTTP_URL=http://earth:11111/ HTTP_URL=http://rampriya.eng:8080/ ############################## PERL_DIR ############################## # PERL_DIR should be pointed to directory on your filesystem # where perl program located # for example on /usr/local/bin # PERL_DIR=/usr/local/bin PERL_DIR=/pkg/gnu/bin ############################## HTTP_URL ############################## # HTTPS_URL should be equals to well https url # for example on https://www.verisign.com/ HTTPS_URL=https://www.verisign.com/ ############################## FTP_URL ############################## # FTP_URL should be equals to well ftp url with username and passwd if needed # for example on ftp://guest:guest@polar # FTP_URL=ftp://guest:guest@polar ############################## FILE_URL ############################## # FILE_URL should be equals to well file:/// url # for example on file:///tmp/1.html FILE_URL=file:///tmp/ ############################## GOPHER_URL ############################## # GOPHER_URL should be equals to well gopher url # doesn't know gopher servers. Should be removed ? GOPHER_URL= ############################################################################## # # Additional parameters. In common case you MUST NOT change it. # ################################################################################ TEMP_LST_FILE=WebClientTests.lst.selected LST_FILE=WebClientTests.lst CURRENT_LOG_DIR=CurrentLog RESULT_FILE=result.txt START_HTML=responsiveness/start.html START_HTML_NAME=start.html FINISH_HTML=responsiveness/finish.html DESCRIPTION_FILE=description COMPARISIONS_FOLDER_NAME=Comparisions