As discussed in the article of Continuous Integration, we studied that daily build and deployment of software is a key practice in Agile teams which requires continuous integration of tools and builds automation tools. Here we will take a look at how build and distribution tools are used in Agile development. [Read more…] about What are Build and Distribution Tools in Agile software testing?
Test design tools
What is Test design tools in software testing?
Test design tools help to create test cases, or at least test inputs (which is part of a test case). If an automated oracle is available, then the tool can also make the expected result, so in point of fact it can generate test cases (rather than just test inputs). [Read more…] about What is Test design tools in software testing?