Search found 4 matches

by Baitosenshi
Tue Mar 21, 2017 9:24 am
Forum: General Questions
Topic: The control was recognized as a WinForms .NET 1.1 control
Replies: 1
Views: 2210

The control was recognized as a WinForms .NET 1.1 control

Hi all, We encountered this warning during the Ranorex script development. "The control was recognized as a WinForms .NET 1.1 control. If this application targets the .NET Framework v1.1, then please ignore this message. Otherwise, the object recognition is not correct, most probably due to an insta...
by Baitosenshi
Sat Mar 11, 2017 6:51 am
Forum: General Questions
Topic: Is there any way to get the status of SETUP/TEARDOWN
Replies: 1
Views: 1472

Is there any way to get the status of SETUP/TEARDOWN

Hi all,

I mean I want to get the SETUP/TEARDOWN status(success/failed) of the test case. Just like get the status of a TestCase.
So how can I get it?. (Code/API)

Thanks in advance.
BTSH
by Baitosenshi
Tue Feb 28, 2017 1:03 pm
Forum: General Questions
Topic: Is there any way to rerun the failed test case?
Replies: 2
Views: 2371

Re: Is there any way to rerun the failed test case?

Hi qwertzu,

Really thanks for your suggestion, since I noticed that if rerun the failed test case, it could be lead to dead circle. I'll try to use the way you suggested.

Thanks,
btsh
by Baitosenshi
Tue Feb 28, 2017 3:57 am
Forum: General Questions
Topic: Is there any way to rerun the failed test case?
Replies: 2
Views: 2371

Is there any way to rerun the failed test case?

Hi all,

I have encountered this issue but no solution.
Is there any way to rerun the failed test case?
Such as in a test case teardown part, I have judged the current test case is failed in advance, what should I do next to rerun this failed test case?. (Code is best).

Thanks