Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

Functional testing in Parasoft

ryszard
ryszard Posts: 1

Hello Everyone,

I would like to test in Parasoft the whole functionality - not the single file but e.g. 2 or 3 files working together as a black box (these files exchange data using some internal c interfaces). Of course I will provide some inputs using stubs and check the outputs on the other side but I don't want to test each file independently but check the whole logic as a black box and test some functional scenarios for the whole composition.

It seems that CPPTEST_CONTEXT macro allows only to provide one file as source context.
Is it possible to test it as a whole or I need to test each file separately?

Thank you for any advice!