This is a very very interesting topic about web desgn and the large amount of possibilities we have writing once for all the HTML source code and using it on desktop and mobile devices. We can work less and have more! This is the aim and the management of our apps and websites will be more homogeneous and... happy! But... [...]
Read MoreThe code we cannot test it's bad! How we can turn legacy code into clean code? Legacy code can be very hard to update and maintain and It can cause many problems, even between people. I've had a very bad experience working on code without any point of reference and documentation. The larger are the amount of legacy code,... [...]
Read MoreHere we are with a list of the most popular test and browser automation tools. The testing discipline is very complex and the tester is responsible even for the tools he's choosing to do his job. I hope the following links will be helpful for all beginner testers.Browser automationSelenium tools: RC, Server, Grid,... [...]
Read MoreModules are the most exciting news on ZF2. All files seem to be organized and the core structure on your application is more clear.Unit Test on the Skeleton ApplicationFirst of all download and install the skeleton application using composer or download the zip file. There are some different way to download Zend2 + Skele... [...]
Read MoreTo work with PHPUnit without autocomplete is almost impossible and sometimes PHPStorm doesn't show it. We must ensure we have enabled the IDE to see where PHPUnit is installed. I use the phar file. Since when they have removed the PEAR installation, we have to install PHPUnit with the phar file. So download the phar fi... [...]
Read MoreAgile testing is a testing approach that is designed to be flexible and adaptable, and is often used in conjunction with agile software development methodologies such as Scrum and Extreme Programming (XP).In the context of agile testing, the first quadrant refers to the tests that are performed at the beginning of the develo... [...]
Read MoreUsing a web debuggers or proxy can be very useful to analyze the traffic of your website, show the performances of your web pages and try to improve both performances and security. Here we see what we can do.Popular Web debuggersFiddlerBurp Suite by PortSwiggerCharles web debugger proxyImproving ... [...]
Read MoreWorking on legacy code sucks. I easily lose control of my own code and I have no perception about where the entire project is going! If I work in a team, you can imagine is much worst! Testing ensures the project and the developers to have exactly what we want and the results we expect.But... we don't write tests... [...]
Read More