I'm looking to implement automatic testing framework and am looking to use cucumber studio as my testing tool .
Planning to write my first test case (absolute newbie) to connect to DB and retrieve a simple table count example :
select count(*) from saix_schema.saix_account;
And check weather it is 100 or not and store the result in the DB itself by creating a table and store the result as to pass/fail
Thank you Saix