Re: [Loadsim-users] Loadsim against an IIS/ASP web site?
Brought to you by:
vsheffer
From: <vi...@ne...> - 2001-05-04 21:27:17
|
I just tried it on an application that we have that uses redirect and it works fine, at least in record mode. That is, it successfully records the URL for the redirect. If you look in the file created during the record session do you see the link that you are supposed to be redirected to? If so, then LoadSim should "play" it back for you. Basically, LoadSim is pretty stupid and will just blindly follow any link in your sequence file. -vince > >Does loadsim work when run against an IIS/ASP web site? >The problem I'm having is that the simulation.xml file >runs, but doesn't work as expected. What I do in this >simple recorded test is: >1) log into ASP site (session authentication is used) >2) create a user by posting a form >3) log out > >The loadsim user seems to log in successfully, but >never seems to log out. It also doesn't successfully >create a user, so it looks like it just fails to do anything >after the first step. > >We also have a trace log for our web objects. >The last thing it does is get the URL of the user's >"home page". After the login is done, the server >gives the browser a redirect. While recording >the session, I did notice that loadsim printed out >messages about ignoring 304 commands (the >redirects). Does it barf if it encounters a redirect? > >Any idea on the best way to find out what's going >wrong? > > thanks, > > ken > > > >_______________________________________________ >Loadsim-users mailing list >Loa...@li... >http://lists.sourceforge.net/lists/listinfo/loadsim-users > > |