Discovery Logo
Sign In
Search
Paper
Search Paper
R Discovery for Libraries Pricing Sign In
  • Home iconHome
  • My Feed iconMy Feed
  • Search Papers iconSearch Papers
  • Library iconLibrary
  • Explore iconExplore
  • Ask R Discovery iconAsk R Discovery Star Left icon
  • Literature Review iconLiterature Review NEW
  • Chat PDF iconChat PDF Star Left icon
  • Citation Generator iconCitation Generator
  • Chrome Extension iconChrome Extension
    External link
  • Use on ChatGPT iconUse on ChatGPT
    External link
  • iOS App iconiOS App
    External link
  • Android App iconAndroid App
    External link
  • Contact Us iconContact Us
    External link
  • Paperpal iconPaperpal
    External link
  • Mind the Graph iconMind the Graph
    External link
  • Journal Finder iconJournal Finder
    External link
Discovery Logo menuClose menu
  • Home iconHome
  • My Feed iconMy Feed
  • Search Papers iconSearch Papers
  • Library iconLibrary
  • Explore iconExplore
  • Ask R Discovery iconAsk R Discovery Star Left icon
  • Literature Review iconLiterature Review NEW
  • Chat PDF iconChat PDF Star Left icon
  • Citation Generator iconCitation Generator
  • Chrome Extension iconChrome Extension
    External link
  • Use on ChatGPT iconUse on ChatGPT
    External link
  • iOS App iconiOS App
    External link
  • Android App iconAndroid App
    External link
  • Contact Us iconContact Us
    External link
  • Paperpal iconPaperpal
    External link
  • Mind the Graph iconMind the Graph
    External link
  • Journal Finder iconJournal Finder
    External link
features
  • Audio Papers iconAudio Papers
  • Paper Translation iconPaper Translation
  • Chrome Extension iconChrome Extension
Content Type
  • Journal Articles iconJournal Articles
  • Conference Papers iconConference Papers
  • Preprints iconPreprints
  • Seminars by Cassyni iconSeminars by Cassyni
More
  • R Discovery for Libraries iconR Discovery for Libraries
  • Research Areas iconResearch Areas
  • Topics iconTopics
  • Resources iconResources

Articles published on Unit Test

Authors
Select Authors
Journals
Select Journals
Duration
Select Duration
2434 Search results
Sort by
Recency
  • New
  • Research Article
  • 10.1016/j.jss.2025.112748
Exploring challenges in test mocking: Developer questions and insights from StackOverflow
  • May 1, 2026
  • Journal of Systems and Software
  • Mumtahina Ahmed + 4 more

• Analyzed 25,302 questions on Mocking from StackOverflow. • Applied LDA for topic modelling and pyLDAvis for topic visualizations. • Identified 30 topics, performed categorization, constructed topic hierarchy. • Analyzed category and topic-wise question trends, question types, Q&A popularity and difficulty. Mocking is a common unit testing technique that is used to simplify tests, reduce flakiness, and improve coverage by replacing real dependencies with simplified implementations. Despite its widespread use in Open Source Software (OSS) projects, there is limited understanding of how and why developers use mocks and the challenges they face. In this study, we have analyzed 25,302 questions related to Mocking on StackOverflow to identify the challenges faced by developers. We have used Latent Dirichlet Allocation (LDA) for topic modeling, identified 30 key topics, and grouped the topics into five key categories. Consequently, we analyzed the annual and relative probabilities of each category to understand the evolution of mocking-related discussions. Trend analysis reveals that categories such as Mocking Techniques and External Services have remained consistently dominant, highlighting evolving developer priorities and ongoing technical challenges. While the questions on Theoretical category declined after 2010, posts regarding Error Handling grew notably from 2009. Our findings also show an inverse relationship between a topic’s popularity and its difficulty. Popular topics like Framework Selection tend to have lower difficulty and faster resolution times, while complex topics like HTTP Requests and Responses are more likely to remain unanswered and take longer to resolve. Additionally, we evaluated questions based on the answer status- successful, ordinary, or unsuccessful, and found that topics such as Framework Selection have higher success rates, whereas tool setup and Android-related issues are more often unresolved. A classification of questions into How, Why, What , and Other revealed that over 64 % are How questions, particularly in practical domains like file access, APIs, and databases, indicating a strong need for implementation guidance. Why questions are more prevalent in error-handling contexts, reflecting conceptual challenges in debugging, while What questions are rare and mostly tied to theoretical discussions. These insights offer valuable guidance for improving developer support, tooling, and educational content in the context of mocking and unit testing.

  • New
  • Research Article
  • 10.1088/2058-9565/ae629e
