Thanks guys. Appreciate it.
On Jan 10, 12:09 pm, Cédric Beust ♔ <
ced...@beust.com> wrote:
> Hi Grig,
>
> System properties are automatically exposed as TestNG parameters, so you
> should be able to use the system property directly in your class.
>
> For example:
>
> @Parameters("url")
> @Test
> public void f(String url) {
> ...
>
> }
>
> java -Durl="
http://foo.com" org.testng.TestNG <your class>
>
> --
> Cédric
>
>
>
> On Mon, Jan 10, 2011 at 7:24 AM, Grig <
grig.w...@gmail.com> wrote:
> > I have a parameter in the testng.xml that I want the value to be
> > populated from the System Property.
>
> > <parameter name="esb-url" value="<SYSTEM_PROPERTY ESBURL>" />
>
> > Is this possible?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "testng-users" group.
> > To post to this group, send email to
testng...@googlegroups.com.
> > To unsubscribe from this group, send email to