Manual Testing Tutorial for Beginners

What is Manual testing? Manual Testing is a type of Software Testing where Testers manually execute test cases without using any automation tools. Manual testing is the most primitive of all testing types and helps find bugs in the software system.  Any new application must be manually tested before its testing can be automated. Manual testing … Continue reading Manual Testing Tutorial for Beginners

STLC – Software Testing Life Cycle

Contrary to popular belief, Software Testing is not a just a single activity. What is Software Testing Life Cycle (STLC)? Software Testing Life Cycle (STLC) is defined as a sequence of activities conducted to perform Software Testing. It consists of series of activities carried out methodologically to help certify your software product. Diagram - Different … Continue reading STLC – Software Testing Life Cycle

What is V Model? Learn with a Case Study using SDLC & STLC

This tutorial explains in detail the Software/System Development Life Cycle (SDLC) like the Waterfall cycle & Iterative cycle like RAID & Agile. And further, it proceeds to explain the V-Model of testing and STLC (Software Test Life Cycle). Please be patient. The Video will load in some time. If you still face issue viewing video click here Suppose, you … Continue reading What is V Model? Learn with a Case Study using SDLC & STLC

7 Software Testing Principles: Learn with a Case Study

This tutorial introduces the seven basic principles of Software Testing every professional Software tester and QA professional should know. Please be patient. The Video will load in some time. If you still face issue viewing video click here Background It is important that you achieve an optimum test results while conducting software testing without deviating from … Continue reading 7 Software Testing Principles: Learn with a Case Study

What is Software Testing? Introduction, Basics & Importance

What is Software Testing? Software testing is an activity to check whether the actual results match the expected results and to ensure that the software system is Defect free. It involves execution of a software component or system component to evaluate one or more properties of interest. Software testing also helps to identify errors, gaps or missing … Continue reading What is Software Testing? Introduction, Basics & Importance

10 Most Common Web Security Vulnerabilities

OWASP or Open Web Security Project is a non-profit charitable organization focused on improving the security of software and web applications. The organization publishes a list of top web security vulnerabilities based on the data from various security organizations. The web security vulnerabilities are prioritized depending on exploitability, detectability and impact on software. Exploitability – … Continue reading 10 Most Common Web Security Vulnerabilities

Hacking Linux OS: Complete Tutorial with Ubuntu Example

Linux is the most widely used server operating system, especially for web servers. It is open source; this means anybody can have access to the source code. This makes it less secure compared to other operating systems as attackers can study the source code to find vulnerabilities. Linux Hacking is about exploiting these vulnerabilities to gain unauthorized access … Continue reading Hacking Linux OS: Complete Tutorial with Ubuntu Example

SQL Injection Tutorial: Learn with Example

Data is one of the most vital components of information systems. Database powered web applications are used by the organization to get data from customers. SQL is the acronym for Structured Query Language. It is used to retrieve and manipulate data in the database. What is a SQL Injection? SQL Injection is an attack that poisons dynamic … Continue reading SQL Injection Tutorial: Learn with Example

How to Hack a Website: Online Example

More people have access to the internet than ever before. This has prompted many organizations to develop web-based applications that users can use online to interact with the organization. Poorly written code for web applications can be exploited to gain unauthorized access to sensitive data and web servers. In this article, we will introduce you … Continue reading How to Hack a Website: Online Example

How to Hack a Web Server

Customers usually turn to the internet to get information and buy products and services. Towards that end, most organizations have websites.Most websites store valuable information such as credit card numbers, email address and passwords, etc. This has made them targets to attackers. Defaced websites can also be used to communicate religious or political ideologies etc. … Continue reading How to Hack a Web Server