[Webtest] Decrement in fieldIndex

Vikenty Menshutkin webtest@lists.canoo.com
Fri, 14 Oct 2005 16:17:35 +0400


What can I get from this examples? Only that there is something like
setWebtestProperty with parameters (what parameters??)
There is no explanation how to prevent such exceptions like - "Exception
raised: com.canoo.webtest.engine.StepExecutionException: Unexpected
exception caught: java.lang.NoClassDefFoundError:
org/apache/bsf/BSFException, Step: ScriptStep at ..."

(I use <scriptStep language="javascript">)

I just want to see the real DOCUMENTATON, not examples..

> -----Original Message-----
> From: webtest-admin@lists.canoo.com 
> [mailto:webtest-admin@lists.canoo.com] On Behalf Of Dierk Koenig
> Sent: Friday, October 14, 2005 3:45 PM
> To: webtest@lists.canoo.com
> Subject: RE: [Webtest] Decrement in fieldIndex
> 
> That's 200+ lines of thoughtful explanation with lots of 
> examples for the use of ScriptStep (incl. setWebtestProperty).
> 
> I would like you to reconsider the word 'poor'.
> 
> Mittie
> 
> > -----Original Message-----
> > From: webtest-admin@lists.canoo.com
> > [mailto:webtest-admin@lists.canoo.com]On Behalf Of Vikenty 
> Menshutkin
> > Sent: Freitag, 14. Oktober 2005 13:10
> > To: webtest@lists.canoo.com
> > Subject: RE: [Webtest] Decrement in fieldIndex
> > 
> > 
> > Yeah, I saw the poor explanation here
> > 
> http://webtest.canoo.com/webtest/manual/syntaxExtension.html#scriptSte
> > p So, what I really need is the documentation for 
> javaScript functions 
> > such as step.setWebtestProperty..
> > 
> > > -----Original Message-----
> > > From: webtest-admin@lists.canoo.com 
> > > [mailto:webtest-admin@lists.canoo.com] On Behalf Of Dierk Koenig
> > > Sent: Friday, October 14, 2005 2:19 PM
> > > To: webtest@lists.canoo.com
> > > Subject: RE: [Webtest] Decrement in fieldIndex
> > > 
> > > http://webtest.canoo.com/webtest/manual/syntaxExtension.html
> > > 
> > > cheers
> > > Mittie
> > > 
> > > > -----Original Message-----
> > > > From: webtest-admin@lists.canoo.com 
> > > > [mailto:webtest-admin@lists.canoo.com]On Behalf Of Vikenty
> > > Menshutkin
> > > > Sent: Freitag, 14. Oktober 2005 12:10
> > > > To: webtest@lists.canoo.com
> > > > Subject: RE: [Webtest] Decrement in fieldIndex
> > > > 
> > > > 
> > > > So, where can I find the documentation for step.* functions or 
> > > > something like that?
> > > > 
> > > > > When things get more complicated, use ScriptStep or
> > > Groovy (See the
> > > > > syntax ref for details).
> > > > > 
> > > > > cheers
> > > > > Mittie
> > > > > 
> > > > > > -----Original Message-----
> > > > > > From: webtest-admin@lists.canoo.com 
> > > > > > [mailto:webtest-admin@lists.canoo.com]On Behalf Of Vikenty
> > > > > Menshutkin
> > > > > > Sent: Freitag, 14. Oktober 2005 11:42
> > > > > > To: WebTest Mailing List
> > > > > > Subject: [Webtest] Decrement in fieldIndex
> > > > > >
> > > > > >
> > > > > > Hi all,
> > > > > >
> > > > > > Can I use some simple math functions in (for example)
> > > fieldIndex?
> > > > > >
> > > > > > <repeat ...
> > > > > > ...
> > > > > > <setCheckbox
> > > > > > 	name="selected"
> > > > > > 	fieldIndex="#{checkBox-count}-1" <!-- NOT WORKING -->
> > > > > > 	checked="false" />
> > > > > > </repeat>