Below you will find a list of helpful links to help you along the way in terms of Quality Assurance for maintaining adequate testing of your product.
Tools & Services |
How ? |
Why ? |
Links |
---|---|---|---|
Jenkins CI |
Internal Server |
Continuous Integration for faster delivery from design/development to Live. |
|
Jira |
Agile Task Management |
Maintain deliverables. |
|
SoapUI |
Test Script creation |
Open source/Pro testing tool. |
|
Maven Repository |
Used in line with soapUI |
Test project execution. |
http://maven.apache.org/guides/introduction/introduction-to-repositories.html |
Tortoise SVN |
Server based management |
Apache sub version control. |
|
Test Driven Development |
Testing acceptance driven by business requirements and short delivery cycles |
Scripts are created by prior to development completion added to svn, shown in a jenkins CI build and once dev is complete and all acceptance criteria is met the build will show as green on the dashboard for confirmation of a successful design/dev build. |
|
Behaviour Driven Development |
Testing acceptance driven by the use of specialized software tools to support TDD |
Scripts are created by prior to development completion added to svn, shown in a jenkins CI build and once dev is complete and all acceptance criteria is met the build will show as green on the dashboard for confirmation of a successful design/dev build. |