31 messages in com.canoo.lists.webtest[Webtest] how to implement "if" logic
FromSent OnAttachments
Chang Su23 Feb 2007 18:41 
Paul King23 Feb 2007 20:50 
Chang Su24 Feb 2007 23:14 
Dierk Koenig25 Feb 2007 03:27 
Chang Su25 Feb 2007 09:07 
Paul King28 Feb 2007 03:42 
John and Pip28 Feb 2007 14:09 
Chang Su28 Feb 2007 16:08 
Paul King01 Mar 2007 01:37 
Denis N. Antonioli01 Mar 2007 01:42 
Chang Su01 Mar 2007 10:39 
Chang Su01 Mar 2007 13:20 
Chang Su01 Mar 2007 16:49 
Marc Guillemot02 Mar 2007 02:05 
Chang Su02 Mar 2007 09:33 
Chang Su02 Mar 2007 11:23 
Chang Su02 Mar 2007 13:12 
Marc Guillemot05 Mar 2007 01:29 
Chang Su05 Mar 2007 06:51 
Marc Guillemot05 Mar 2007 07:05 
Chang Su05 Mar 2007 10:40 
Chang Su05 Mar 2007 13:44 
Chang Su05 Mar 2007 18:08 
Marc Guillemot06 Mar 2007 05:54 
Marc Guillemot06 Mar 2007 05:55 
Marc Guillemot06 Mar 2007 06:01 
Chang Su06 Mar 2007 07:48 
Chang Su06 Mar 2007 11:02 
Chang Su06 Mar 2007 11:28 
Chang Su06 Mar 2007 19:53 
Chang Su06 Mar 2007 20:22 
Subject:[Webtest] how to implement "if" logic
From:Chang Su (chan@yahoo.com)
Date:02/23/2007 06:41:47 PM
List:com.canoo.lists.webtest

Hi,

I have a BUI page which mainly includes a table. If the rows in the table are more than 10, then there is a "Next" button shown on the page and clicking on it goes to next page of the table.

So I need to implement something like,

1. use <scriptStep> to obtain table contents on page 1

2. If there is a "Next" button on the page, click the button to go to next page

3. use <scriptStep> to obtain table contents on page 2

I know how to do 1) and 3), however I don't know how to implement the if logic using webtest. Anyone has idea how to implement this?

thanks,

Chang