Function creates end of test tasks to automatically display a custom chart images in the area below the BPV Custom Graphs are displayed.
Syntax: |
---|
test.SetChartTestHtml( sHTMLImageReference ) |
Parameter: |
Data Information: |
---|---|
sHTMLImageReference |
HTML Image loading reference that includes image path and full file name.
Multiple task can be included in as a single parameter by placing a plus-sign + between each image to be loaded.
See code example below for exact details on how to create a HTML image source reference. |
Notes: |
---|
The width and height specified should match that used to create the chart. If the the space allocated by the HTML statement to too small, some of the displayed image will be blocked. If they are too large, more space around the image will be added creating wasted space.
When this method is used with stepped test, the parameter test index is added to the file name created. File names created will each have an index that matches equal the number of steps in test when this method is used with multiple stepped test. When only 1-step is in a test, there will only be one image. When there are more steps in a test, each test-step will have an image and that image will have that step's index value as part of its file name.
Inserts HTML references that include a Custom Chart created graph image into the bottom area where Trading Blox BPV series Custom Charts. When Chart Object images are created they are saved into the Results folder with used to population of end of test Summary Performance Report images.
Trading Blox reporting preferences for the level of reporting intended must show the reporting option selected has the Custom Graph option enabled with a check mark.
Trading Blox Preferences: |
Display charts just below Multi-Parameter Table in the Stepped Parameter Summary Performance table.
Example: |
---|
BEFORE TEST SCRIPT ' ============================================================== OR ' ============================================================== OR ' ============================================================== |
Links: |
---|
See Also: |
|
Edit Time: 9/22/2020 3:59:06 PM |
Topic ID#: 537 |