[Webtest] Decrement in fieldIndex

Dierk Koenig webtest@lists.canoo.com
Fri, 14 Oct 2005 14:41:45 +0200


> What can I get from this examples? 

How to use ScriptStep.

> Only that there is something like
> setWebtestProperty with parameters (what parameters??)

from the examples:
----
step.setWebtestProperty('calc_price', calc_price);
..
text="#{calc_price}"
----
setWebtestProperty(name, value) sets the Webtest property with the 
name 'name' to the value 'value'.

Do you really need such a sentence? 

> 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 ..."

Aha. You have an exception. The doc says:
"update your classpath appropriately".

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

Reconsider the word 'want'. Your wording is inappropriate.

Mittie