Home Tags Testing

Tag: testing

Testing RESTful Web Services with Postman

0
In today's tutorial, we are going to leverage Postman framework to successfully test RESTful Web Services. We will also discuss a simple JUnit test case,...

Android Application Testing: Getting Started

0
We will avoid introductions to Android and the Open Handset Alliance (http://www.openhandsetalliance.com) as they are covered in many books already and I am inclined...

Python Testing: Installing the Robot Framework

0
How to do it... Be sure to activate your virtualenv sandbox. Install by typing: easy_install robotframework. Using any type of window navigator, go to <virtualenv root>/build/robotframework/doc/quickstart and...

Python: Unit Testing with Doctest

0
What is Unit testing and what it is not? The title of this section, begs another question: "Why do I care?" One answer is that...