API Testing : Why to write Test Cases and use Automated Testing Tools?

This entry is part 1 of 3 in the series API Testing

This entry is part 1 of 3 in the series API TestingWhy to write Test Cases and use Automated Testing Tools? Books written by some leading programmers often told us the importance of TDD (Test Driven Development) and BDD(Behaviour Driven Development) or they emphasize on at least writing Test Cases and doing Automated Testing. So … Read more

API Testing: Selecting Testing Framework ( PHP Unit vs Codeception vs Behat )

This entry is part 2 of 3 in the series API Testing

This entry is part 2 of 3 in the series API TestingIn previous article of this series, we discussed that why you should use automated testing, specially if you are writing APIs.  So now it is time for selecting right tools for doing our API testing. Available Testing Framework: As there are application development frameworks … Read more

API Testing: Installing and Using Codeception

This entry is part 3 of 3 in the series API Testing

This entry is part 3 of 3 in the series API TestingIn this post, we will have a look on how we can use Codeception for API testing. First we need to install codeception. Installation: Here is Codeception’s quick start guide that show multiple ways to install codeception. Here we will be installing through Composer, … Read more