Context-aware unit testing for quantum subroutines
  • Apr 21, 2026
  • Quantum Science and Technology
  • Mykhailo Klymenko + 8 more

Abstract Software testing is a critical component of the classical software development lifecycle, and this principle is expected to hold true for quantum software as it evolves toward large-scale production and adherence to industry standards. Developing and testing quantum software presents unique challenges due to the non-deterministic nature of quantum information, the high dimensionality of the underlying Hilbert space, complex hardware noise, and the inherent non-local properties of quantum systems. In this work, we propose a unifying theoretical framework based on probabilistic assertions, which encompasses several testing approaches -- such as quantum tomography and statistical tests -- for developing practical unit tests for quantum subroutines. The framework is built upon the semantic equivalence between quantum subroutines and parameterized quantum channels, as established in this work. To address the computational complexity associated with unit testing in quantum systems, we propose incorporating context-awareness into the testing process. The trade-offs between accuracy, state space coverage, and efficiency associated with the proposed theoretical framework for quantum unit testing have been demonstrated through its application to a simple three-qubit quantum subroutine that prepares a Greenberger–Horne–Zeilinger state, as well as to subroutines within a program implementing Shor’s algorithm.

  • New
  • Research Article
  • 10.1145/3810952
ICAM-Trans: Implicit-Context-Aware Multi-Agent Framework for Function-Level Code Translation
  • Apr 21, 2026
  • ACM Transactions on Software Engineering and Methodology
  • Ruolin Chen + 4 more

With the rapid advancement of large language models (LLMs), code translation has become a critical yet challenging task in software engineering. Existing evaluations of this task remain unreliable due to two key limitations: the absence of specialized function-level code translation benchmarks and flawed evaluation pipelines. Specifically, current pipelines lack post-processing mechanisms to extract target code from LLMs’ inherently unstable output formats, directly resulting in non-executable translations and false negatives in evaluation. To address these issues, we introduce FuncTransEval, an enhanced multilingual benchmark. It comprises 400×4 functions across four programming languages (Python, C++, Java, and JavaScript) and 12 bidirectional translation pairs, each paired with executable unit tests for fine-grained functional validation. Using FuncTransEval, we systematically assess LLMs’ true capabilities in code translation and identify their core limitations: inadequate understanding of the implicit information such as function logic, type specifications, and cross-language differences. To mitigate these shortcomings, we propose ICAM-Trans (Implicit-Context-Aware Multi-Agent Framework for function-level code translation). ICAM-Trans is a hierarchical, autonomous multi-agents architecture that explicitly uncovers and leverages these implicit contextual information during translation. It employs a Translation Orchestrate Agent (TOA) to autonomously coordinate four specialized Context Analysis Agents (CAAs), which conduct pre-translation analyses on different aspects. Insights from these analyses guide a Context-Aware Translation Agent (CTA) to generate semantically faithful target code. Experiments on FuncTransEval demonstrate that ICAM-Trans consistently outperforms strong baselines, validating its effectiveness in achieving high-fidelity and interpretable function-level code translation.

  • Research Article
  • 10.63313/ijed.9055
Teaching Reform through Automated Grading for Machine-Vision Defect Inspection Labs
  • Apr 10, 2026
  • International Journal of Educational Development
  • Jing Li + 1 more

This paper proposes an engineering-oriented teaching reform for a vocational AI Machine Vision course, targeting industrial-style print defect inspection (stain and scratch) on a reproducible synthetic defect dataset. Guided by outcome-based education (OBE), we design a project-based task chain covering data specification, synthetic defect generation, preprocessing, classical machine vision baselines (thresholding, morphology, connected components, and line-structure detection), and engineering delivery of a command-line inspection tool with standardized outputs. To support formative assessment at scale and reduce subjective grading, we implement an automated assessment pipeline that verifies input/output (I/O) contract compliance, evaluates functional correctness via unit tests (pytest), measures code quality via static analysis (pylint/flake8), and validates robustness using a perturbation suite and boundary-case tests quantified by performance degradation ΔF1. Demonstration results using representative submissions show that the proposed pipeline provides consistent, transparent grading and promotes engineering deliverables and robust behavior, providing a reusable blueprint for machine vision education aligned with industrial inspection requirements.

  • Research Article
  • 10.1016/j.jobe.2026.115833
