Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dawid 26 posts 136 karma points c-trib
    Aug 30, 2016 @ 11:36
    Dawid
    0

    Umbraco BackOffice Functional Tests with Selenium

    Hi,

    I'm trying to write some End to End tests, a.k.a. Functional Tests. Tests are written based on Selenium and OpenQA.

    For custom part of the project, some custom css class mark all needed elements in the code. This allows to easily select DOM elements and perform clicks and text input.

    Some of the test scenarios includes something to be done in the BackOffice, that has some custom functionality.

    But writing css selectors for Umbraco BackOffice is not an easy task. Selectors looks ugly and are very hard to maintain. Also they are very likely to change in the future and those changes will break the tests.

    My question : Is there a good way to write a Functional Tests for Backoffice using Selenium? Maybe I should use some javascript ? Thanks for any help.

Please Sign in or register to post replies

Write your reply to:

Draft