Devising a test strategy

Posted by Simon Callan on Stack Overflow See other posts from Stack Overflow or by Simon Callan
Published on 2010-03-17T21:15:52Z Indexed on 2010/03/17 21:21 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

As part of a new job, I have to devise and implement a complete test strategy for the companies new product. So far, all I really know about it is that it is written in C++, uses an SQL database and has a web API which is used by a browser client written using GWT.

As far as I know, there isn't much of an existing strategy, except for using Python scripts to test the web API.

I need to develop and implement a suitable strategy for unit, system, regression and release testing, preferably a fully automated one.
I'm looking for good references for :

  1. Devising the complete test strategy.
  2. Testing the web API.
  3. Testing the GWT based application.
  4. Unit testing C++ code.

In addition, any suitable tools would be appreciate

© Stack Overflow or respective owner

Related posts about testing

Related posts about gwt