Software Configuration Management
This tutorial will teach us about Software Configuration Management (SCM). SCM is a Software engineering discipline that manages software product changes using
Software Testing
This tutorial will teach us about Software Configuration Management (SCM). SCM is a Software engineering discipline that manages software product changes using
White box testing deals with the internal logic and structure of the source code. There are several White Box Testing Techniques. Some of them are as follows
User acceptance testing (UAT) is also called end-user testing. In this type of testing, the end-user or customer uses the application to find out if the software meets
In this tutorial, we will learn about the iterative software development model. The iterative development model is an iterative and incremental software development process.
CRM Software stands for Customer Relationship Management software. Let’s look at some Open Source CRM Software Applications in this article.
Overview CGI stands for Common Gateway Interface. CGI is the part of the Web server that can communicate with other programs running on the server. Using CGI, the server can invoke a program, while passing user-specific data to the program. User specified data supplied using HTML input form. The program then processes that data and […]