Search found 8 matches

by APSoftware
Mon May 09, 2011 1:29 pm
Forum: General Questions
Topic: Mark Test as Blocked
Replies: 2
Views: 1766

Mark Test as Blocked

Hey Guys!

I've several testcases which will fail for a longer time (until a bug is fixed), due to that I would like to skip those tests, but see them in the Report marked as blocked.

Regards
Stefan
by APSoftware
Tue Apr 19, 2011 9:41 am
Forum: General Questions
Topic: Get name of test module within code
Replies: 3
Views: 2718

Re: Get name of test module within code

Oh, is that easy.... :D
by APSoftware
Tue Apr 19, 2011 8:11 am
Forum: General Questions
Topic: Get name of test module within code
Replies: 3
Views: 2718

Re: Get name of test module within code

Problem Solved! public string TestModuleName = GetPrivateFieldValue<string>(TestReport.CurrentTestCaseActivity, "name"); public static T GetPrivateFieldValue<T>(Activity obj, string propName) { if (obj == null) throw new ArgumentNullException("obj"); Type t = obj.GetType(); FieldInfo fi = null; whil...
by APSoftware
Mon Apr 18, 2011 3:20 pm
Forum: General Questions
Topic: Get name of test module within code
Replies: 3
Views: 2718

Get name of test module within code

Hey Guys!

As mentioned in this thread http://www.ranorex.com/forum/test-suite ... t2064.html, I want to write the status of a testmodule to teamcity in the teardown.

My question is now, is it possible to get the name of test module within the teardown?

Regards
Stefan
by APSoftware
Mon Apr 18, 2011 7:52 am
Forum: General Questions
Topic: Item Name in Repository
Replies: 1
Views: 1737

Item Name in Repository

Hey Guys!

Is there any possibility to get the name from a Repository item (i.e. the name from an item in the repository)?

Regards
Stefan
by APSoftware
Thu Apr 07, 2011 10:12 am
Forum: Bug Reports
Topic: TestSuite XML Format is invalid
Replies: 12
Views: 5307

Re: TestSuite XML Format is invalid

Hello Peter!

Thanks for your fast reply, now the tests are working again.

Regards
Stefan
by APSoftware
Wed Apr 06, 2011 2:47 pm
Forum: Bug Reports
Topic: TestSuite XML Format is invalid
Replies: 12
Views: 5307

Re: TestSuite XML Format is invalid

Hi Peter!

I've sent the project by email to "[email protected]" with the subject "Forum Topic: TestSuite XML Format is invalid".

Kind regards
Stefan
by APSoftware
Wed Apr 06, 2011 2:29 pm
Forum: Bug Reports
Topic: TestSuite XML Format is invalid
Replies: 12
Views: 5307

TestSuite XML Format is invalid

Hey Guys!

After an update from 3.0.0 to 3.0.1, the Error "TestSuite XML Format is invalid" appears on opening an project. After clicking the OK-Button the project will be opened, but the Test Suite is empty.

Kind Regards
Stefan