Hi Ranorex Team,
I think I found another bug. If I run a single RecordingTestModule I get a report without the green or red circle. I liked it and hopefully, you will put it again on the report for single modules.
Thanks a lot
Christopher
green or red circle on report of single TestModule
Re: green or red circle on report of single TestModule
This is not a bug and is by design. The circle only reports the status of the testcases that are run. Since you are running a module by itself without a testcase, the system will not show the circle.
Edit to add:
Since you didn't mention it, I'm assuming you're talking about 7.0.0.
Please ALWAYS include the following when raising an issue:
FULL Ranorex version (7.0.0 and 6.2.1 are currently supported)
Windows version
Technology of system under test (SUT)
RanoreXPath of element in question (if applicable)
Ranorex Snapshot (NOT SCREENSHOT) of element in question (if applicable)
Edit to add:
Since you didn't mention it, I'm assuming you're talking about 7.0.0.
Please ALWAYS include the following when raising an issue:
FULL Ranorex version (7.0.0 and 6.2.1 are currently supported)
Windows version
Technology of system under test (SUT)
RanoreXPath of element in question (if applicable)
Ranorex Snapshot (NOT SCREENSHOT) of element in question (if applicable)
Shortcuts usually aren't...
Re: green or red circle on report of single TestModule
Thanks for clarifying this. I'm using Ranorex 7.0.
But was the green or red circle shown in report of a single TestModule in Ranorex 6.2?
But was the green or red circle shown in report of a single TestModule in Ranorex 6.2?
Re: green or red circle on report of single TestModule
Yes it was. In 6 and earlier you got the results pie-chart when you ran anything. In 7 you have to run a suite and it only counts the test cases. This is done to conform to xUnit standards.
Shortcuts usually aren't...