The baffling problem I am confronted with right now is as follows. I
have a top suite level XML file that describes all the directories
where other XML files that actually define the tests - all these lower
level XML files define test cases using identical syntax and I
probably have about 2000 tests in each of 5 such XML files.

I have already demonstarted that I can parse the low level XML files
and run the test cases using the MbUnit GUI and console using the
DataFixture - I currently have 5 disparate test cases that use the
DataFixture attribute to parse each of the 5 XML files and run the
tests without a problem.

The question now is how do I integrate all these - by specifying the
path to lower level XML files via a top level suite XML file - this
way I can control which batches of test cases I can run.

The crux of the problem is how can I pass different paths containing
the test cases defined in XML files to a test case using DataFixture ?

Any help will be greatly appreciated.

Ranji


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to