Skip to main content

Posts

Showing posts from May, 2022

Agile Team management in DevOps

Manifesto for Agile Software Development: Individuals and interactions over processes and tools Working software over comprehensive documentation Customer collaboration over contract negotiation Responding to change over following a plan.

Testing

We can describe the relationship between test suites and test cases straightforward: A test suite is a collection of test cases. What is a test case? Think of a test case as the smallest unit in the hierarchy of a testing approach. A test case has a sequence of steps that need to be carried out during the test execution. The test case also needs to contain some verification in which the expected outcome is compared to the actual result. The result of that comparison is what will tell you whether the test has passed or not.