Ticket #17 (new enhancement)

Opened 3 months ago

Last modified 3 months ago

Ability to specify valid values for specific component/view/form/field combinations.

Reported by: esmithbss Assigned to: stu
Priority: minor Component: tarantula
Keywords: Cc:

Description

For applications that require a login, it would be very nice to be able to specify the valid values for login forms. As an example:

I have an app with public and authenticated parts. I would want tarantula to run through the public part jamming anything into fields and clicking links.

Now I have to login to access my private section. I would want tarantula to try jamming info into the login form, and then use the right username and password to get through the login form and start testing the private sections.

Change History

07/12/08 04:29:03 changed by esmithbss

While this may be accomplished via fixtures and multiple tests (i.e. : tarantula_test_public, tarantula_test_private, ...), I find it helpful to have this ability to do targeted tests against specific components within an application. Most specifically in the realm of developing specific tests for new features/enhancements where the valid data is known and a tool like tarantula is used to test with "assumed" invalid data.