Object-Oriented Testing

Object-oriented testing (or OOT) is a collection of testing techniques to verify and validate object-oriented software.  As we all probably know, testing is a crucial part in the development of a project, and if we don’t do it effectively we will be left with a high chance of having a buggy code, or a non-optimizedContinue reading “Object-Oriented Testing”

Verification & Validation

Verification and Validation (or more commonly known as v&v) is the process of investigating if software satisfies specifications and standards, and also makes sure the software can complete the tasks it was intended to do. Although they come together, verification and validation are two very different things. Verification is the process of making sure theContinue reading “Verification & Validation”

From Classes to Code

Making diagrams while developing a project is really useful, it helps connect ideas, shows a clear way of the architecture or the behavior of the various systems and they will become kind of a guide at the moment of coding the project. But at te end of the day diagrams are just diagrams, a prettyContinue reading “From Classes to Code”

PHARO: SMALLTALK

Updated: 11/11/2019 This partial we started learning the language Smalltalk through Pharo virtual machine. One thing to understand about Smalltalk and pharo is that everything inside this virtual machine is an object, even simple numbers. Every object has its attributes and methods, Pharo already comes with lots of packages to start exploring, which can beContinue reading “PHARO: SMALLTALK”

Design a site like this with WordPress.com
Get started