|
"QENGINE6 API Docs" | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebPageAnalyserInterface
This Interface offers extension to customization of Web Page Analyzer Reports .
Implementation classes shall implement generateReports(String path),
and execution result can be obtained from WebPageAnalyzer Report in Load Test Reports.
Method Summary | |
---|---|
java.util.Properties |
generateReports(java.lang.String path)
This method is used to write the customized report. |
Method Detail |
---|
java.util.Properties generateReports(java.lang.String path)
The implementation of this method generates the Properties in which you can add your needed values. Argument : path where the Saved HTML source present.
|
"QENGINE6 API Docs" | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |