#----------------------------------------------------------------- # Test report file name. # Timestamp will be added to the name by the application #----------------------------------------------------------------- ReportFileName = report #----------------------------------------------------------------- # Test report file template. # The file path could 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., # # 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 # AdminTestPropertyFile.1=adminTest1.properties # AuthorTestPropertyFile.1=authorTest1.properties # MonitorTestPropertyFile.1=monitorTest1.properties # LearnerTestPropertyFile.1=learnerTest1.properties # # TargetServer.2=lams.melcoe.mq.edu.au # ContextRoot.2=/ # HttpPort.2=1080 # MonitorTestPropertyFile.2=monitorTest2.properties # LearnerTestPropertyFile.2=learnerTest2.properties # # 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 # #------------------------------------------------------------------- NumberOfTestSuites=1 #--------------------------------------------------------- # 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 #---------------------------------------------------------- # 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