Blogs

Behavior-Driven Development (BDD)
BDD stands for Behavior-driven development and is based on TDD (Test Driven Development) where we write test cases first and[...]
Storing code using Git in Github or Bit Bucket
GitHub and BitBucket are the two most famous places to store your code. Both these provides us public as well[...]
Steps for building a strong CV for QA profile
The challenge of life, I have found, is to build a resume that doesn't simply tell a story about what[...]
Continuous Integration, Delivery and Deployment
In the old way of software delivery, most of the time is spent in software development, the whole application is delivered[...]
Resume writing tips
Are you looking forward to writing a professional resume that can surely impress your employer? Well, you definitely can write[...]
Exception Handling in JAVA
What is an Exception? An exception is some unwanted event which occurs during the execution of a program or code;[...]
Best Automation Testing Tools in 2016
Nowadays, automated software testing is one of the most important things for software projects especially if you want to verify[...]