I want to develop Test frame work, which will run the executable ( of the projects) and read the input and validate the value entered.
I was reading through gTest and Boost Test, from what I found is used to Module testing ( methods testing) . my purpose here is to System testing in which I have to run the executable and test the output entered. which I have to integrate into Jenkins eventually run as continuous Integration test model.
I would appreciate if anybody through light on this.
Thank you