Developers are constantly balancing demands to provide quality features of the highest standard at a fast pace. Every aspect of business now relies on software, which means developers are constantly working to write and produce the best software they can. Continuous Integration (CI) and Continuous Delivery (CD) help facilitate the creation of that software, but … continue reading
Selenic: of or relating to Selenium. That, in its most elemental definition, describes Parasoft’s new tool for UI testing. Called Selenic, the tool rounds out Parasoft’s test offerings, from unit testing to API testing up to the user interface. Selenic monitors Selenium tests, discovering errors in the user interface, making remediation recommendations into a developers’s … continue reading
We had a chance to talk unit testing with Eli Lopian, CEO of test company Typemock. Here are this thoughts on that and other matters: SD TIMES: Unit testing has been compared to going to the gym in the sense that everyone knows it’s good for them, but the time and effort to implement seem … continue reading
At JavaOne this week, a number of software tool providers announced and demonstrated updates to their offerings. Automated software testing solutions provider Parasoft demonstrated new features in an update to its Jtest tool. A next-generation Unit Test Assistant for Java is designed to help developers more efficiently write JUnit unit tests by guiding them through … continue reading
Since updates can be expensive for device manufacturers, Android is separating the vendor implementation from the core Android framework. This will allow platform and vendor components to be updated independently. First, Android needed to isolate the Hardware Abstraction Layer (HAL), which provides an interface between device-agnostic code and device-specific hardware implementations. According to Android, HALs … continue reading
The Eclipse Foundation has announced Eclipse Oxygen is now available. The Oxygen release includes 83 projects, 287 committers, and about 71 million lines of code. “We’re proud to announce the arrival of Eclipse Oxygen, the 12th annual simultaneous release from the Eclipse Community,” the foundation wrote. Most notably missing from this release is support for … continue reading
Techniques such as pair programming and peer code reviews, among others, can improve the quality of software, but defects will always slip through the cracks.The aim of QA is to help your development team move faster while delivering accurate, actionable test results, and ultimately ship a higher quality product more quickly. This is a guide … continue reading
Typemock’s Isolator++ solution is bringing unit testing to C/C++ programming languages. Isolator++ is one of the company’s unit testing solutions designed to enable developers to find and fix bugs. According to the company, over the past year interest in C++ unit testing has more than doubled with a substantial rise in Isolator++ users. “There was … continue reading
ActiveState wants to give developers more functionality and tools to make their lives easier, so the open-source language company updated its Komodo IDE v10.2 to integrate with Slack. The IDE also includes new support for languages and package managers. The last major update to Komodo IDE added more functionality for web developers, and when Komodo … continue reading
Microsoft has announced it is open-sourcing its unit test execution infrastructure: the VSTest platform. The framework is designed to run tests, collect diagnostic data, and report the results. It provides the ability to run different test frameworks, provides code coverage, includes test impact analysis, and more, according to Microsoft. In addition, it can parallelize across … continue reading
The complexity and lengthy process of unit testing is a bit of a challenge to some developers, which is why Typemock has launched Isolator v8 for .NET developers. It features an artificial intelligence bot that generates suggestions to test the validity of the code as it’s written. Typemock has focused on making companies and developers … continue reading
Testing, design, visibility and more are factors that go into changing the testing mindset at a company … continue reading