It took hours to figure out why the test results keep giving unable to connect to load test repository.
The only solution found is the following:
- Create a local Load Test on your machine and export it for reference.
- Open your Exported Load Test trx file and search for the key m_resultsRepositoryConnectString, this key holds the Load Test Repository connection string encrypted. This key is found under Tests/LoadTestResult node.
<m_resultsRepositoryConnectString type="System.String">
LAs4ogoKlDfikWPmARSuWmkl+..
</m_resultsRepositoryConnectString> - Copy the encrypted connection string, and open your original exported load test trx files and replace the original connection string with the new one.
Voila!! You are now able to view your test results