You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Greg Woolsey (JIRA)" <ta...@jakarta.apache.org> on 2006/11/21 23:29:01 UTC

[jira] Created: (TAPESTRY-1157) Client side validation popup "OK" button needs ID for automated testing

Client side validation popup "OK" button needs ID for automated testing
-----------------------------------------------------------------------

                 Key: TAPESTRY-1157
                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1157
             Project: Tapestry
          Issue Type: Improvement
          Components: JavaScript
    Affects Versions: 4.1.1
         Environment: IE 5, 6, 7, FF
            Reporter: Greg Woolsey
            Priority: Minor


The dynamically created "OK" button in the AlertDialog widget could use an ID.  That would make automated testing of client-side validation (especially custom validation using my hack to add additional conditions to the Dojo validation profile object)  possible.

Currently, no testing tools can record OK button clicks, or validate it's existence, because it has no ID.  Coordinate clicking or keyboard macros are needed instead, which are way too fragile.

A small thing, but it would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Resolved: (TAPESTRY-1157) Client side validation popup "OK" button needs ID for automated testing

Posted by "Jesse Kuhnert (JIRA)" <ta...@jakarta.apache.org>.
     [ http://issues.apache.org/jira/browse/TAPESTRY-1157?page=all ]

Jesse Kuhnert resolved TAPESTRY-1157.
-------------------------------------

    Fix Version/s: 4.1.1
       Resolution: Fixed

Now has id attribute of  "alertButton" . 

> Client side validation popup "OK" button needs ID for automated testing
> -----------------------------------------------------------------------
>
>                 Key: TAPESTRY-1157
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1157
>             Project: Tapestry
>          Issue Type: Improvement
>          Components: JavaScript
>    Affects Versions: 4.1.1
>         Environment: IE 5, 6, 7, FF
>            Reporter: Greg Woolsey
>            Priority: Minor
>             Fix For: 4.1.1
>
>
> The dynamically created "OK" button in the AlertDialog widget could use an ID.  That would make automated testing of client-side validation (especially custom validation using my hack to add additional conditions to the Dojo validation profile object)  possible.
> Currently, no testing tools can record OK button clicks, or validate it's existence, because it has no ID.  Coordinate clicking or keyboard macros are needed instead, which are way too fragile.
> A small thing, but it would be helpful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org