You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Erwan de FERRIERES (JIRA)" <ji...@apache.org> on 2010/02/02 10:10:19 UTC

[jira] Created: (OFBIZ-3438) Migrate from DefaultSelenium to HttpCommandProcessor

Migrate from DefaultSelenium to HttpCommandProcessor
----------------------------------------------------

                 Key: OFBIZ-3438
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3438
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL APPLICATIONS
    Affects Versions: SVN trunk
            Reporter: Erwan de FERRIERES
            Priority: Minor
             Fix For: SVN trunk
         Attachments: OFBIZ-3438.patch

seleniumXml is using the DefaultSelenium class. This class always returns void, and then logging on it is not possible. The HttpCommandProcessor is used to send and receive information from the selenium server via HTTP requests, and returns a OK or ERROR message as a result. Therefore, logging can be enabled, and screenshots can be triggered when an error occurs.
I've started the migration, but I'm running out of time at the moment.
The attached patch has the modification I have already done, and test are launched via the selenium dedicated page (https://localhost:8443/webtools/control/selenium), and running the commeventopportunity_testsuite, which contains an error

This JIRA is intended to be used by anyone who wants to improve the seleniumXML logging usage, and any contribution would be really appreciated!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-3438) Migrate from DefaultSelenium to HttpCommandProcessor

Posted by "Erwan de FERRIERES (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3438:
--------------------------------------

    Attachment: OFBIZ-3438.patch

> Migrate from DefaultSelenium to HttpCommandProcessor
> ----------------------------------------------------
>
>                 Key: OFBIZ-3438
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3438
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL APPLICATIONS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Priority: Minor
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3438.patch
>
>
> seleniumXml is using the DefaultSelenium class. This class always returns void, and then logging on it is not possible. The HttpCommandProcessor is used to send and receive information from the selenium server via HTTP requests, and returns a OK or ERROR message as a result. Therefore, logging can be enabled, and screenshots can be triggered when an error occurs.
> I've started the migration, but I'm running out of time at the moment.
> The attached patch has the modification I have already done, and test are launched via the selenium dedicated page (https://localhost:8443/webtools/control/selenium), and running the commeventopportunity_testsuite, which contains an error
> This JIRA is intended to be used by anyone who wants to improve the seleniumXML logging usage, and any contribution would be really appreciated!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.