Articles by Team EasyExamNotes

Linux origins

Linux was started in 1990. Linux was developed by Finnish student Linus Torvalds as his project (Free operatingsystem Kernel). Linus Torvalds released the first version … Read more

Version Control

What is a Version ? A version is a collection of software configuration items. Each software version is different from previous one in some aspects. … Read more

Change Management

What is Change Management ? Change management refers to  managing changes to artifacts, such as code changes or documentation changes. Change management means to control, … Read more

Testing Methods

Static testingDynamic testingBlack Box testingWhite box testingVisual (GUI) testing Static Testing: Testing of the software when its not executing. Its start before software runtime. Its … Read more

Test Oracles

An Oracle is a mechanism to determine whether the program passed or fail a test. A test oracle is a source of expected results for … Read more

Code inspection

What is the Code Inspection in Software Testing: It is the most formal type of review. It is a type of Static testing. Its main … Read more

Software testing

Software testing is a process of executing a program or application with the intent of finding the software bugs. It is the process used to … Read more