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

Use case diagram

What is Use Case Diagram? It is list of actions or events, shows interaction between an an actor (human or external system) and a system. … Read more

UML

What is UML ? Unified Modelling Language. UML used for visualizing, specifying, constructing,documenting of artifact of a software system. It is also used for modelling … Read more