Test Results to Test Tool

Ask general questions here.
Mayra
Posts: 68
Joined: Mon Dec 16, 2013 5:27 am

Test Results to Test Tool

Post by Mayra » Tue May 20, 2014 10:21 pm

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

Mayra
Posts: 68
Joined: Mon Dec 16, 2013 5:27 am

Re: Test Results to Test Tool

Post by Mayra » Wed May 21, 2014 4:26 am

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.

User avatar
Support Team
Site Admin
Site Admin
Posts: 12145
Joined: Fri Jul 07, 2006 4:30 pm
Location: Houston, Texas, USA
Contact:

Re: Test Results to Test Tool

Post by Support Team » Thu May 22, 2014 4:05 pm

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