I can see in the documents that a suite can be configured using a properties file (xml, I guess). I can see a very little information in this area. Any help is very much appreciated.
1. Can we use this configuration at a test level rather than at a suite level. (Right now I can see only CPPUNIT_TEST_SUITE_PROPERTY ( APropertyKey, APropertyValue) )
2. What is the structure of the Xml file ? Form the following I assume that the configuration is materialized through an Xml file.
CPPUNIT_TEST_SUITE_PROPERTY("XmlFileName", "paraTest.xml");
3. Is there any document or links for further reading on this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can see in the documents that a suite can be configured using a properties file (xml, I guess). I can see a very little information in this area. Any help is very much appreciated.
1. Can we use this configuration at a test level rather than at a suite level. (Right now I can see only CPPUNIT_TEST_SUITE_PROPERTY ( APropertyKey, APropertyValue) )
2. What is the structure of the Xml file ? Form the following I assume that the configuration is materialized through an Xml file.
CPPUNIT_TEST_SUITE_PROPERTY("XmlFileName", "paraTest.xml");
3. Is there any document or links for further reading on this?