0

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.

3
  • Which API are you attempting to automate the testing of? Language, platform etc? Commented Feb 3, 2011 at 22:28
  • I was in general asking about API's written in languages like C, C++ and Python. How do you mock the API functionality ? Commented Feb 3, 2011 at 22:30
  • I've updated my answer regarding your comment on mocking. Commented Feb 3, 2011 at 23:29

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

2 Comments

I just confined myself to API and Automation testing, i Have edited my question.
@coolrockers2007: sorry, was editing your question when you changed it; have tried to correct.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.