-
This will usually be the case, but as you can pass in different sut files into the scenario, you *could* have a different "testcase" based off the sut file. I can handle passing those values into the scenario though, and sticking them into the sysproperty / whatever variables.
2009-08-31 11:05:06 UTC in JSystem
-
Actually -- since we do most of our testing through Ant, we'd need to be able to set the param / name from the scenario file directly.
2009-08-28 19:38:20 UTC in JSystem
-
Actually -- since most of the time this is going to be run from Ant, I'd have to be able to set that variable from the scenario file.
2009-08-28 19:32:45 UTC in JSystem
-
weird -- not sure why that was failing... but it's working now. Thanks.
2009-08-26 15:44:18 UTC in JSystem
-
Can you pass this via the GUI as well for testing? Or does it have to be set in the scenario xml directly?.
2009-08-26 15:24:59 UTC in JSystem
-
Is this in the scenario file, or the TestParams?.
2009-08-26 15:08:04 UTC in JSystem
-
Is it possible to change the name of the testcase from within the testcase? From the listeners I've seen it doesn't appear to be possible. The issue we have is that we may have 5 "tests" that simply run the same method, but have 5 different sut files, and we want to change the TestProperty name to match our requirement / test name so it's more specific (depending on the sut data)
2009-08-26 14:06:09 UTC in JSystem
-
Hi -- I'm looking for a way to get the current "classes" directory in my testcase (so I can get testData located in the classes dir). I looked through the System properties and env for this data, but couldn't find it.
Thanks,
Ben.
2009-08-26 13:44:44 UTC in JSystem
-
Is there a good way to call "report.report(...)" from a static method without passing in the report object?.
2009-08-26 13:17:14 UTC in JSystem
-
When trying to install the latest plugin (through Pulse) the following error is thrown. It looks like the update-site is pointing to a jar that doesn't exist.
An error occurred while collecting items to be installed
session context was:(profile=com.poweredbypulse.profile-388798-rmb-195772, phase=com.genuitec.pulse2.client.common.download.PulseCollect, operand=, action=).
Unable to...
2009-08-25 21:28:34 UTC in FindBugs