Re: [Http-webtest-general] on_response problem
Brought to you by:
m_ilya,
richardanderson
From: William M. <wi...@kn...> - 2003-11-10 14:28:53
|
On Mon, Nov 10, 2003 at 03:44:10PM +0530, archana wrote: > Now tell me how do i get the Upstream /Downstream value > > I want to get upstream and down stream value for fastmode. You need to rewrite your regex to match the following string: Upstream Rate (fast mode)</th><td>896 Kbps Your current regex isn't working because you are not checking for the tags. My guess is that the \D class is not catching the forward slash or the angle brackets. Are you sure that you are using it correctly? Whenever I have a regex that is not working as expecting, I create a throwaway Perl script to test it. I suspect you'll find that you need to modify your regex to match the string. Good luck, William -- Knowmad Services Inc. http://www.knowmad.com |