>ut I want to be able to easily enable or disable certain assertions to be able toggle between functional and load testing Why do you want to do this? It's easier to add a machine to make up for the loss of some CPU processing than it is to figure out if your system actually worked correctly under load. Or in other words performance tests must include functional checks imo.(we had a tester who got great perf results - unfortunately what he was testing was how quickly the error page loads when the system was loaded)
The only way I know to do what you want is to preprocess the JMX file(treating it like any other XML) to strip out whatever you dont need or add disabled attributes. regards deepak On Tue, Apr 24, 2012 at 8:43 AM, <[email protected]> wrote: > Is there a way to enable/disable test elements via the command line or a > properties file? > > For example, if I have a set of tests that may or may not be ran in the > GUI, but I want to be able to easily enable or disable certain assertions > to be able toggle between functional and load testing? > > I've already determined how to change the number of threads and repetitions > using variables and properties, this is just the next step for setting up > my tests. > > Thank you. > > Lee Lowder > > This communication and any attachments are confidential, protected by > Communications Privacy Act 18 USCS ยง 2510, solely for the use of the > intended recipient, and may contain legally privileged material. If you are > not the intended recipient, please return or destroy it immediately. Thank > you. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
