
Try These Hacks to Speed Up Your Manual UI Tests
User interface testing, or UI testing, is an integral part of the software development process. While unit and integration tests ensure that things work on a code level, UI tests are the only way to ensure an optimal experience from the user standpoint. The only downside is that these tests can be time-consuming to create …
Continue reading “Try These Hacks to Speed Up Your Manual UI Tests”

Make the most of the C/C++ static analysis tools
Static code analysis is the process of detecting flaws in software’s source code. The static analysis tools are useful to detect common coding mistakes; here are some benefits from using them: Make the code source more readable and maintainable. Prevent unexpected behavior in execution. Optimize the execution. Make the code more secure. Many C/C++ static analysis …
Continue reading “Make the most of the C/C++ static analysis tools”

Explore a flexible C/C++ SonarQube plugin based on CppDepend.
Both CppDepend and SonarQube are static analyzers that offer a rule-based system to detect problems in C/C++ code. However, the CppDepend default Rules-Set has very few overlaps with the SonarQube rules. Basically, the SonarQube rules are good at analyzing what is happening inside a method, the code flow while the CppDepend code model, on which the …
Continue reading “Explore a flexible C/C++ SonarQube plugin based on CppDepend.”

SmartBear Named a Leader in the 2019 Gartner Magic Quadrant for Software Test Automation
SmartBear has been placed highest on the Ability to Execute axis in the 2019 Magic Quadrant for Software Test Automation. Topics covered in the report include: Emerging trends in DevOps, AI/ML for testing, Continuous Testing, Agile Development, and more Recommendations and key strategies for driving quality in modern software development Insights into ten vendors used …

How to Overcome Common Regression Testing Challenges
Many stakeholders see software development as a linear process — the software is written, tests are run, and the code is deployed. On the other hand, many developers know that seemingly benign changes to a piece of code can have a ripple effect across the application. Regression testing is the only reliable way to make …
Continue reading “How to Overcome Common Regression Testing Challenges”

Easiest Way to Automate API Testing Just Got Easier with Newest Version of SoapUI Pro
SmartBear Announces SoapUI Pro 2.4 with New Native Jenkins Plugin to Simplify CI/CD Integration and Enhanced API Discovery to Instantly Convert API Traffic to Automated API Tests.