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
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
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
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 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
STATIC ANALYSIS: What is Static Analysis in Software Testing? What developers looks in Static Analysis in Software Testing? Which quality attributes are focus in Static … Read more
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
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
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
What is Software Design Process ? Software design process is a process to user requirements after analysis in suitable form so that a programmer can … Read more