Systems | Development | Analytics | API | Testing

July 2024

The Do's and Don'ts of Regression Testing

The modern-day SDLC methodologies such as agile, CI/CD, and DevOps are flexible enough to incorporate change requests in each sprint, which increases the probability of introducing errors in existing functionality. This makes validating existing functionality, detecting newly introduced bugs, and resolving them mandatory in each build release. Whether manual or automated, such software testing is widespread and referred to as regression testing.

Understanding the Differences: Smoke Testing vs Functional Testing

Quality and functionality are critical factors in software development. This is where testing methodologies like smoke testing and functional testing come into play. Smoke testing is a high-level, preliminary testing process to ensure that a software program’s most critical functions are working correctly. In contrast, functional testing is a more detailed and thorough testing process.

Transforming QA Into a Strategic Value Added Initiative

Quality assurance (QA) activities are often seen as a necessary yet time-consuming and expensive process. This outlook can often limit the potential and impact of good QA. In reality, QA is not just about finding and fixing bugs; it’s a strategic value-add that can drive innovation, improve product stickiness, accelerate time-to-market, and enhance overall product quality. Yet, finding the balance between a necessary task and strategic impact can be challenging for many organizations.

Interview With Telecoms Software Engineer, Shaman Bhat

In this latest entry of our captivating interview series that focuses on major players in the global tech arena, we welcome Software Engineer Shaman Bhat. We will explore his career development, provide tips for aspiring software engineers, and discuss the key lessons he has learned in his software engineering journey.

How to Fix The IllegalStateException in Java

An IllegalStateException is a runtime exception in Java that is thrown to indicate that a method has been invoked at an illegal or inappropriate time. To use an analogy, invoking a method in Java when the system is not in the appropriate state is like trying to start a car while it is in "Drive". Just as the car will not start because it is unsafe, a method call results in an IllegalStateException when the internal conditions necessary for its execution are not met.

What is the Future of Apache Spark in Big Data Analytics?

Started in 2009 as a research project at UC Berkeley, Apache Spark transformed how data scientists and engineers work with large data sets, empowering countless organizations to accelerate time-to-value for their analytics activities. Apache Spark is now the most popular engine for distributed data processing at scale, with thousands of companies (including 80% of the Fortune 500) using Spark to support their big data analytics initiatives.

Manual Testing vs Automation Testing: get the best of both worlds

A balanced combination of manual and automated testing is the way to go if you want to achieve higher test coverage and efficiency. They cover for each other. Manual testing is easy to learn and do, but it is highly likely to create inconsistent test results, and sometimes it takes a lot of time and effort. On the other hand, automation testing requires a lot of technical expertise to create and maintain scripts, but it checks bugs much faster with higher consistency.

Pioneering the Future: Generative AI's Impact on Medical Devices

According to the World Health Organization (WHO), Up to 50% of medical errors in primary care stem from administrative issues. There is a projected shortfall of 10 million health workers by 2030. Given the statistics highlighting device errors and a shortage of maintenance professionals exacerbate healthcare challenges, Generative AI in medical devices offers diversified solutions.

Best Practices to Use Swift For Backend

In the last article, we gave a general introduction to using Swift for backend development. We discussed its advantages: its robustness, stability and, above all, its simplicity. Now we’re going to drill a little deeper, and provide some best practices that will help you in your day-to-day work. Our work today will focus on Vapor, an open-source web framework that provides a robust foundation for websites, APIs and Cloud projects.

The 8 Best API Documentation Tools In 2024

An API allows communication between different systems, and like any other software, it requires clear instructions so developers can use them effectively. Clear and comprehensive API documentation helps developers understand how to use APIs in their applications. API documentation tools simplify creating detailed reference docs, tutorials, and API documentation. These tools assist in documenting REST, SOAP, or GraphQL APIs effectively. They produce comprehensive API docs that support developers.

What are Database APIs? Why and How are they Used?

Modern applications store a lot of data, yet databases continue to be the primary source of data that these applications need to function. This is where database APIs come in, making it easier for applications and services to retrieve and manipulate data. A database API’s biggest advantage is that it eliminates database operations’ dependence on proprietary methods and provides a unified interface, streamlining data operations. Here’s everything you need to know about database APIs.