Software Quality
- Concordion TutorialConcordion is a powerful tool, written in Java, that is used to write and manage automated acceptance tests. It is distributed under the Apache Software License. Its clean and simple concepts make it very easy to learn and use. Concordion can be used along with .NET, Python, Fantom, Scala, and Ruby
- Continuous Integration TutorialContinuous Integration is a development practice that calls upon development teams to ensure that a build and subsequent testing is conducted for every code change made to a software program. This concept was meant to remove the problem of finding the late occurrences of issues in the build lifecycl
- Cucumber TutorialCucumber is a testing tool that supports Behavior Driven Development (BDD) framework. It defines application behavior using simple English text, defined by a language called Gherkin.
- Cypress TutorialCypress is the open-source and free test automation tool. It can be used for front end and application programming interface (API) test automation. This tutorial shall provide you with thorough concepts on Cypress and its features.
- Database Testing TutorialDatabase testing includes performing data validity, data integrity testing, performance check related to database and testing of procedures, triggers and functions in the database. This is an introductory tutorial that explains all the fundamentals of Database testing.
- Espresso TestingLearn about Espresso Testing, an essential tool for Android UI testing, including setup, best practices, and examples.