Index: TestHarness4LAMS2/test.properties =================================================================== diff -u -r1adca864dec2f9accd289755e5878f57837b65da -r159c15ed2f6cc7c8f273367d199b196effd5f340 --- TestHarness4LAMS2/test.properties (.../test.properties) (revision 1adca864dec2f9accd289755e5878f57837b65da) +++ TestHarness4LAMS2/test.properties (.../test.properties) (revision 159c15ed2f6cc7c8f273367d199b196effd5f340) @@ -1,62 +1,57 @@ #----------------------------------------------------------------- # Test report file name. -# Timestamp will be added to the name by the application +# Timestamp will appended to the name . #----------------------------------------------------------------- ReportFileName = report #----------------------------------------------------------------- # Test report file template. -# The file path could be relative or absolute +# The file path can be relative or absolute #----------------------------------------------------------------- ReportFileTemplate = template.html -#----------------------------------------------------------------- -# index page -#----------------------------------------------------------------- -IndexPageURL = /index.jsp - #------------------------------------------------------------------ # This is the master property file. # It organises single tests into test suites. # # Each test suite definition typically involves: # one TargetServer., # one ContextRoot., -# one HttpPort., # one AdminTestPropertyFile., # one AuthorTestPropertyFile., # one MonitorTestPropertyFile., # one LearnerTestPropertyFile., +# one UsersFile., # # To avoid any test, just do not specify the corresponding xxxTestPropertyFile # # # Example : # NumberOfTestSuites=2 # -# TargetServer.1=saturn.melcoe.mq.edu.au -# ContextRoot.1=/lams -# HttpPort.1=8080 +# TargetServer.1=saturn.melcoe.mq.edu.au:8080 +# ContextRoot.1=/lams # AdminTestPropertyFile.1=adminTest1.properties # AuthorTestPropertyFile.1=authorTest1.properties # MonitorTestPropertyFile.1=monitorTest1.properties # LearnerTestPropertyFile.1=learnerTest1.properties +# UsersFile.1=users1.users # -# TargetServer.2=lams.melcoe.mq.edu.au -# ContextRoot.2=/ -# HttpPort.2=1080 +# TargetServer.2=https://lams.melcoe.mq.edu.au +# ContextRoot.2=/ # MonitorTestPropertyFile.2=monitorTest2.properties # LearnerTestPropertyFile.2=learnerTest2.properties +# UsersFile.2=users2.users # -# Note: in the second test suite, there are only 2 tests, in which case -# Either LessonId or UserId must be set in monitorTest2.properties file +# Note: in the second test suite, there are only 2 tests, +# so users must had been already created and stored in users2.users file # #------------------------------------------------------------------- NumberOfTestSuites=1 #--------------------------------------------------------- -# if TargetServer is not specified, localhost will be used. +# If TargetServer is not specified, localhost will be used. # Target server must include protocol and port, if custom. #--------------------------------------------------------- # TargetServer.1=https://shaun.melcoe.mq.edu.au:8443 @@ -66,16 +61,12 @@ #---------------------------------------------------------- # LAMS central web application context root # If not specified, empty context root will be used -# other modules's context roots must be: -# /admin -# /learning -# /monitoring -# Since "admin","learning","monitoring" are hard coded in -# lams-central JSPs as part of relative path #---------------------------------------------------------- ContextRoot.1=/lams AdminTestPropertyFile.1=adminTest1.properties AuthorTestPropertyFile.1=authorTest1.properties MonitorTestPropertyFile.1=monitorTest1.properties -LearnerTestPropertyFile.1=learnerTest1.properties \ No newline at end of file +LearnerTestPropertyFile.1=learnerTest1.properties +# File with existing users, filled automatically when users get created in the first run +UsersFile.1=users1.users \ No newline at end of file