Quantcast
Channel: froglogic
Viewing all articles
Browse latest Browse all 398

Squish tip of the week: How to automate your BDD test scenarios

$
0
0

Did you know that you can automate your existing BDD test scenarios using Squish 6.0?

Have any existing scenarios in Gherkin? If not, no worries, creating them is as easy as writing in your native language.

Automate your BDD scenarios in 3 easy steps:
  1. Copy and paste (or write) the Gherkin scenario in a Squish BDD Test Case
    Feature: Valid conversion
    
        Scenario Outline: Convert meter in centimeter
            Given the Unit Converter is running
            When I enter 378.9
            And choose to convert from Meters
            And choose to convert to Centimeters
            And click Convert
            Then 37890 should be displayed in the result field
    
  2. Click Record
  3. Follow the Control Bar as it walks you through recording each step in the scenario

    click to zoom

That’s it! Your BDD scenario is automated. Just click Run to play it back!

Watch this 10 minute video to learn more

Or request an evaluation of Squish 6.0 Beta, and follow the online tutorials:

BDD tutorials by Squish Edition

  1. Select your Squish edition-specific tutorial (i.e. Qt, Android, Java, etc.) from this list of tutorials
  2. Click Tutorial: Designing Behavior Driven Development (BDD) Tests

Don’t forget to sign up for our upcoming webinars:





Viewing all articles
Browse latest Browse all 398

Trending Articles