Full-scale shaking table testing of typical units in modular high-rise concrete buildings under seismic simulation
  • Apr 1, 2026
  • Journal of Building Engineering
  • Huahui Chang + 5 more

Full-scale shaking table testing of typical units in modular high-rise concrete buildings under seismic simulation

  • Research Article
  • 10.5863/jppt-25-00095
Analysis of US Pediatric Pharmacists Incomes: A Gender Comparison Survey Study by the Pediatric Pharmacy Association, Practice-Based Research Network.
  • Apr 1, 2026
  • The journal of pediatric pharmacology and therapeutics : JPPT : the official journal of PPAG
  • Ioana Popovici + 4 more

While gender disparities in the US workforce have received substantial attention, income inequalities among subspecialty pharmacists remain understudied. This study aimed to develop a professional profile of pediatric pharmacists in the United States, construct and test gender-specific income-determination models, and identify and compare factors influencing income among male and female pediatric pharmacists. Data were collected via a national survey targeting pediatric pharmacists. The survey included human-capital, job-related, and demographic variables. Separate income-determination models were estimated between genders, using ordinary least-squares with logged annual income as the dependent variable. Key covariates included hours worked, years of experience, administrative role, salary negotiation history, and work location. A total of 285 responses were analyzed from a 29.3% response rate. Women outnumbered men 3:1. The average annual income difference between male and female pharmacists was $10,294 (6.4%, not significant); however, regression estimates showed significant differences in annual income determinants by gender (p ≤ 0.05). Work input and experience positively influenced income for both genders, but job-related covariates were significant only for women. Working more hours and having more years of experience led to bigger pay increases for men than for women. Projected annual earnings based on model estimates revealed a statistically significant gender income gap of $10,745. The study highlights a nuanced gender disparity in income among pediatric pharmacists, with income determinants functioning differently across genders. Although the average gender pay gap was not statistically significant, regression-based projections suggest potential underlying inequities. These findings call for further research and institutional dialogue to address gender-based income disparities in specialized pharmacy fields.

  • Research Article
  • 10.30574/ijsra.2026.18.3.0421
A Decentralized Blockchain Provenance Framework for Food Supply Chain Traceability
  • Mar 31, 2026
  • International Journal of Science and Research Archive
  • Tadi Satyaprasanna + 4 more

Food supply chain consists of various actors, such as farmers, suppliers, distributors and retailers who add a lot of difficulty to transparency, authenticity and integrity of data. The nature of traditional centralized systems is very susceptible to manipulations, loss of data, and slow response to the crisis, which reduces consumer confidence and complicates food safety recall. To solve these problems with the help of the key concepts of blockchain immutability, decentralization and cryptographic security, this paper presents A Decentralized Blockchain Provenance Framework to Food Supply Chain Traceability. ​The suggested system uses smart contracts based on Ethereum to log all essential transactions, including harvesting and packaging, ownership changes and delivery, to have a tamper-resistant account of all the critical transactions available to all stakeholders. The interaction between producers and suppliers is done through a user friendly web interface that uses React.js and Node.js and is used to connect to the off chain storage that is provided by MongoDB to store user profiles and additional data about the products. The architecture ensures end-to-end provenance tracking without having to use complex IoT hardware, rendering it very practical to use in the real world. ​ Customers obtain immediate authentication by scanning QR codes associated with blockchain documents showing authentic profiles of the origin, transportation and status modifications to develop accountability and trust. Because the system has role based access controls and hashing algorithms, it does not allow unauthorized changes and its design is better than the legacy paper based or siloed database solutions that are vulnerable to making mistakes and fraudulent activity. Decent unit, integration, and system testing ensured healthy performance in terms of authentication, registration, tracking and verification modules.

  • Research Article
  • 10.32983/2222-4459-2026-2-442-455
How to Integrate Internet Marketing into a Cloud Storage System: Developing a Microservice for Customer Acquisition
  • Mar 31, 2026
  • Business Inform
  • Olga V Vilkhivska + 2 more

