Hi Giordan,

I'm not quite sure - what your question is about.
You "can generate" test-cases with the webtestrecorder but you still have to work on the result adjust the code.

The standard test-case in our project consists of several use-cases.
For example:
1. login
2. create new object
3. do something to or with the new object
4. check the result, verify the success
5. logout

These 5 use-cases you can extract from the test-case and reuse in many or even each test-case (for example: login/logout). A standard test-case like the example above - in our project - will consist of three (or four) modules I'll reuse for this test-case. Perhaps with specific Parameters - dynamic properties (as login name, password).
Is this - using modules - about your question?

Your welcome
Michael Habbert

Giordan wrote:
Hi,
is there any method, any pattern to generate test case with canoo webtest?
My idea is that there is not a standard procedure. If I my use case is "log me", my test case will be: set name field, set password field, click submit button. Without any particular procedure...
Could someone confirm me?
Thank you.

[...]

_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to