Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. bean - defines the name of the test bean
  2. method - defines the name of the test method to be executed
  3. connect - if true the test servlet will send the report to the HTTP test runner
    The httptestrunner.properties sets the port number of the socket server and the test servlet URL.
    No Format
    # The test runner properties
    port = 10999
    servletUrl = http://localhost:8080/uP3/TestServlet
    contextXmlFile = test_servlet_beans.xml
    
    As shown above the test runner reads the list of test beans to be executed from the same Spring configuration file specified by
    contextXmlFile property.

...