The article addresses the pressing issue of enhancing the efficiency of promoting cloud data storage services amid intense competition in the SaaS and IaaS markets. The article analyzes current trends in cloud technology development and the critical role of internet marketing as a key tool for customer acquisition and retention in IT companies. Based on a theoretical review, market dynamics analysis, and business process modeling, the study substantiates the need to integrate digital marketing tools directly into the information system of a cloud storage provider. The “Best-of-Breed” strategy is proposed and substantiated. This approach involves targeted integration of best-in-class specialized services, such as SendPulse for email campaign automation, Google Ads for contextual advertising, and Ahrefs for SEO monitoring, rather than expensive, risky all-in-one platforms like HubSpot or Salesforce Marketing Cloud. The architecture was designed, and a microservice called “Integration Module” (acting as an API Gateway) was implemented. This ensures unified, asynchronous, and secure data exchange between the company’s core information system and external marketing platforms. The microservice is built in Python using the modern asynchronous FastAPI framework, Pydantic for input data validation, SQLAlchemy with PostgreSQL for storing on-boarding events and logs, and pytest for comprehensive unit and integration testing. Emphasis is placed on automating on-boarding and customer retention: trigger-based email sequences are launched automatically upon account status changes (e.g., the start of a trial period, transition to a paid plan, approaching the end of promotional offers), significantly improving conversion rates and customer lifetime value (LTV). The full software development lifecycle is presented: requirements analysis, business process modeling using BPMN 2.0 notation, architecture design with UML component diagrams, implementation of key endpoints, testing (including negative scenarios and validation checks), containerization with Docker, and successful production deployment. The results demonstrate that this solution optimizes marketing costs, accelerates response to user behavior, enables personalized communication, and makes the information system more flexible and scalable. The developed microservice serves as a universal tool adaptable to IT companies of any size, offering subscription-based digital services. This also provides a solid foundation for future functional expansion (integration with chatbots, behavioral analytics, referral systems, etc.). The work holds both theoretical significance and high practical value for advancing digital marketing within cloud infrastructure.

  • Research Article
  • 10.21886/2219-8075-2026-17-1-79-86
Clinical and immunological features of severe acute urticaria in children
  • Mar 26, 2026
  • Medical Herald of the South of Russia
  • L P Sizyakina + 2 more

Objective : to identify clinical and immunological markers of severe acute urticaria in children. Materials and methods : 61 children with severe acute urticaria were examined, clinical methods (allergoanamnesis, urticaria activity index UAS7), immunological methods (quantitative indicators of the functioning of cellular and humoral links of the innate and adaptive immune response), statistical analysis (computer environment R). Results : it was determined that 31 children had severe acute urticaria without an established cause, urticaria with allergic or pseudoallergic genesis in the form of food hypersensitivity was noted in 15 children, in the form of drug hypersensitivity in 15 children. A hereditary allergic anamnesis was found in 31 children, and a personal allergic anamnesis in 54 patients. In 32 patients, severe acute urticaria was characterized by the presence of common symptoms, in 31 children – the development of angioedema. It was found that in children with severe acute urticaria, there was a significant increase in the expression of TLR2 and TLR4 monocytes and extremely low values of TLR9 monocyte expression, the number of NK cells was reduced, there were no changes in the spontaneous test in the phagocytic unit with a decrease in the adaptive reserves of phagocytes, increased levels of lactoferrin, IFNy, IL-6, IL-17, VEGF-A, and TGF-β1 with a decrease in IL-4 content. The processes of early activation and readiness of immunocompetent cells for apoptosis are reduced, as well as the number of regulatory T-lymphocytes. In the humoral link, with an increase in the number of B-lymphocytes, there is a decrease in the levels of secretory and serum IgА, hyperproduction of IgЕ, and accumulation of circulating immune complexes. Conclusions : the association of the incidence of severe acute urticaria in children with gender, age and with various types of hypersensitivity, hereditary and personal allergic anamnesis was revealed. Dysfunctional changes in the components of the innate and adaptive immune response in children are associated with the severity of acute urticaria and suggest their leading role in the pathogenesis of the disease, the possibility of creating a model for the prognosis of the disease.

  • Research Article
  • 10.24815/jpba.v3i1.930
Engineering and Technology Transfer of a Multi-Stage Filtration System to Provide Safe Drinking Water for Hydro-Meteorological Disaster-Affected Communities in Bireuen
  • Mar 25, 2026
  • Jurnal Pengabdian Bakti Akademisi
  • Rahmat Fadhil + 2 more

