Verification vs Validation

What is the main difference between Verification vs Validation? As discussed in our earlier article What is software testing?, in verification, testers ensure that the system meets the organization’s standards and processes, and answers the question “Did we build the...

Sanity Testing vs Smoke Testing

Sanity testing is a brief testing of major functionalities of software based on specifications, requirements, and features. It can be termed a subset of Regression testing, where a group of test cases related to the changes are executed to ensure that the updates or...

Best Software Testing Certifications Part 1 – CSTE

In the competitive world of IT, having a certification is very important as it demonstrates the level of knowledge and understanding of principles and practices. In Software industry, software testing plays an important role as they measure quality, verify and...

Best Software Testing Certifications Part 2 – ISEB/ISTQB

This is in continuation of our series of articles on Best Software testing certifications. In part1 we covered CSTE, in this part we will see the details on ISEB/ISTQB. What is International Software Testing Qualifications Board (ISEB/ISTQB) Software Testing...

What is Agile Testing?

Agile Testing has become a buzzword off late and you may hear it in different context when it comes to software development. There are different kinds of software development tools that different developers and software companies follow. One of the famous strategies...

What is SQL injection? How to prevent SQL Injection Attacks?

There are different methods and techniques that hackers would use to attack a database. One of the common security attacks is through SQL injection. This method is often used on websites by inserting SQL statements on one of the input boxes of a web form that would...