The latest News and Information on Software Testing and related technologies.
Everywhere you look on social media its DevOps, Agile Methodologies, Continuous Integration, Continuous Delivery. You could be forgiven for believing that most organisations and programmes follow these principles. This is not true. Many companies use a Waterfall model which is also known as a linear-sequential life cycle model. In a waterfall model, each phase must be completed before the next phase can begin and there is no overlapping in the phases.
Enterprises rely heavily on SAP systems to drive business processes, manage operations, and make critical decisions in today’s digital landscape. However, ensuring these SAP systems’ robustness, reliability, and efficiency is no easy task. This is where the partnership between Cigniti and Tricentis shines, delivering SAP testing solutions that pave the way for unparalleled success.
Oracle Cloud’s quarterly updates require day-one testing on staging environments to keep up with the update’s general availability, which is critical to your business’ success. Tricentis Tosca provides fast, resilient, and risk-based testing to ensure your critical end-to-end business processes will continue to work as expected after Oracle Cloud updates go live.
Exploratory testing has become a more common topic amongst testers. Exploratory testing provides valuable quality related insights that otherwise would escape unnoticed. Unfortunately there’s still a long way to go until everyone can unlock the full potential exploratory testing. Not everyone has heard about it, not everyone understands exactly what it is, not everyone has taken the most out of it.
Exploratory Testing is an unscripted, manual software testing type where testers examine the system with no pre-established test cases and no previous exposure to the system. Instead of following a strict test plan, they jump straight to testing and make spontaneous decisions about what to test on the fly.
BDD testing is an Agile approach to software testing where testers write test cases in simple language that even people without technical expertise can understand. The goal of BDD testing is to increase collaboration between the technical side and the business side. The Gherkin language is a unique business-readable language used to describe system behaviors and scenarios. It is structured by 3 primary statements: Given - When - Then, with each statement describing a specific aspect of the system.