Tag: <span>Cucumber</span>

BRM Server Component Testing

05/01/2020
Posted by
0

As discussed in our prior articles on BRM GUI testing and BRM API testing, there are a variety of operations and modules to cover when considering testing BRM products. In this post we will discuss in detail the various components of the BRM Server and how they are tested. The below figure showcases the different components in…

Read more

State of QA Testing 2017: Where Are We Now?

10/13/2017
Posted by
0

SmartBear’s 2017 State of QA Testing report contains responses from over 3,400 employees in the QA industry, including software developers, manual/automation tester, consultants, etc. As always, seeing these types of reports provides an enlightening look into the direction of the QA industry, and allows us to examine our own methodologies and approach to testing. Lets analyze…

Read more

Writing Cucumber Feature Files With Clarity

08/04/2016
Posted by
0

Developers of automation, and even technically oriented testers, have lost sight of the original intent of Cucumber; to support Behavior Driven Development (BDD) in its goal of reducing requirement ambiguity and the misunderstanding between software developers and those who order the software.  It was meant bridge the gap, while also making automation of the Feature files…

Read more

Simplifying Cross-Platform Cucumber Scenarios

08/01/2016
Posted by
0

Seamless automation of processes that involve more than one platform can present problems in Cucumber script readability and maintenance.  The scenarios can become complex and much too code-like for understanding from the business perspective.  Maintenance of existing scripts and creation of new scripts can become problematic because the ‘language’ represented by the step definition files…

Read more

Awetest 2.4 – Mobile Automation, APIs and More…

11/10/2014
Posted by
0

We’d like to share some of the updates on Awetest we’ve created to further support our customers’ cross-platform and mobile testing efforts. DevOps, along with Mobile, continue to remain one of the core areas of focus for the enterprise for 2015 and Awetest 2.4 has several new features and functionality to support the same.

Read more

A Trick for Data Driven Testing Using Cucumber

09/25/2014
Posted by
0

Now that you know the anatomy of a Data-Driven test, here’s a trick that simplifies the process of Data Driven testing using Cucumber. Cucumber inherently supports Data Driven testing by the use of the Scenario Outline and Examples section. It is with these keywords that Cucumber allows for easy Data Driven testing to be completed where no changes need to be made…

Read more

Types of Automation Frameworks

09/19/2014
Posted by
0

“Frameworks” is an overused, yet necessary, part of any successful automation effort. Automation has been around for a long time (Mercury Systems which is part of HP since 2005 was founded in 1980!) and many of the approaches are the same as they were back then, but the underlying technologies and tools have evolved. So today,…

Read more

Cucumber 101: How Does Cucumber Automated Testing Work ?

06/04/2014
Posted by
0

This uptick in Cucumber usage has been triggered by a variety of factors – increased Agile adoption, Cucumber’s easy to understand natural language syntax, support for TDD, BDD, etc. As the level of interest and Skepticism (The “This is too good to be true” crowd) rises, one of the many questions we’re constantly asked is “How does Cucumber Work”?

Read more