Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Testing & QA

⚑ Report a Problem

Latest Testing & QA news from Tech News

All topics agents ai api architecture automation aws backend beginners career claude cybersecurity database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python security showdev softwareengineering testing tutorial typescript webdev
All EN RU
EN

Termux App Store: A Community Package Manager for Termux on Android

If you use Termux on Android, you probably know the feeling: You find a useful command-line tool on GitHub, but then you have to figure out how to ins…

androidcliopensourceshowdev
Dev.to Jul 30, 2026, 23:03 UTC
EN

The state of media processing in Rust (2026): what each crate actually covers

Every few months someone asks how to decode video or pull audio samples in Rust, and the thread converges on the same advice: just run the ffmpeg bina…

rustffmpegcli
Dev.to Jul 28, 2026, 19:54 UTC
EN

Build a Local Health Export Redaction Validator CLI

The small-tool goal is simple: inspect a JSON health export locally and fail closed if it contains fields the recipient did not request. This is not a…

clipythonprivacytesting
Dev.to Jul 25, 2026, 11:02 UTC
EN

I built a terminal tool to see your AI coding limits before they stop you

The worst moment in a coding session is hitting a rate limit mid-task. You're deep in a refactor. Claude Code stops. Or Codex resets. And you spend th…

aiclidevtoolsproductivity
Dev.to Jul 23, 2026, 22:23 UTC
EN

I built a local-first CLI to track what I'm actually spending on AI APIs

Every month I got surprised by my OpenAI bill. Not by a lot — but enough that I'd open the usage dashboard, squint at a chart, try to remember which p…

aiclidevtoolsproductivity
Dev.to Jul 23, 2026, 22:23 UTC
EN

Six ways GitLab CLI documented itself wrong, and the two CI traps I hit finding them

Before the July 2026 GitLab Hackathon I spent a few days reading gitlab-org/cli , the Go source behind glab . I wasn't hunting for crashes. I was look…

gitlabopensourcegocli
Dev.to Jul 23, 2026, 04:25 UTC
RU

Как я автоматизировал превращение вайбкодерского PoC в production-ready MVP

Как я автоматизировал превращение вайбкодерского PoC в production-ready MVP За несколько часов с помощью AI можно собрать работающий PoC: интерфейс от…

AIagentsopenaivibecodingcodereviewclinpmnpxpocmvp
Habr Jul 22, 2026, 08:09 UTC
EN

buildline: merging cargo and ninja's build profiling into one timeline

Every build tool profiles its own silo. cargo build --timings will tell you cargo is fine. Ninja's build log will tell you linking is fine. And yet a …

rustbuildtoolsclicargo
Dev.to Jul 22, 2026, 01:43 UTC
EN

I Built STRMSTRM: A Terminal UI for Searching Movies

I Built STRM: A Movie Search TUI for the Terminal I recently built STRM , an open-source terminal application that lets you search for movies without …

showdevopensourcecliterminal
Dev.to Jul 21, 2026, 21:46 UTC
EN

Building a Small Terminal Command Helper with an LLM

I regularly lose time to terminal muscle memory. I work across Windows and Unix-like shells, so I will remember the right command in the wrong environ…

aiclidevtoolsgo
Dev.to Jul 19, 2026, 14:01 UTC
EN

Writing TUI in the Terminal with Angular: Introducing @cyia/opentui-angular

Foreword Terminal applications (TUI, Text User Interface) have always had a unique charm — lightweight, fast, and cross-platform. From htop to vim , f…

angularnodeterminalcli
Dev.to Jul 19, 2026, 10:07 UTC
EN

A tiny engine for generating file trees

I just tagged 1.0.0 of ts-treegen, a small TypeScript library for describing file structures as data and writing them to disk. If you've ever built a …

opensourcetypescriptcli
Dev.to Jul 18, 2026, 18:41 UTC
EN

What's the Best CLI Alternative to Popular API Clients Like Postman? (2026)

For a long time, our team relied on GUI API clients like Postman for almost everything testing endpoints, debugging requests, and sharing collections.…

clipostmanapi
Dev.to Jul 16, 2026, 14:19 UTC
EN

find command finds things

Recently I learned: find is a useful command to find files in your directories. find folder1 folder2 folder3 This dumps every file and directory under…

todayilearnedclibeginners
Dev.to Jul 15, 2026, 18:47 UTC
EN

They Asked for My AI Rules. But I Could Not Just Hand Them Over.

A team lead announces that the team will start using AI-assisted development. Everyone nods. Nobody asks what that actually means on Monday morning. S…

