I'm trying to master shell scripting for testing APIs & Automation testing.
Do you have any suggestions on how to proceed?
Links to web sites, pdf's etc would be appreciated.
I'm trying to master shell scripting for testing APIs & Automation testing.
Do you have any suggestions on how to proceed?
Links to web sites, pdf's etc would be appreciated.
For web testing I have used Watir & for API testing xUnit (where x can be 'j', 'n' etc)
If you tell us which platform your are programming/testing then more specific answers should be forthcoming.
Edit: For mocking C++ there is googlemock library. It's easy to find others, search the web for "mock [language]" where [language] is C++, C, Python.