Page 1 of 1

Test Results to Test Tool

Posted: Tue May 20, 2014 10:21 pm
by Mayra
Hi,
I have a test suite of test cases, and as a test case completes execution, I would like to upload the test results. If it is a data driven test, I would like to do it per iteration.
How can I do that? Where do I write the code?
Thanks

Re: Test Results to Test Tool

Posted: Wed May 21, 2014 4:26 am
by Mayra
Also, I would need to access the variables, description or dd data. That is where I could put the test case id, which is what I need to upload the test result in the test management tool.

Re: Test Results to Test Tool

Posted: Thu May 22, 2014 4:05 pm
by Support Team
Hi Mayra,

I am unfortunately not exactly sure if I understand your issue correctly.
What kind of information do you want to upload, the Ranorex report or just the results of the test case/iteration?
You can for instance read the messages out of the activity stack as described in the following forum post: print test case status and failure message in teardown and then send them to the management tool.

Regards,
Markus