Property returns the full path and folder name of the current test Suite.
Use this property to discover the current test suite and folder full path details.
Property makes it easy to store and access custom charts and other test files.
Syntax: |
---|
CurrentTestResultsFolderPath = test.resultsReportPath |
Parameter: |
Description: |
---|---|
<None> |
Output is a String containing the newly created performance results files path-name and folder-name used in the Summary Performance Test Results page.
Used to access charts and graphs in the test results folder for display, or for accessing Trade and Equity Logs enabled in the Trading Blox Preferences Reporting sections. |
Example: |
---|
' Assign results reporting folder path and name to a variable. CurrentTestResultsFolderPath = test.resultsReportPath OR ' Send to your PRINT OUTPUT the path and folder name PRINT "test.resultsReportPath" |
Returns: |
---|
Printed output would look something like the following: test.resultsReportPath C:\TradingBlox\Results\Test 2017-05-31_10_11_29 |
Links: |
---|
See Also: |
ForexDataPath, FuturesDataPath, OrderReportPath, StockDataPath, SummaryResultsPath |
Edit Time: 9/21/2020 3:50:06 PM |
Topic ID#: 503 |