Django Getting Started

This is my reference notes python -m django –version django-admin startproject mysite python manage.py runserver Project Apps -Views – Controller – Model Validation on the server side -Templates – Views (Models Validation on the Client Side)...

Assertible API testing demo

This post is for beginners to show how to do API testing using Assertible. It is a wonderful tool that helps QA engineers to write test methods for API with almost no coding. The status reporting of tests, integration with email, slack and source control systems to...

DevExpress XPO Review

Ask any technical architect whether they have given their team the following requirement for Data Access Layer, the answer will be resounding yes. The data access layer must be database agnostic and it should work with any database just by changing connection string....

Runscope tutorial for beginners

This is a beginners tutorial for Runscope. Runscope is a tool used to test APIs. Please signup for a trial account in Runscope.com. The APIs shown in this video are from World Bank. The API method that is used for testing is given here. I apologize for the background...