Re: [Http-webtest-general] on_response problem
Brought to you by:
m_ilya,
richardanderson
From: Johannes la P. <joe...@us...> - 2003-11-06 11:01:42
|
Archana, Why not just stick to the predefined "regex_require" method? So rather than: > on_response => { > $up = $webtest->current_response->content =~ /Upstream Rate > \(fast mode\)\D*(\d+) Kbps/ use: ... text_require => 'showtime', regex_require => '/Upstream Rate \(fast mode\)\D*(\d+) Kbps/', ... Cheers, Joe. |