Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
Software Testing Types, Methodologies and Types of Software Bug
A. Software testing Methods
Software testing methods are the methodologies that describe the ways in which we can test a particular software product in order to check whether the software is developed in a correct manner to fulfil the function...
Defect Logging & Tracking for Software Project in Bug Life Cycle
Defect Logging
It simply means a method of finding bugs in the application which is under test. In a software project , once a module is completed by a developer they first do unit testing and then they pass it on to the Qa te...
Sample Traceability Matrix
Traceability Matrix
A traceability matrix is a documented report from the requirements database or repository. It contains all information requirements which determine the associated information to be stored with the requirements. We can use ...
The relation between Quality Analyst and Tester
Today I will explain you about QA and Tester, and what is the basic differences between us.
Quality Analyst: Who analyses the quality of the product is known as Quality Analyst. The role of QA is bug prevention. QA must have the knowledge of a...
Importance of documentation in the testing cycle
The testing which can be performed in a document is known as Documentation testing and is part of non-functional software testing.
Documentation plays very important
role in the success of Software. If
you have proper documentation of
yo...
SDLC Models
SDLC Models: The full form of SDLC is Software Development Life Cycle.
SDLC process is used by Programmer or Developers the most but Tester also follow the rule for testing the applications.
In IT company there are many SDLC model, but we ca...
Bucket testing
Bucket testing is a technique to identify the impact of New product design or in other words we can say New UI on a website benchmark.
In Bucket testing two different versions of single or set of webpages are run. The motive is to find out dif...
Test procedures before releasing the software
We follow few steps before giving release of the application:
1. Test Strategy:
A Test Strategy document is a high level document which are prepared by a Test Lead or project manager. This document can be explain about Software Testing Approa...
Functional Testing
Functional Testing:
Functional testing is mainly used to verify that a S/W application validate and functions perfectly corresponding to design specifications.Functional testing is used to check the application functions menu functions, text i...
Usability Testing Technique
Usability testing is a Black box testing technique and is reveals whether users feel convenient to use the application or Web site according to different parameters:
The Flow
Navigation
Layout
Speed
Content
S...
Positive testing V/s Negative testing
Positive testing and Negative testing: The application tested from positive attitude than it become positive testing in another way the testing with negative attitude than it becomes negative testing.
Example of positive testing is given b...
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Partitioning are test case design strategies used in Black box testing
1) Boundary Value Analysis:- It is a technique for Test Date selection. This technique is used to find errors at extreme points ...
Myths of software testing
Here are some myths about software testing.
testing is an expensive process - this is not true if we give more priority to early testing then automatically we do not have to bare more cost on maintenance or correction.
finding bug is the ...
SQL Queries Used in DATA VALIDATION
SQL means Structured Query Language and it is a standard language which is used for storing and manipulating the data in databases. In this tutorial we will learn some of the basic SQL queries used in data validation.
Table...
ETL TESTING
We all know that systems are moving from legacy to new technology, and ETL is one of the common technique used to help this transformation. we can consolidate the scattered data for any organization while working with different data format and so...
Smart ways of testing
below are few techniques
Equivalence partitioning:
Dividing the data into a range of values and selecting one input data value from each range is called Equivalence Partitioning. This is a black box test designing technique used to calculate...
Manual Testing and Stages of Manual Testing
Manual testing The process carried out to test the software defects manually without using any automated tool or script is know as manual testing. In such testing tester plays a role of end an user and test the software application by using ...
Software Verification and Validation
Software Verification and Validation
Verification
Verification is the process which makes sure that the software product is developed in the right way. It is a disciplined approach to evaluate whether a software product fulfills the require...
What you need to know to start Testing career ?
Before starting career as a tester, I think we should at least know the answers of the following.
Do you really want to make career as Tester?
What is testing?
Why we do testing?
What are the different types of testing?
What are differen...
Technical Terms Used in Testing
Following are some of the technical terms used in Testing:
Acceptance Testing: Acceptance testing is a testing which is done to check whether or not the requirement of the specification are fulfill or not.
Alpha Testing: It is one of the mo...