The JavaTest harness provides two servlets that allow you to use a web browser to view .jtr
and .jtx
files.
To view .jtr
files in your web browser, you must configure it to use the JavaTest ResultBrowser servlet:
com.sun.javatest.servlets.ResultBrowser
Refer to your browser documentation for information about configuring it to use the JavaTest ResultBrowser servlet.
To view .jtx
files in your web browser, you must configure it to use the JavaTest ExcludeBrowser servlet:
com.sun.javatest.servlets.ExcludeBrowser
Refer to your browser documentation for information about configuring it to use the JavaTest ExcludeBrowser servlet.