Сообщения

How to install maven

Изображение
I found than our junior colleagues can't install environment on the test machine, maven, java etc. So, i decided write a few messages about installation procedure these tools MAVEN Maven , a  Yiddish word  meaning  accumulator of knowledge , was originally started as an attempt to simplify the build processes in the Jakarta Turbine project. There were several projects each with their own Ant build files that were all slightly different and JARs were checked into CVS. We wanted a standard way to build the projects, a clear definition of what the project consisted of, an easy way to publish project information and a way to share JARs across several projects. The result is a tool that can now be used for building and managing any Java-based project. We hope that we have created something that will make the day-to-day work of Java developers easier and generally help with the comprehension of any Java-based project. Maven's Objectives Maven's primary goal is to a

The 9 Principles of Agile Testing

Изображение
Agile testing is a software testing practice that follows the principles of agile software development . You can use that 9 principles like a checklist if  the question you would like to ask yourself: "How Is Agile Testing work?" 1. Shifting focus From being the last in line of defense in traditional projects with Agile QA provides information, feedback and visibility on an ongoing basis about how well the emerging product meets the business needs. The adverse relationship between testers and developers must be replaced with a Spirit of collaboration. 2 .Testing is not just a phase Development and test should be integrated. Continues testing is the only way to ensure continuous progress. 3. Tested is part of DONE Out of Agile, it is typical to say that a feature is DONE after the implementation is done by the developers. According to Agile a feature is DONE when it is implemented and tested. 4. Everybody tests, not just the designated testers If the dev