Skip to content

A Sample code to do functional testing using BDD (Cucumbercpp+Gherkin+Googletest)

Notifications You must be signed in to change notification settings

muralitharanperumal/TestBDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an experimental code on how to use cucumber-cpp+Gherkin BDD framework to do functional testing on C++ shared library

The C++ shared library and header files are copied into ${CWD}/lib/mycalc/.

This also uses googletest as test framework and automatically downloads and builds as part of build process.

To build the test:

./setup.sh

To run the test

cd build

./CalcTestSteps > /dev/null &

cd ..

cucumber

About

A Sample code to do functional testing using BDD (Cucumbercpp+Gherkin+Googletest)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published