README for DOM API Test Execution


Solaris
BW_TESTDIR Absolute Directory Path where file BWTestClass.lst is located.
BW_LOGDIR Absolute D.irectory  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 .

 To Invoke a specific test case
sh autorun.sh -t org.mozilla.dom.test.AttrImpl_getName
NOTE:All Test Cases are recorded in file BWTestClass.lst.ORIG

ASSUMPTION: I assume that u have copied the files test.xml and test.html to your DOCUMENT_ROOT of your WebServer.
The URL it tries to load is http://[servername]/test.html.
If it is set in users public_html then open file autorun.sh and change DOCROOT accordingly.



Windows NT
BW_TESTDIR Absolute Directory Path where file BWTestClass.lst is located.
BW_LOGDIR Absolute D.irectory  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 .