[Http-webtest-general] run_tests and arrays
Brought to you by:
m_ilya,
richardanderson
From: Ben K. <ben...@hi...> - 2004-02-02 22:42:43
|
> Hi Ben, > > It seems that you sent the working example. Can you send over an example > that is failing? > > William > Hi William, Something like the following should work and doesn't. my @example; push @example, ({ test_name = get url, url = http://some.url.com, }, { test_name = perform_test, click_link = 'some link', text_require = 'some text', }); #assuming $webtest has been instantiated $webtest->run_tests(\@example); |