A lot of methodologies are used in software development but one of that I really use in my work and sometimes in the school is the Test Driven development, and one great thing that this semester happened to my is met to Kent Beck the creator of this test. So let me pass some of …
Category Archives: Review Code
Testing in OO
One of today’s topic is object-oriented testing. Testing OO is a group of techniques to verify and validate object-oriented software. Testing is one of the last steps of the software development cycle. Then, in each system it should be accurate to solve all the possible mistakes made. This part is very important because you can …
Verification and Validation
Today I am going to talk about two concepts that sound very similar but are totally different. Every single project involves a series of methodologies that result in the solution for problem. I talked on past post about the process of developing software and I include some advises that can be helpful to you. Also …
Code Revision
Sometimes we only take a look to the problem or to the system and we want to start programming right away, so we have a lot of problems later programming and debugging our code because we do not have like a process to review our code to the right way so this blog it’s about …