[Http-webtest-general] Re: Frames???
Brought to you by:
m_ilya,
richardanderson
From: Ilya M. <il...@ma...> - 2002-11-02 21:26:12
|
>>>>> On Mon, 28 Oct 2002 16:33:35 -0800 (PST), "Dr. Tolga Yalcinkaya" <tya...@ya...> said: TY> How does one deal with html "Frames" in WebTest? Is it possible TY> to use LWP::UserAgent::FramesReady? Sorry for delay with reply. I've been offline (short holidays) for a week. WebTest doesn't provide any special support for frames. You can test them separately. I.e. test_name = Frame 1 url = http://server/frame1 ... end_test test_name = Frame 2 url = http://server/frame2 ... end_test ... test_name = Frame N url = http://server/frameN ... end_test I'm wonder what additional support for testing frames from HTTP::WebTest do you need? P.S. As I'm not sure what the problem I cannot really answer if using LWP::UserAgent::FramesReady can solve it :) -- Ilya Martynov, il...@ip... CTO IPonWEB (UK) Ltd Quality Perl Programming and Unix Support UK managed @ offshore prices - http://www.iponweb.net Personal website - http://martynov.org |