Is there any way to use multiple parameter files from iTestRT?
We have a global "last-case" parameter file.
But when executing from iTestRT, we'd like to use a parameter file that has higher priority (i.e. overrides the Global parameter file, if there are duplicate parameters) in addition to using the Global parameter file for parameters that are NOT defined in the non-global one.
So far it seems iTestRT only allows a single parameter file to be passed in?? Doesn't really help with any inheritance... we'd end up duplicating a LOT of parameters across all of our Test Case parameter files unless we can somehow do the above.
Any help?