Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 16, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 16, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 16, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 16, 2025

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025

      Minecraft licensing robbed us of this controversial NFL schedule release video

      May 16, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The power of generators

      May 16, 2025
      Recent

      The power of generators

      May 16, 2025

      Simplify Factory Associations with Laravel’s UseFactory Attribute

      May 16, 2025

      This Week in Laravel: React Native, PhpStorm Junie, and more

      May 16, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025
      Recent

      Microsoft has closed its “Experience Center” store in Sydney, Australia — as it ramps up a continued digital growth campaign

      May 16, 2025

      Bing Search APIs to be “decommissioned completely” as Microsoft urges developers to use its Azure agentic AI alternative

      May 16, 2025

      Microsoft might kill the Surface Laptop Studio as production is quietly halted

      May 16, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Best practices to create a test automation solution on mobile app in IoT?

    Best practices to create a test automation solution on mobile app in IoT?

    November 20, 2024

    I’m approaching to create the test automation architecture for a mobile project for the first time.
    Here are the issues:
    -The project if (of course) multi platform (all Android devices running version 8 or higher and all iOS devices running iOS 12 or higher)
    -Both apps are natives (Android Studio/Kotlin + Xcode/Swift)
    -The app has a core BT library because the software communicates via BT with a phisycal object (IoT)

    • The server used to trigger a system of alarm via certains codes is on Firebase
    • The server used to manage communications to end users and that translate the codes from Firebase is on AWS
      -The project is already in production as I was hired by this company 6 months ago
      -The company asked me to try to create a TAA for this project

    My idea is to start with some unit tests (for all the functions and library used for both Android and iOS),then make some integration testing via API but.. I have no idea if it’s possibile to automate some interactions between the app, the BT and the alarm to trigger.
    Do you know if there is a “best practice” to automate mobile app in the context of IoT?

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous Article“com.jacob.com.ComFailException: Can’t co-create object” with java 11
    Next Article How to rename a project and its namespace in Ranorex?

    Related Posts

    Machine Learning

    Salesforce AI Releases BLIP3-o: A Fully Open-Source Unified Multimodal Model Built with CLIP Embeddings and Flow Matching for Image Understanding and Generation

    May 16, 2025
    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 16, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Alternatives to popular CLI tools: curl

    Linux

    GitHub’s Copilot Autofix generates remediation fixes for code vulnerabilities

    Development

    This AI Paper from UC Berkeley Introduces a Data-Efficient Approach to Long Chain-of-Thought Reasoning for Large Language Models

    Machine Learning

    Avowed isn’t quite Obsidian’s take on Skyrim, but it still captures the same magic

    News & Updates

    Highlights

    Automating verification of text file contents format?

    February 13, 2025

    01FILENO00012 CRD 20250212015407CRD TEXTFIL1 DAT INTERNALD & NUMBER1 00320250211 |

    This is one record/line in my text file. I am trying to verify if the format of file is correct.
    Now, the record should have exact number of whitespaces and some words never change.
    Now, “01FILENO000012”, “CRD” , “TEXTFILE1” are static and never change … so i want to match these exactly in brackets?
    / System.out.println(“Length of line is: ” + line.length() + ” ” + line);
    if (line.startsWith(“01”) && line.trim().matches(
    “(01FILENO00012)\s+(CRD)\s{8}[0-9]{14}(CRD)\s+(TEXTFIL1)\s+(DAT)\s+(INTERNALD)\s+(&)\s+(NUMBER1)\s{14}[0-9]{11}\s{44}[|]”)) {
    {
    System.out.println(“This is header record: ” + line + ” and its has correct format”);
    }

    Please help me write correct Java regex so that i can automate file format verification?

    ViSMaP: Unsupervised Summarization of Hour-Long Videos Using Meta-Prompting and Short-Form Datasets

    April 28, 2025

    OpenSSH ‘regreSSHion’ Vulnerability Exposes Millions of Servers to Remote Attack

    July 2, 2024

    Oshin OS is an Arch Linux distribution

    April 29, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.