Quote:
Originally Posted by pilotbob
Every setting you add multiplies your QA matrix by the number of options this setting has.
So, "easier" is NO... you have just multiplied the testing effort by 2.
BOb
|
C'on, that's not 100% true. As an ex programmer, SOME settings MAY have to be tested in every iteration possible, but not all.
In this case it's a simple switch to look at when producing lists, either the switch is "on" and you produce a folder version (assuming folders were created), or it's "off" and you produce the flat version, no matter how the content is literally organized. It's not that big of a deal.