Please can someone show me how to locate the test results in tfile explorer for UFT Developer when it runs in Visual studio?
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
Please can someone show me how to locate the test results in tfile explorer for UFT Developer when it runs in Visual studio?
Hello,
I believe that there is some useful information on below document
https://admhelp.microfocus.com/uftdev/en/2021-2022/HelpCenter/Content/HowTo/AnalyzeResults.htm
Could you please provide more details on what do you want to achieve?
Regards,
I am looking for the directory, where the .csv ot .xml file of the test results are located e.g. C:\USER\NAME\SOURCE\REPOS\UFT_DEVLOPER\TEST_RESULTS . Please is there anything like that?
Hello,
There is an xml with the test result for each testing project, it is located in the directory of the test project, for example, for a UFT Developer Testing Project written in IntelliJ and named Test1, the xml test result file should be located in C:\Users\<USER>\IdeaProjects\Test1\RunResults\runresults.xml.
Alternatively, you can specifiy a different location where the xml file should be generated by changing the targetDirectory property in the resources\leanft.properties config file generated in the UFT Developer testing project.