TEST_PATH | Absolute Directory Path where file BWTestClass.lst is located. |
MOZILLA_FIVE_HOME | Absolute Path where mozilla-bin is located. |
JAVA_HOME | Absolute Path to JDK dir. |
USE_APPLET_FOR_REGISTRATION | Set this variable if you wish to use applet for running tests (now available under Win32 only). Otherwise hacked DOMAccessor class is used. |
BW_TESTDIR | Absolute Directory Path where file BWTestClass.lst is located. |
BW_LOGDIR | Absolute Directory Path where log files need to be created. |
BW_THREADMODE | Indicates whether to execute tests in single-thread mode[S] or multi-thread mode[M]. Takes values S/M . |
BW_HTMLTEST | URL where redirect.html, test.html files are located. Used if you run tests through TestLoader applet. |
BW_XMTEST | URL where redirectxml.html, test.xml files are located. Used if you
run tests through TestLoader applet |
To Invoke a specific test case
sh autorun.sh -t org.mozilla.dom.test.AttrImpl_getNameNOTE:All Test Cases are recorded in file BWTestClass.lst.ORIG
ASSUMPTION: I assume
that u have copied the files test.xml, redirectxml.html, redirect.html, test.html to your DOCUMENT_ROOT
of your WebServer.
The URL it tries to load is http://[servername]/redirect.html.
If it is set in users public_html then open file autorun.sh
and change DOCROOT accordingly.