Related Content
Sealed Classes in Java 17 Sealed classes are classes that permit only specific classes to extend them, as a result limiting extensibility. Sealed classes provide several benefits such as: additional modularization, could be used to develop internal classes, could be used to develop proprietary software. |
||
New JVM Features in JDK 11 Java SE 11 is a recent LTS (Long Term Support) version of Java. Java 11 has introduced several other (non-language features), some of which we’ll discuss in this article. |
||
And Now a Word from (One of) Your Customers… A plea to software product owners to avoid adding buggy features or making capricious changes to your GUI. Quality matters, remember? |
||
Five QA Must-Haves for Successful Software Project Implementation A high-quality product is key to enhancing customer satisfaction. But to ensure outstanding solution quality, you’ll need a coherent QA strategy that will regulate key QA procedures. |
||
5G Network Quality Assurance and Testing In the coming months, wireless service providers are going to invest and expand their footprint on 5G, making QA and testing the key player for customer satisfaction, competitive advantage, and market sustainability. |
||
Are You Testing The Quality Into Your Software? The test team shouldn’t have the onus to improve the software quality, rather the quality should already be built into the software. A few subtle indicators can reveal if the quality isn’t being built into the software. |
||
Requirements Discipline: Avoiding “Death by a Thousand Paper Cuts" Absent an effective requirements baseline it is difficult to distinguish clarifications and error correction from enhancements and changes to the original ask. |
||
A Culture of Criticism in Software Companies Author Qaiser Munir outlines his experience with the culture of blame in software development toward those considered to be responsible for "quality". |