This community service program addressed post–hydro-meteorological disaster disruptions to safe water access in Rancong Village, Kuta Blang Subdistrict, Bireuen Regency, Aceh, where flooding and environmental contamination increased the risk of unsafe household water and hindered recovery of daily activities. The program aimed to restore access to safer drinking water and strengthen community capacity to operate and maintain the service through an integrated, appropriate-technology intervention. The implementation combined participatory action cycles with community co-design, student service-learning through an impact-oriented field program, and an asset-based approach to leverage local resources for sustainability. Activities were conducted in sequential stages: stakeholder coordination and joint decision-making, rapid needs and risk assessment of water sources, engineering design and installation of an integrated multi-stage emergency drinking water filtration unit, field functionality and performance testing using a before–after measurement approach, technology transfer through hands-on training, and development of standard operating procedures and an operation-and-maintenance logbook managed by the village team. The program produced key outputs: a validated baseline of local water risks and service needs; an installed filtration unit at a community-agreed location; community training and operational guidelines to ensure consistent daily use; and an agreed operation-and-maintenance mechanism to support continuity beyond the project period. Overall, the program demonstrated that pairing emergency water treatment technology with structured community governance and practical capacity building can accelerate post-disaster recovery of basic services and provide a replicable model for similar villages affected by flooding and related hazards.

  • Research Article
  • 10.36948/ijfmr.2026.v08i02.72386
Design, Development, and Testing of Microservices Architecture Using ASP.NET Core
  • Mar 24, 2026
  • International Journal For Multidisciplinary Research
  • Durga Prasad

The shift from monolithic applications to microservices architecture has become a cornerstone of modern software engineering, offering unprecedented scalability, resilience, and deployment flexibility. This research paper explores the comprehensive lifecycle—design, development, and testing—of a microservices-based system utilizing the ASP.NET Core framework. By applying Domain-Driven Design (DDD) principles, we architect a decentralized system utilizing API Gateways, event-driven communication, and database-per-service patterns. The paper further details the practical development phase, addressing challenges in inter-service communication and security. Finally, a multi-tiered testing strategy encompassing unit, integration, contract, and load testing is proposed and evaluated. The findings demonstrate how ASP.NET Core's lightweight, cross-platform capabilities significantly streamline the creation and maintenance of robust, enterprise-grade distributed systems.

  • Research Article
  • 10.3390/app16063049
Integration of Interval Temporal Logic in an Expression Evaluator
  • Mar 21, 2026
  • Applied Sciences
  • Francisco Morero-Peyrona + 2 more

This paper presents NAXE, an expression evaluator framework for concurrent, resilient, and temporally aware applications, particularly in IoT domains. The key contribution is the principled integration of Interval Temporal Logic as a first-class feature alongside standard arithmetic and Boolean operations. To enhance robustness, bidirectional lazy evaluation extends short-circuit semantics to yield determinate results even with indeterminate operands. A left-to-right chaining syntax and Quantified Expressions reduce cognitive load and improve accessibility, particularly for non-programmers. The framework’s asynchronous evaluation model uses callbacks over an Abstract Syntax Tree with formal operational semantics specified through EBNF. Validation combines (i) formal correctness proofs, (ii) empirical validation (over 300 unit tests), (iii) real-world deployment in a hotel IoT system and (iv) a pilot study (n = 36). This integration advances expression evaluation by supporting interval-temporal operators, determinate outcomes under indeterminate operands, quantifiers and user-oriented syntax in a single expression-evaluation design.

  • Research Article
  • 10.1007/s00707-026-04638-0
The mechanism of hydrogen hardening during tests of boiler tube units
  • Mar 16, 2026
  • Acta Mechanica
  • V A Polyanskiy + 6 more

The mechanism of hydrogen hardening during tests of boiler tube units

  • Research Article
  • Cite Count Icon 2
  • 10.1145/3745765
Automated Unit Test Generation via Chain-of-Thought Prompt and Reinforcement Learning from Coverage Feedback
  • Mar 11, 2026
  • ACM Transactions on Software Engineering and Methodology
  • Junwei Zhang + 4 more

