Systems | Development | Analytics | API | Testing

%term

Using GraphQL API in Android

Since it was created by Facebook in 2012 and made publicly available in 2015, GarphQL has changed everything about how we fetch data from servers for our front-end apps. Most front-end clients typically use REST APIs to retrieve data from the server, this includes mobile apps for platforms like Android, iOS, and Flutter, as well as JavaScript frameworks like React, Angular, Vue, and Next. A huge advantage of GraphQL is that it enables front-end clients to request only the API they require.

insightsoftware Named Overall Leader in Business Intelligence in Dresner Advisory Services' 2024 Industry Excellence Awards

Company’s Business Intelligence and Enterprise Performance Management solutions receive recognition; 100% of surveyed customers said they would recommend insightsoftware RALEIGH, N.C. – August 9, 2024 – insightsoftware, a global provider of comprehensive solutions for finance, accounting, and operations teams, announced it earned two Industry Excellence Awards from Dresner Advisory Services.

Top 10 Software Testing Tools To Build Quality Software in 2024

Testing tools in AI and data automation have evolved to offer sophisticated features that ensure the quality of the end product and reduce its time to market. With reports suggesting 50% of manual testing being replaced by automated, these tools can help with various aspects of software testing, including unit testing, performance testing, and security testing. They can be integrated practically anywhere across the CI/CD pipeline for continuous testing and shift left testing.

Non-functional Requirements: What They Do, Examples, and Best Practices

Developing high-quality products involves careful definition and tracking of both functional and non-functional requirements (NFRs). But what exactly are non-functional requirements? And what's the best way to keep track of them? Let’s dive into what non-functional requirements are and how they compare to functional requirements, review some common types of non-functional requirements with examples, learn best practices for writing them, then discuss how to track and manage them.

How to Improve API Flexibility with Custom SQL Endpoints

DreamFactory's custom SQL endpoints let you create APIs that are tailored to your exact needs, making your data more flexible and powerful. In this article, we will show you how to set up these endpoints, provide practical examples, and explain how to connect endpoints to your external systems.

How Backend Driven UI is Changing the Approach to Mobile Development?

Most developers who upload mobile apps to the App Store or Play Market have likely encountered unexpected bugs in new releases. To address this issue, a new build with the fix must be created and checked again by the platform where they are uploading. They also have to wait for the approval process again for the new version to be released. Unfortunately, this entire process takes a considerable amount of time, but there is an alternative way.

The Key to Effective Pharmaceutical Supply Chain Risk Management

In the pharmaceutical industry, an effective supply chain is critical, not only for operations but also for ensuring the safety and quality of products going out to market. The complex nature of pharmaceutical supply chains, combined with their stringent regulatory requirements, makes risk management a top priority.

10 Best APIs for Machine Learning

Machine learning APIs provide developers with powerful tools to integrate complex algorithms and models into applications without building them from scratch. These APIs simplify the development process by offering pre-trained models and standardized methods for different tasks. These include image recognition, natural language processing, and predictive analytics. This accessibility democratizes machine learning so that developers of varying expertise can leverage cutting-edge technology efficiently.

Ensuring an Ethical Ecosystem in Open Source Testing

Ever wondered what it's like to have a virtual robot in your toolkit, a trojan horse in your test scripts, or a lil' rockstar named Selenium? Welcome to the world of test automation, as unfolded by none other than Jason Huggins. In this part 2 episode of our interview with Jason, we continue to dive into the world of testing. You’ll learn how Java and Python enthusiasts have propelled Selenium to global fame with impressive stats and precision, and Jason also sheds light on the power of community. Tune in to hear how collaboration turned dreams into reality through his experiences with Selenium and Sauce Labs.

The Quick QA Tester Guide to Using XPath Selectors [+ Free CSS to XPath Conversion Sheet]

Here’s a scenario: You’re a QA tester building automated tests for a new online email app. One test case requires you to confirm that the email reply button is working correctly. The challenge is that the email thread updates dynamically without changing its web address URL, complicating the process by limiting the effectiveness of using CSS selectors alone. So what else can you do? The answer: It’s time to bring in XPath selectors.