As part of the new work, I must develop and implement a complete testing strategy for a new company product. So far, all I really know about this is that it is written in C ++, uses a SQL database and has a web API that is used by a browser client written using GWT.
As far as I know, the strategy of the existing strategy does not exist, except for using Python scripts to test the web API.
I need to develop and implement a suitable strategy for testing units, systems, regression and production, preferably fully automated.
I am looking for good links for:
- Develop a complete testing strategy.
- Web API Testing.
- Testing applications based on GWT.
- C ++ code testing module.
In addition, any suitable tools will be appreciated.
source share