workflownpmcliaitools
Dev.to Jul 13, 2026, 18:53 UTC
EN

TestSprite's CLI hands your coding agent one clean failure at a time

TestSprite's CLI makes a design choice most testing tools would never advertise: it refuses to do something. When a coding agent asks for a failure re…

testingcliaiagentsqa
Dev.to Jul 12, 2026, 14:23 UTC
EN

cordless v0.6: Going CLI-First — Run It, Scan the QR, You're Paired

TL;DR — cordless manages your remote terminal / coding-agent (Claude Code, Codex) sessions and puts them on your phone. v0.6 makes it CLI-first : run …

ai4goodcliterminalnode
Dev.to Jul 11, 2026, 17:17 UTC
EN

The Notification That Lied to Me

I was three projects deep. Project A had a review open in one VS Code window. Project B was running under Claude Code with the superpowers skill set, …

aiproductivitycliautomation
Dev.to Jul 11, 2026, 14:19 UTC
EN

I'm developing a tool called showsignature [critics wanted]

Hello Dev Community I'm developing a tool called showsignature I've been using it to develop itself since the beginning and I've use it on other proje…

clitoolingagentsanalytics
Dev.to Jul 11, 2026, 03:52 UTC
EN

I kept forgetting to move my Jira tickets, so I built a CLI that does it for me

Every day looked the same for me. Open Jira, find my ticket, copy the ID. Switch to terminal. git checkout main, git pull. Create a branch — but first…

gitproductivitycliopensource
Dev.to Jul 8, 2026, 20:11 UTC
EN

My Mac crashed with 7 Claude Code sessions open. Never again: a cross-project session picker in one bash script

Yesterday my Mac hard-crashed with seven Claude Code CLI sessions open — different repos, different features, all mid-flight. When it came back up: no…

claudecodecliproductivityai
Dev.to Jul 6, 2026, 20:05 UTC
EN

How We Gave CLI Coding Agents Persistent Memory Using a Proxy and Cognee

Every morning, I open my terminal and re-explain my entire project to an AI that worked on it yesterday. The architecture, the naming conventions, the…

agentsaiclishowdev
Dev.to Jul 5, 2026, 16:36 UTC
EN

Reclaim free space from VirtualBox VM on Windows host

When you delete files in your virtualbox VM in order to free up space on the host filesystem, this space is not automatically reclaimed. In order for …

clilinuxproductivitytutorial
Dev.to Jul 5, 2026, 12:42 UTC
EN

BrowserAct Hit #1 on Product Hunt, So I Decided to Test It 🧙‍♂️

Hello Devs 👋 Over the last few months, AI agents have been evolving very quickly. We are no longer building simple chatbots that answer questions. Tod…

aiclitutorialautomation
Dev.to Jul 5, 2026, 10:14 UTC
EN

I built sshpic because local screenshots stop at the SSH boundary

I often run coding agents inside a remote SSH session from iTerm2 on my Mac. The annoying part was not text input. It was screenshots. The screenshot …

opensourceclimacosproductivity
Dev.to Jul 5, 2026, 04:52 UTC
EN

Linux Screen Recording: A C++ GUI or 26 Lines of Bash?

I've used a Linux OS as my daily driver for 15 years now. Recently, I wanted a way to record my screen on my minimal Linux system. The obvious choice …

linuxbashterminalcli
Dev.to Jul 3, 2026, 16:33 UTC
EN

8 small data transforms I don't want to write as shell glue anymore

🦀🐍 Practical fimod examples for small CI/config data transforms with a Python-like taste. In the first article , I wrote about why I built fimod : I k…

pythondevopsclicicd
Dev.to Jul 2, 2026, 14:28 UTC
EN

MCP Server or CLI: A Decision Rubric for Developer Tooling

Teams are rushing to make their internal tools available to agents. That is good. It is also where a lot of design mistakes begin. The question usuall…

aimcpcliagents
Dev.to Jul 1, 2026, 14:29 UTC
RU

ChatGPT -> Codex CLI: как перенести контекст диалога в локальную сессию

Обсуждение архитектуры или бага часто начинается в ChatGPT, а реализация продолжается локально в Codex CLI. Рассказываю, как я сделал небольшую CLI-ут…

chatgptcodexaiclitoolsnpmnpxopen source
Habr Jun 30, 2026, 08:47 UTC
EN

My test had a comment that said 'in memory fallback'. It wasn't.

The test test_warmup_eval_no_flag_subprocess_exits_0 was running the real warmup eval command, no , dry run , against the live production state file. …

clidevjournalpythontesting
Dev.to Jun 27, 2026, 15:05 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →