Browser Compatibility

From STRIDE Wiki
Jump to: navigation, search

Google Chrome

Test Space
Chrome works very well with Test Space.
Local XML Reports
Chrome employs very stringent security which prevents local xsl style sheets from being applied to the local xml file by default. The result is a blank display when you attempt to show a local test report. (More info here).
To work around this issue, you can launch Chrome as follows:
"C:\path\to\chrome.exe" --user-data-dir=C:\new\directory --allow-file-access-from-files
The path given to --user-data-dir must be the directory where the xsl file exists. (Typically the same directory as the xml report file.)
Please note that Google recommends against employing this workaround for normal web browsing.