[jira] Created: (OFBIZ-3296) seleniumXML improvement and corrections

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
seleniumXML improvement and corrections
---------------------------------------

                 Key: OFBIZ-3296
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL COMPONENTS
            Reporter: Erwan de FERRIERES


corrected the XML tests
added new functions in selenium for better conversion from selenese and use with the XML tests :
* echo
* verifyTextPresent
* verifyTextNotPresent
* assertTitle
* assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3296:
--------------------------------------

        Fix Version/s: SVN trunk
    Affects Version/s: SVN trunk

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Erwan de FERRIERES updated OFBIZ-3296:
--------------------------------------

    Attachment: OFBIZ-3296.diff

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785446#action_12785446 ]

Jacques Le Roux commented on OFBIZ-3296:
----------------------------------------

Hi Erwan,

Reviewing your patch I found these lines
-  <!-- click locator="link=Last" />
-  <waitForPageToLoad value="10000" / -->
   <getHtmlSource out="searchResults"/>
-  <!--  assertContains src="${searchResults}" test="${exampleName}" / -->

As I have not yet used seleniumXML , could you explain please why you removed these lines (and some others related)

Thanks

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785471#action_12785471 ]

Erwan de FERRIERES commented on OFBIZ-3296:
-------------------------------------------

Hi Jacques,

those are just comments in code, and are not used by seleniumXml.
* waitForPageToLoad : just wait the page to load before any other action (time in ms)
* click : make a click on an element
* assertContains : assert an element contains some code.

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785564#action_12785564 ]

Jacques Le Roux commented on OFBIZ-3296:
----------------------------------------

Thanks Erwan,

So you confirm these comments are not of any interest anymore ?

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12785795#action_12785795 ]

Erwan de FERRIERES commented on OFBIZ-3296:
-------------------------------------------

yes !

> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-3296) seleniumXML improvement and corrections

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-3296.
----------------------------------

    Resolution: Fixed
      Assignee: Jacques Le Roux

Thanks Erwan,

Your patch is in trunk at r887126  


> seleniumXML improvement and corrections
> ---------------------------------------
>
>                 Key: OFBIZ-3296
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3296
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: ALL COMPONENTS
>    Affects Versions: SVN trunk
>            Reporter: Erwan de FERRIERES
>            Assignee: Jacques Le Roux
>             Fix For: SVN trunk
>
>         Attachments: OFBIZ-3296.diff
>
>
> corrected the XML tests
> added new functions in selenium for better conversion from selenese and use with the XML tests :
> * echo
> * verifyTextPresent
> * verifyTextNotPresent
> * assertTitle
> * assertConfirmation

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