I'm building Debuggo not just to create tests quickly, but to create reliable tests that don't break every time the wind blows.I'm building Debuggo not just to create tests quickly, but to create reliable tests that don't break every time the wind blows.

AI Wrote Your Tests. Variables Keep Them Alive.

2025/12/03 15:04
4 min read
For feedback or concerns regarding this content, please contact us at crypto.news@mexc.com

Previously I talked about how I was tired of "flaky" tests and how I'm using AI to generate test steps, saving hours of my time.

I showed how I can create a 20-step E2E test in 6 minutes, just by describing it.

But there's a problem. Even an AI can create a "brittle" test.

Imagine you ask an AI: "Log in using 'admin@test.com' and password '12345', and check for the text 'Welcome, John Doe'".

The AI will do it. And then your test will fail.

It will fail when you run it on staging, where the login is staging_admin@test.com. It will fail when 'John Doe' changes his name to 'Jane Doe'. It will fail because it is hardcoded.

This is the number one enemy of stable automation. And when I, as a solo developer, started building Debuggo, I knew I had to solve this problem first.

AI is the "Magic," but Variables are the "Engineering"

The AI in Debuggo is great at "translating" English into steps. But real test stability isn't just about the steps; it's about the data those steps use.

From the very beginning, I designed Debuggo to work with two types of variables. This is the logic I wrote myself, on top of the AI core.

\ 1. Environment VariablesThe Problem: You have different URLs, logins, or API_KEYs for your dev, staging, and production environments.

The Solution: In Debuggo, you don't hardcode these values. You store them in your environment settings. Like this:

  • %BASE_URL% = https://my-staging-site.com
  • %ADMIN_LOGIN% = staging_admin@test.com
  • %ADMIN_PASSWORD% = superS3cret!

Now, here's the best part. I don't need to tell the AI: "Navigate to %BASEURL%, then fill 'email' with %ADMINLOGIN%…"

I just write in plain English:

"login to the website"

And that's it.

The AI is smart enough to understand that "login" requires the %BASE_URL%, %ADMIN_LOGIN%, and %ADMIN_PASSWORD% variables. It will find the right elements on the page (even if the layout changes), plug in the values from your environment, and perform the login.

The Result: The exact same test. Zero changes to the text. I can run it on any environment just by switching the env in Debuggo. That's the foundation.

\ 2. Temporary ("In-Test") VariablesThis is my favorite part.

The Problem: How do you test a flow where data is generated during the test? The classic example: "Create a user" -> "Verify the user exists" -> "Delete that specific user."

You don't know the ID or email of this user before the test. You can't hardcode it.

The Solution: I gave the AI the ability to "remember" data from the page and use it in later steps.

Imagine a test case like this:

  1. "Navigate to '/users' and click 'Create New User'"
  2. "Fill 'email' with 'test.user.123@example.com' and click 'Save'"
  3. "Find the new User ID from the table and save it as %new_user_id%"
  4. "Navigate to /users/delete/%newuserid%"
  5. "Click 'Confirm Delete'"
  6. "Verify that the user with ID %new_user_id% is no longer in the table"

Step #3 and #6 are what make this a true E2E test. The AI isn't just doing actions; it's extracting dynamic data (%new_user_id%) and using it for test cleanup (Teardown).

What's the takeaway?

For me, this is the difference between a "toy recorder" and a professional QA tool.

A simple recorder logs: click("#btn-123"). That's brittle.

Debuggo (with AI) understands: click "Submit". That's better.

Debuggo (with AI + Variables) understands: "login to the website"… then… "save the new ID as %user_id%"… and then… "delete %user_id%".

That is a robust, maintainable automated test.

I'm building Debuggo not just to create tests quickly, but to create reliable tests that don't break every time the wind blows.

This approach is my biggest bet. And I'm very curious to see if it solves your "flaky" test pain just like it solves mine.

Try my approach. I'm actively looking for beta testers who understand this "hardcoded data" problem.

Market Opportunity
null Logo
null Price(null)
--
----
USD
null (null) Live Price Chart
Disclaimer: The articles reposted on this site are sourced from public platforms and are provided for informational purposes only. They do not necessarily reflect the views of MEXC. All rights remain with the original authors. If you believe any content infringes on third-party rights, please contact crypto.news@mexc.com for removal. MEXC makes no guarantees regarding the accuracy, completeness, or timeliness of the content and is not responsible for any actions taken based on the information provided. The content does not constitute financial, legal, or other professional advice, nor should it be considered a recommendation or endorsement by MEXC.

You May Also Like

Fed forecasts only one rate cut in 2026, a more conservative outlook than expected

Fed forecasts only one rate cut in 2026, a more conservative outlook than expected

The post Fed forecasts only one rate cut in 2026, a more conservative outlook than expected appeared on BitcoinEthereumNews.com. Federal Reserve Chairman Jerome Powell talks to reporters following the regular Federal Open Market Committee meetings at the Fed on July 30, 2025 in Washington, DC. Chip Somodevilla | Getty Images The Federal Reserve is projecting only one rate cut in 2026, fewer than expected, according to its median projection. The central bank’s so-called dot plot, which shows 19 individual members’ expectations anonymously, indicated a median estimate of 3.4% for the federal funds rate at the end of 2026. That compares to a median estimate of 3.6% for the end of this year following two expected cuts on top of Wednesday’s reduction. A single quarter-point reduction next year is significantly more conservative than current market pricing. Traders are currently pricing in at two to three more rate cuts next year, according to the CME Group’s FedWatch tool, updated shortly after the decision. The gauge uses prices on 30-day fed funds futures contracts to determine market-implied odds for rate moves. Here are the Fed’s latest targets from 19 FOMC members, both voters and nonvoters: Zoom In IconArrows pointing outwards The forecasts, however, showed a large difference of opinion with two voting members seeing as many as four cuts. Three officials penciled in three rate reductions next year. “Next year’s dot plot is a mosaic of different perspectives and is an accurate reflection of a confusing economic outlook, muddied by labor supply shifts, data measurement concerns, and government policy upheaval and uncertainty,” said Seema Shah, chief global strategist at Principal Asset Management. The central bank has two policy meetings left for the year, one in October and one in December. Economic projections from the Fed saw slightly faster economic growth in 2026 than was projected in June, while the outlook for inflation was updated modestly higher for next year. There’s a lot of uncertainty…
Share
BitcoinEthereumNews2025/09/18 02:59
The U.S. Department of Justice files civil forfeiture lawsuit for over $225 million in crypto fraud funds

The U.S. Department of Justice files civil forfeiture lawsuit for over $225 million in crypto fraud funds

PANews reported on June 18 that according to an official announcement, the U.S. Department of Justice filed a civil forfeiture lawsuit in the U.S. District Court for the District of
Share
PANews2025/06/18 23:59
Stellar’s XLM price climbs 7% as traders rotate into payment coins – can it go higher?

Stellar’s XLM price climbs 7% as traders rotate into payment coins – can it go higher?

Stellar’s XLM price jumps toward the top of its range as traders rotate into payment and remittance tokens amid rising volumes, stablecoin pilots, and CBDC tests
Share
Crypto.news2026/03/25 22:07