Recently, Large Language Models (LLMs) have shown promising results in code generation, and several automated test generation approaches based on LLMs have been proposed. Although these approaches achieve promising performance, they suffer from two limitations. First, they lack the intrinsic understanding of the semantic intricacies and logical constructs inherent to the focal method. Second, they ignore the diversity of the generated tests and generate tests with limited code coverage. To alleviate these two limitations, in this work, we propose a novel approach named TestCTRL that optimizes LLMs for unit test generation by the Chain-of-Thought (CoT) prompt and Reinforcement Learning (RL) strategy. Specifically, we first build a new CoT dataset, containing the focal methods, corresponding unit tests, and CoT prompts. The CoT prompt includes the intention and possible test input values. Then, the CoT dataset is used to fine-tune one LLM (i.e., CodeLlama 7B) that can be seen as the policy model in RL. Meanwhile, we fine-tune another LLM (i.e., CodeGPT) as the reward model by predicting the line coverage of the focal method and its test. Moreover, we employ the Proximal Policy Optimization (PPO) algorithm to optimize the policy model and generate unit tests. We use the Defects4J benchmark to evaluate our approach from three perspectives (i.e., naturalness, validity, and code coverage). To avoid data leakage threats, we filtered out data from the CoT dataset that have the same focal method and test case names as those in the Defects4J. The experimental results demonstrate that TestCTRL outperforms state-of-the-art baselines in line and branch coverages, respectively. Besides, TestCTRL improves bug detection performance. We also investigate the reason for the proposed approach’s superiority.

  • Research Article
  • 10.3390/electronics15051117
Integer Intelligence: A Reproducible Path from Training to FPGA
  • Mar 8, 2026
  • Electronics
  • Manjusha Shanker + 1 more

A transparent, end-to-end pathway from learning-level training to deployable fixed-point hardware is presented and framed as gradients to gates. A didactic XOR convolutional network is first employed so that backpropagation, post-training quantization in INT8, and fixed-point arithmetic can be made concrete and verified with exact checks. The same methodology was applied to a compact LeNet-5 case study. On the software side, the training-to-export flow was formalized, and a bit-accurate Python reference was constructed for the quantized network. On the hardware side, a synthesizable INT8 datapath was implemented in Verilog, including multiply–accumulate units, sigmoid activation stages, and per-layer requantization with rounding and saturation. Test benches are provided so that the exported weights and activations can be ingested, and layer-wise matches can be reported. A co-simulation harness was used to coordinate framework inference, quantization, file conversion, HDL simulation, and regression checks, which enabled deterministic comparisons of the activations, partial sums and outputs. The complete loop was mapped to Artix-7 on the CMOD A7 development board, and the resource usage, maximum clock frequency, inference latency, and throughput were determined. The approach aligns with an educational HDL-to-Caffe pipeline by using reusable parameterized Verilog primitives for convolution, pooling, activation, and fully connected layers, training in Colab with AccDNN, Caffe, quantization, and an automated bit-for-bit verification regime before FPGA synthesis. Methodological contributions are provided, including a minimal and auditable XOR CNN that exposes scales, shifts, and saturation; a practical quantization recipe with INT32 accumulation and unit tests that guarantee agreement within one least significant bit between RTL and the INT8 reference; and a scalable mapping to LeNet-5 using a row-stationary and line-buffered dataflow on an Artix-7 FPGA. Empirical evidence shows feasibility at 100 MHz with representative utilization, millisecond-scale latency and zero mismatches across large test sets, which validates the quantization configuration and the verification strategy.

  • Research Article
  • 10.3390/su18052445
Facilitating AI-Driven Sustainability: A Service-Oriented Architecture for Interoperable Environmental Data Access
  • Mar 3, 2026
  • Sustainability
  • Babak Jalalzadeh Fard + 2 more

Advances in artificial intelligence (AI), particularly agentic AI, have created opportunities to enhance global sustainability by improving the efficiency and accuracy of environmental monitoring and response systems. Agentic AIs autonomously plan and execute towards specific goals with minimal or no human intervention; however, accessing environmental data is challenging and requires expertise due to inherent fragmentation and the diversity of data formats. The Model Context Protocol (MCP) is an open standard that allows AI systems to securely access and interact with diverse software tools and data sources through unified interfaces, reducing the need for custom integrations while enabling more accurate, context-aware assistance. This study introduces WeatherInfo_MCP, an interface that provides the required expertise for AI agents to access National Weather Service (NWS) data. Built on a service-oriented architecture, the system uses a centralized engine to handle robust geocoding and data extraction while providing AI agents with simple, independent tools to retrieve weather data from the NWS API. The system was validated through 14 unit tests and 23 comprehensive protocol compliance tests against the MCP 2025-06-18 specification, achieving a 100% pass rate across all categories, demonstrating its reliability when working with AI agents. We also successfully tested our model alongside a memory MCP to showcase its performance in a multi-MCP environment. While in its earliest version, WeatherInfo_MCP connects to the NWS API, its modular design and compliance with software development and MCP standards facilitate immediate expansion to additional environmental data and tools. WeatherInfo_MCP is released as an open-source tool to support the sustainable development community, enabling broad adoption of AI agents for environmental use cases.

  • Research Article
  • 10.1016/j.simpa.2026.100823
