Archive for 2014
Acceptance Tests using Cucumber

Most of the Systems are buggy due to lack of Acceptance tests, so in today's post I will try to walk you through a simple Cucumber based acceptance test for the following very common JIRA User story.
As a RM User of the System
I want to make sure that.
SphinxQL over JDBC

This is an extension of my earlier blog post about performing free text search with Sphinx (v2.1.6+).
This time we are going to access the index via JDBC as opposed to Sphinx API and perform some basic queries to fetch indexed data.
Add following.