How to infer the Status os test execution

Ask general questions here.
Swapna
Posts: 2
Joined: Thu Jul 12, 2007 7:55 am

How to infer the Status os test execution

Post by Swapna » Thu Jul 19, 2007 11:48 am

Hi,
How to report the pass/ fail condition of the test using Ranorex.

I there any logging feature in Ranorex? Or if I automate in C# , I have to use the features of C# for reporting the results of the test execution?

Correct me if I am wrong.

Thanks,
Swapna.

webops
Site Admin
Site Admin
Posts: 349
Joined: Wed Jul 05, 2006 7:44 pm

Post by webops » Thu Jul 19, 2007 9:37 pm

How to report the pass/ fail condition of the test using Ranorex.
The common used way is to exit the test with 0 if it PASSED and != 0 if it FAILED.
I there any logging feature in Ranorex? Or if I automate in C# , I have to use the features of C# for reporting the results of the test execution?
Logging support is on our todo list. We are expanding in the next weeks and start with some new development.
The RanorexPro version 1.3 or 1.4 will come with Logging support.
But you have to use the features of C# at the moment.

Jenö
Ranorex Team