QUALITY: Quick Unified Automation Leveraging Intelligent Test Yield
  • Mar 1, 2026
  • Software Impacts
  • Soham Patel + 2 more

This paper introduces an innovative no-code methodology called QUALITY for automated test generation utilizing Excel templates for unit and integration testing. The suggested method allows non-technical stakeholders to engage in test creation while upholding software quality standards. Utilizing familiar Excel interface enables enterprises to lower the entry barriers for test automation and enhance test coverage among development teams. This technique connects business requirements with technical testing, thereby expediting software delivery while ensuring quality assurance. • No-Code Test Generation: QUALITY transforms Excel-based templates into operational API unit and integration tests without necessitating programming proficiency. • Multi-Protocol Support: QUALITY provides native support for REST, SOAP, and GraphQL, facilitating cohesive testing across many API environments. • Template-Driven Maintainability: Test cases can be modified or expanded effortlessly by adjusting spreadsheet rows, hence minimizing maintenance burdens. • Integration and Reporting: QUALITY facilitates dependency-aware execution, CI/CD integration (maven supported), and produces comprehensive HTML, CSV, Console Logs and Extent reports for actionable insights.

  • Research Article
  • 10.22146/jnteti.v15i1.23865
Implementation Smart Contract on E-Voting System for Secure and Transparent Student Election
  • Feb 27, 2026
  • Jurnal Nasional Teknik Elektro dan Teknologi Informasi
  • Hussain Abdillah Tugas Kelarno + 1 more

Traditional paper-based voting system for student organization leaders election has issues related to security, transparency, and trust. This research addressed these issues by implementing a blockchain on e-voting system utilizing smart contracts to ensure the security and transparency of the voting process. The system was developed using the agile software development life cycle (SDLC) methodology and was tested using black-box and system usability scale (SUS) method to evaluate its functionality and usability. Security testing was conducted through unit testing on the smart contract and block verification within the Sepolia network. The results showed that the decentralized e-voting system could prevent vote manipulation and detecting duplicate voters, as evidenced by the unit testing of the smart contract, which confirmed that recorded votes could not be manipulated and attempts to submit multiple votes were detected and rejected. Meanwhile, system transparency was demonstrated through direct verification using a block explorer, showing that the entire voting process and the smart contract code were publicly accessible and transparent. The system was successfully simulated on a small scale within a student organization, and usability testing using the SUS method was conducted with 30 respondents. The test resulted in a score of 72 points, indicating that the system was in the good category and was well accepted by users. Therefore, the decentralized approach in this e-voting system has been proven to enhance transparency and overcome the problems of security issues in the voting process.

  • Research Article
  • 10.3390/s26051422
Access Control Development Within the Framework of an IOTA-Based Electronic Medical Record Management System.
  • Feb 24, 2026
  • Sensors (Basel, Switzerland)
  • Hari Purnama + 5 more

Electronic Medical Records (EMRs) are mandatory in Indonesia following the Ministry of Health regulation, which raises significant challenges in data security and patient-centric access control. Current implementations rely on centralized healthcare systems or third-party vendors, creating risks of unauthorized access, data leakage, and uncertain data integrity. To address these issues, this study proposes DecMed, a decentralized EMR management framework built on IOTA Distributed Ledger Technology (DLT). DecMed integrates Capability-Based Access Control (CapBAC), Proxy Re-Encryption (PRE), and the InterPlanetary File System (IPFS) to enforce patient ownership of medical data. Patients actively grant or revoke access, define access duration, and selectively share data with healthcare personnel. The system is implemented using smart contracts in the Move programming language on the IOTA ledger, while encrypted clinical data is stored on IPFS. Evaluation through unit testing of various unauthorized access scenarios demonstrates that DecMed effectively enforces fine-grained access rules, preserves data confidentiality and integrity, and ensures compliance with national healthcare requirements.

  • Research Article
  • 10.1103/bbtm-31r5
Modern, infrastructure-agnostic, extensible library for GRMHD simulations
  • Feb 23, 2026
  • Physical Review D
  • Samuel Cupp + 4 more

