Automation: saving test results - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: Automation: saving test results (/Thread-Automation-saving-test-results) |
Automation: saving test results - tomilchik - 06-25-2010 Does anybody know the answer to the below? I am automating my testing via VBScript (e.g. test.vbs). The script triggers execution of QTP scripts off a QC repository. Topology: - QC itself, and test.vbs, reside on Host A; - tests are executed in QTP environment residing on Host B (Host B as a target is specified in test.vbs). I want to be able to save the results of test runs, for subsequent analysis. Is there a way to do this using QC Automation? What are the options: can I have the results saved on Host A? Or they will be saved on Host B only (if at all)? |