[Http-webtest-general] Re: Frames???
Brought to you by:
m_ilya,
richardanderson
From: Dr. T. Y. <tya...@ya...> - 2002-11-03 19:21:11
|
Ilya, Thanks for the response, albeit late, it is still better than none :-) The need for handling frames is due to single signon implementations. Typically, one frame provides/maintains single signon session state and another frame provides application content and application session state. In all cases, session states are maintained via hidden variables, cookies, javascripts etc. In my case, it is important that the test script invoke all frames for a given URL, in order to maintain session states in different frames. Although the method that you describe below does provide a simplistic approach to the problem, it does not address the fundamental problem of cookies and session variables in multiple frames for a given URL. Don't you think it is more desirable to have a mechanism in place that deals with frames more elegantly, and perhaps seamlessly? There might be particular reasons why a tester would like to handle frames manually. Hence, it would be very desirable to have a parameter that turns frame support on and off. Any thoughts? T. --- Ilya Martynov <il...@ma...> wrote: > >>>>> 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 > __________________________________________________ Do you Yahoo!? HotJobs - Search new jobs daily now http://hotjobs.yahoo.com/ |