"QENGINE6 API Docs"

com.adventnet.qengine.load.report
Interface WebPageAnalyserInterface


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.

Version:
1.0

Method Summary
 java.util.Properties generateReports(java.lang.String path)
          This method is used to write the customized report.
 

Method Detail

generateReports

java.util.Properties generateReports(java.lang.String path)
This method is used to write the customized report.

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"

Copyright © ${year} AdventNet Inc. All Rights Reserved.