White Box Testing in Software Engineering | Explained
As discussed in previous post Types Of Testing, there are 3 types of software testing and White Box testing is one of them. Now we will take a look closer…
Types of Software Testing | White, Black and Gray Box Testing
Today we are going to see Different Types of Software Testing methodologies. Testing is broadly classified into three types: White box testing Black box testing Gray box testing 1. White…
SDLC V Model Process | Advantages and Disadvantages |V Model Software Development and Testing
The V Model is an extension of Waterfall Model. In Waterfall model all the process we do in linear fashion, but in V-model after coding the process steps are bent upwards…
CRS and SRS documents | Difference Between SRS and CRS (BRS and FS)
There are two types of Specifications in any Software Company. They are: CRS or BRS SRS or FS : CRS is Customer Requirement Specification. It is also called BRS(Business Requirement…
Prototype Model in Software Engineering | Advantages and Disadvantages
In Prototype Model, first a Prototype is developed. Prototype can be a sample software or some Proof of Concept(POC). And then it is presented to the Customer. If customer accepts…
Different Types of SQL Statements in MySQL | SQL Commands
To Interact with Databases, we need some way of communication, which Database can understand. For this purpose we have some SQL Commands or Statements defined like Select, Create, Delete, Commmit…
Spiral Model in Software Engineering Advantages and Disadvantages
Spiral model: As in waterfall model requirement changes are not allowed they went for a new model called Spiral Model. When do we choose Spiral Model? We go for spiral…
Important Topics in SQL for Manual Testers
Below are the list of all the important topics that are important for a manual tester in SQL. And also they are very important for any level Manual Testing Job…
Waterfall Model in Software Engineering with Advantage and Disadvantage
There are different models of SDLC. We can also call them methodologies. Among them these are the methodologies which are most frequently used in software industry. The different models of…
Introduction to SQL using MYSQL | SQL Tutorials
SQl is the structured query language. It is one of the language used for accessing databases. A database is the collection of Tables. A table consists of rows and columns.…