07-12-2013, 10:33 PM
Could someone please explain to me how to use QuickTest.RunResultsOptions?
string ResultsLocation // this one I understand
string TDRunName
int TDTestInstance
string TDTestSet
I'd like to save QT result of each test script in a different folder and with a different filename.
I use ResultsLocation to redirect the result to the folder I choose, that works. But what are 3 other attributes? How to use them?
Can I change the "Report" folder name and Results.xml to something else (ex: testxxx_datetime) so when I run multiple tests, all results are preserved & clearly organized?
Thanks a lot!
string ResultsLocation // this one I understand
string TDRunName
int TDTestInstance
string TDTestSet
I'd like to save QT result of each test script in a different folder and with a different filename.
I use ResultsLocation to redirect the result to the folder I choose, that works. But what are 3 other attributes? How to use them?
Can I change the "Report" folder name and Results.xml to something else (ex: testxxx_datetime) so when I run multiple tests, all results are preserved & clearly organized?
Thanks a lot!