3 messages in com.canoo.lists.webtest[Webtest] Newbie webtest question
FromSent OnAttachments
Nick S25 Aug 2005 09:32 
Marc Guillemot25 Aug 2005 10:12 
Lothar =?unknown-8bit?Q?M=E4rkle?=26 Aug 2005 00:28 
Subject:[Webtest] Newbie webtest question
From:Nick S (nick@gmail.com)
Date:08/25/2005 09:32:21 AM
List:com.canoo.lists.webtest

I have a Test.xml as my master document that tracks all the other .xml tests that are run. But now, there are so many steps in the entire test, that it freezes near the end. I would like to partition the Test.xml into: Test.xml and Test2.xml. But in my .sh file, how do I get the Test2.xml to exec directly after Test.xml is successful? I've tried adding the like "exec ....Test2.xml..." after the "exec ..Test.xml.." line, but it still won't exec. Any help would be greatly appreciated.