Enlist some pros and cons of Serenity bdd?

melike ateş karayol
melike ateş karayol

Posted On: Apr 03, 2020

 

Pros of Serenity BDD,

  • Create documentation quickly and easily after tests
  • It provides a good collaboration between business users, developers, and testers.
  • It uses Domain-Specific Language (DSL)
  • BDD lets you define specifications and accept tests in manageable units
  • It encourages the production of working features as soon as possible
  • It gives you the ability to target test runs on specific functional areas

Cons of Serenity BDD,

  • It takes time to create and maintain feature files
  • You need to have a good amount of communication for writing feature files
  • The BDD documents should be maintained
  • Writing automation code needs more time

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Serenity framework Interview Questions

    What is Serenity Java?

    Serenity is a Java-based library for test automation. It also wraps and extends WebDriver and JUnit functionality. It is an open-source modular framework that wraps around BDD style tools like Cucumbe...

    Serenity framework Interview Questions

    Explain Serenity in selenium?

    Serenity is an open-source library that lets you write cleaner and maintainable tests faster. It provides support for automated web tests using Selenium2. It helps you produce narrative reports about ...

    Serenity framework Interview Questions

    List some prerequisites for installing Serenity?

    The prerequisite for installing Serenity is,Java SDK (Software Development Kit) Eclipse IDE Selenium Driver files ...