Articles by Team EasyExamNotes

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

Class diagram

What is Class diagram ? It illustrate the relationship between classes in the system. It is the basic building block of the object oriented system. … Read more

Activity Diagram

What is Activity Diagram ? Activity diagrams are graphical representation of workflow of stepwise activities. It is similar to flowchart. It shows dynamic view of … Read more