Interpreting multimessenger signals from neutron stars and black holes requires reliable general relativistic magnetohydrodynamics (GRMHD) simulations across rapidly evolving high-performance computing platforms, yet key algorithms are routinely rewritten within infrastructure-specific numerical relativity codes, hindering verification and reuse. We present the General Relativistic Hydrodynamics Library (GRHayL), a modular, infrastructure-agnostic GR(M)HD library providing conservative-to-primitive recovery, reconstruction, flux/source and induction operators, equations of state, and neutrino leakage through an intuitive interface. GRHayL refactors and extends the mature IllinoisGRMHD code into reusable point- and stencilwise kernels, enabling rapid development and cross-code validation in diverse frameworks, while easing adoption of new microphysics and future accelerators. We implement the same kernels in the Einstein Toolkit (Carpet and Carpetx) and BlackHoles@Home, demonstrating portability with minimal duplication. Validation combines continuous-integration unit tests with cross-infrastructure comparisons of analytic GRMHD Riemann problems, dynamical Tolman-Oppenheimer-Volkoff evolutions, and binary neutron star mergers, showing comparable or improved behavior over legacy IllinoisGRMHD and established Einstein Toolkit codes.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • .
  • .
  • .
  • 10
  • 1
  • 2
  • 3
  • 4
  • 5

Popular topics

  • Latest Artificial Intelligence papers
  • Latest Nursing papers
  • Latest Psychology Research papers
  • Latest Sociology Research papers
  • Latest Business Research papers
  • Latest Marketing Research papers
  • Latest Social Research papers
  • Latest Education Research papers
  • Latest Accounting Research papers
  • Latest Mental Health papers
  • Latest Economics papers
  • Latest Education Research papers
  • Latest Climate Change Research papers
  • Latest Mathematics Research papers

Most cited papers

  • Most cited Artificial Intelligence papers
  • Most cited Nursing papers
  • Most cited Psychology Research papers
  • Most cited Sociology Research papers
  • Most cited Business Research papers
  • Most cited Marketing Research papers
  • Most cited Social Research papers
  • Most cited Education Research papers
  • Most cited Accounting Research papers
  • Most cited Mental Health papers
  • Most cited Economics papers
  • Most cited Education Research papers
  • Most cited Climate Change Research papers
  • Most cited Mathematics Research papers

Latest papers from journals

  • Scientific Reports latest papers
  • PLOS ONE latest papers
  • Journal of Clinical Oncology latest papers
  • Nature Communications latest papers
  • BMC Geriatrics latest papers
  • Science of The Total Environment latest papers
  • Medical Physics latest papers
  • Cureus latest papers
  • Cancer Research latest papers
  • Chemosphere latest papers
  • International Journal of Advanced Research in Science latest papers
  • Communication and Technology latest papers

Latest papers from institutions

  • Latest research from French National Centre for Scientific Research
  • Latest research from Chinese Academy of Sciences
  • Latest research from Harvard University
  • Latest research from University of Toronto
  • Latest research from University of Michigan
  • Latest research from University College London
  • Latest research from Stanford University
  • Latest research from The University of Tokyo
  • Latest research from Johns Hopkins University
  • Latest research from University of Washington
  • Latest research from University of Oxford
  • Latest research from University of Cambridge

Popular Collections

  • Research on Reduced Inequalities
  • Research on No Poverty
  • Research on Gender Equality
  • Research on Peace Justice & Strong Institutions
  • Research on Affordable & Clean Energy
  • Research on Quality Education
  • Research on Clean Water & Sanitation
  • Research on COVID-19
  • Research on Monkeypox
  • Research on Medical Specialties
  • Research on Climate Justice
Discovery logo
FacebookTwitterLinkedinInstagram

Download the FREE App

  • Play store Link
  • App store Link
  • Scan QR code to download FREE App

    Scan to download FREE App

  • Google PlayApp Store
FacebookTwitterTwitterInstagram
  • Universities & Institutions
  • Publishers
  • R Discovery PrimeNew
  • Ask R Discovery
  • Blog
  • Accessibility
  • Topics
  • Journals
  • Open Access Papers
  • Year-wise Publications
  • Recently published papers
  • Pre prints
  • Questions
  • FAQs
  • Contact us
Lead the way for us

Your insights are needed to transform us into a better research content provider for researchers.

Share your feedback here.

FacebookTwitterLinkedinInstagram
Cactus Communications logo

Copyright 2026 Cactus Communications. All rights reserved.

Privacy PolicyCookies PolicyTerms of UseCareers