[Http-webtest-general] Making test loopable
Brought to you by:
m_ilya,
richardanderson
From: Paul H. <Pau...@Ti...> - 2002-09-04 00:48:51
|
Ilya, I am working on a problem that you may have already given some thought to. I'm trying to come up with a plugin that loops through a series of pages that are templated, testing each to see if it meets the qualifications and if so, rewritting the URL to get the next. An example would be a search engine result, where the number of iterations are unknown going into the test. I have been able to mangle some code to get the looping to happen, but I get hung up on how to integrate the test results so that they report the correct URL for each one and get loaded on the stack in the correct order ( right now I am getting the outer test first, then the one from the loop in the reverse order.) Right now my code is in an embarrassing state with print statements everywhere, so if you are would like me to show you what I mean, I will clean it up before I let it air in public. Anyway - no concrete questions, just wondering if this is something anyone has worked on ... -- Paul Hamingson QA Engineer Ticketmaster-Online |