#TestComplete
I am in the special TestComplete hell right now...who knew getting memory information was going to be this tricky?
February 9, 2024 at 8:36 PM
The latest update for #SmartBear includes "Unifying #API and UI #Testing with #ReadyAPI and #TestComplete to Maximize Product Quality" and "How to Orchestrate Testing with the SmartBear MCP Server".

#LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
September 26, 2025 at 4:53 AM
SmartBear: Rethinking accountability, in the age of AI development

An application breaks. An AI engine, model, service or application (or all of the above) wrote the code. The AI ran the tests... so the AI is responsible, right? You’re not even close, says Dan Faulkner, chief product & technology…
SmartBear: Rethinking accountability, in the age of AI development
An application breaks. An AI engine, model, service or application (or all of the above) wrote the code. The AI ran the tests... so the AI is responsible, right? You’re not even close, says Dan Faulkner, chief product & technology officer at SmartBear Software, a company known for its developer tools like Swagger, SoapUI, and TestComplete, which help teams test and optimise their software. Faulkner explains that the software development pipeline has grown longer and more complex, with AI agents and non-technical contributors joining what was once an exclusively human chain. But length doesn’t dissolve accountability. It concentrates it – with a human at the end. “The scale of this shift is hard to overstate. Our own research suggests that more than 9 in 10 development teams have adopted AI coding tools, with most generating at least 40% of their code through AI,” said Faulkner. Meanwhile, non-technical colleagues are entering the build pipeline faster than ever, using natural language interfaces that let them describe what they want without necessarily understanding what they’ve changed. What are AI agents doing? The SmartBear team say that AI agents are “taking on a growing share of testing work” today and absorbing the repetitive, lower-risk tasks that once consumed engineering hours. Together, these developments redraw the map of who does what in software development – and who answers for it. “Before AI, the chain of custody was clear. A human developer wrote code, understood its dependencies, and could trace how a change might ripple through the system. Now, code generation is distributed across agents and contributors who may not have full visibility into what they’ve touched or affected. No more centralised responsibility. It’s a shared one – stretched across large hybrid teams with widely varying levels of technical depth,” explained Faulkner. As agents absorb the lower-level work, we know that (in theory at least) humans move up the stack. Verifier VIPs at the vanguard The developer or quality engineer of today is less often the one writing the code or running the test, and more often the one standing at the end of the line, making the call. “That role – the verifier – is not a consolation prize for being replaced. It’s the job that matters most,” Faulkner says. His feeling is that verification demands judgment: knowing what to trust, what to question, where the model’s confidence outpaces its accuracy, and what a passing test actually guarantees. Those are not things AI agents can do for themselves. The chain of custody for software quality still exists. It has grown longer. Extra helping of honey The Computer Weekly Developer Network (CWDN) quizzed Justin Collier, senior director of product management at SmartBear for more. CWDN: If AI now writes 40% of code, how do you pinpoint accountability when a specific production failure originates from an AI-generated commit? Collier: You’re trying to determine where the issues are so that you can ensure your end users have the best digital experience possible because application integrity is intact. Accountability matters for preventing future issues, but the fact is that bugs get shipped, period. AI-generated code hasn’t changed the steps in the SDLC; the step after committing the code is testing. If a bug reaches production, that means it was missed in testing. And now the goal is to discover and resolve it as quickly as possible. SmartBear’s Collier: There’s a concept from Jocko Willink & Leif Babin’s book Extreme Ownership: If we all operate in a model of extreme ownership, then I own it, you own it, we own it. AI is a tool in our tool chest, and it’s only as effective as the person wielding it. Observability solutions, like BugSnag, help users pinpoint production failures by capturing runtime data, including stack traces, breadcrumbs, performance, and trace data, that helps teams find the needle in the haystack so that developers can fix issues swiftly, deploy a fix, and ensure a significant portion of their user base never experiences the issue. Also, AI testing solutions like BearQ can map your application, run user journeys end to end, and then update the tests as your application changes. The beauty of BearQ is that it can test the areas of your application that you couldn’t traditionally cover or didn’t even think to cover. All of us want to deliver the best digital experience we can for our customers. Once you’ve pinpointed the issue, repository tools and commit history will help you uncover where the commit came from, human or AI. But the engineer who approved and shipped it owns the outcome regardless of it being AI-generated. CWDN: Technically, how does SmartBear’s tooling help “verifiers” distinguish genuinely trustworthy AI test results from confidently wrong ones? Collier: You have to understand who wrote the tests. Did humans write the tests and AI execute them or did AI write the tests and also execute them? In either scenario, being crystal clear about the intent of a particular feature helps both humans and AI build tests that accurately reflect what we want the end user experience to be. SmartBear’s tooling delivers that trustworthiness by anchoring tests to something verifiable, like an API definition or a contract, so the test isn’t just asserting an outcome; it’s checking that outcome against a spec. For UI testing on web and mobile, our AI testing solutions can turn natural language test steps into automated actions and update themselves automatically as the UI changes. Additionally, our fully agentic QA Agents validate how the application actually behaves and produces reports when issues arise so that a human can validate and modify if needed. Regardless of your AI testing strategy, having a clear understanding of your test steps, product intent, and AI tests that surface edge cases is critical for both humans and AI to better understand where problems arise. CWDN: Beyond the “9 in 10 teams” stat, what other numbers show how verification workload has shifted since AI agents joined pipelines? Collier: A few stats that stand out to me about how AI has improved the pipeline: A SmartBear customer was using runtime data and AI agents to suggest code fixes based on errors that were being seen in production. They’re approving more than 70% of the pull requests, which means their developers are writing features, not fixing bugs. Customers using AI-powered no-code automation reduced manual testing time by 50% and accelerated release cycles by 20%. A customer used runtime data and an AI agent to pinpoint an issue in 15 minutes versus the one hour it previously took them for similar issues. Customers can come in the morning, see the AI tests that were written overnight, validate and approve them, and save an estimated 75% of their time. What’s fascinating is the amount of data that AI can process, and how much of it points a human straight to what actually needs attention. We take the data, fix issues fast, and create new tests, so we don’t see the same regression twice. Coding is getting quicker with AI, but so is the rest of the SDLC. CWDN: Who exactly holds accountability now – the developer, the non-technical prompter, the AI vendor, or the verifying engineer signing off? Collier: At the end of the day, the engineer who approved the code is responsible. There’s a concept from Jocko Willink and Leif Babin’s book Extreme Ownership that sums this up well: if we all operate in a model of extreme ownership, then I own it, you own it, we own it. AI is a tool in our tool chest, and it’s only as effective as the person and team wielding it. Just like the physical tools in my garage, I have to take care of them and service them to ensure that they are going to work properly, and then I’m also responsible for the outcome once I’m done with the job. AI is no different. I must make sure I provide the correct context, limit the scope, verify that the outcome is what I’m looking for, and either accept or decline it.
news-area.com
August 12, 2026 at 3:57 PM
TestComplete Training | Best Testcomplete Automation | BITA
#TestCompleteTraininginChennai
bitaacademy.com/course/testc...
TestComplete Training in Chennai helps learners master automated software testing using TestComplete. Gain practical knowledge of test automation, functional testing, UI testing
TestComplete Training | Best Testcomplete Automation | BITA
Enroll in TestComplete Training at BITA Academy. Learn automated testing tools online from experts and boost your QA testing career today.
bitaacademy.com
September 8, 2026 at 9:08 AM
배포가... 실패하는 중인 거 같은데... STG TestComplete에 무슨 일이 일어나고 있나요...
배포가 똑바로 안되는데...? 뭐지.
December 30, 2024 at 9:42 AM
SmartBear TestComplete adds computer vision and OCR to automate testing of highly visual applications by validating behavior and improving regression resilience and maintainability.
Save What Matters
Curate Feeds | Make Collections | Customize Email Briefs
briefly.co
June 4, 2026 at 3:16 PM
QA Automation Engineer - TestComplete - Software Technology - Gradyville, Kentucky, United States
QA Automation Engineer - TestComplete
QA Automation Engineer OneMain Financial holds a strong commitment to our customers, communities and team members. This approach to lending has helped us
www.qualityassurancejobs.com
June 26, 2026 at 2:20 PM
QA Automation Engineer - TestComplete - Software Technology - Trinidad, Colorado, United States
QA Automation Engineer - TestComplete
QA Automation Engineer OneMain Financial holds a strong commitment to our customers, communities and team members. This approach to lending has helped us
www.qualityassurancejobs.com
June 9, 2026 at 2:05 PM
Feed: "SD Times"
By: SD Times Newswire on Monday, June 1, 2026
SmartBear releases TestComplete for visual application testing
SmartBear today announced the first platform to unify property-based, OCR, and vision AI — perceiving applications the way humans do.
sdtimes.com
June 3, 2026 at 12:20 AM
Godammit, by the time I figure how to upload my TestComplete results into Rally, we're going to be switching over to Jira. I will figure this crap out though....
October 14, 2025 at 6:34 PM
The latest update for #SmartBear includes "Reflect vs. #Playwright: Choosing the right test automation approach" and "Git review for #TestComplete projects".

#Testing #LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
May 5, 2026 at 3:54 AM
The latest update for #SmartBear includes "Git review for #TestComplete projects" and "How does BearQ autonomous #QA work? Your top questions answered".

#Testing #LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
April 24, 2026 at 2:47 AM
The latest update for #SmartBear includes "Create tests in Reflect directly from your coding agent!" and "Why we built vision AI into #TestComplete: Solving the complex app #testing challenge".

#LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
March 31, 2026 at 2:33 AM
The latest update for #SmartBear includes "Why we built vision #AI into #TestComplete: Solving the complex app #testing challenge" and "Advanced Object Recognition in Test Automation: Comparing Leading Enterprise Solutions".

#LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
March 26, 2026 at 1:39 AM
The latest update for #SmartBear includes "BugSnag Now Supports the Amazon Vega OS" and "Unifying #API and UI #Testing with #ReadyAPI and #TestComplete to Maximize Product Quality".

#LoadTesting #TestAutomation https://opsmtrs.com/3AYEP6N
SmartBear
SmartBear provides high-impact, easy-to-use tools for software teams to plan, build, test, and monitor great software, faster.
opsmtrs.com
October 1, 2025 at 4:53 AM
AIとノーコードで進化するテスト自動化を学ぶオンラインセミナー#東京都#港区#テスト自動化#エクセルソフト#TestComplete

エクセルソフトが開催するハンズオンセミナーで、TestCompleteを使用したテスト自動化の操作を実際に体験できます。参加無料!
AIとノーコードで進化するテスト自動化を学ぶオンラインセミナー
エクセルソフトが開催するハンズオンセミナーで、TestCompleteを使用したテスト自動化の操作を実際に体験できます。参加無料!
news.3rd-in.co.jp
May 21, 2026 at 12:36 AM
エクセルソフト株式会社が開催するTestCompleteセミナーでテスト自動化を学ぼう!#東京都#港区#テスト自動化#エクセルソフト#TestComplete

エクセルソフトが2025年7月25日に開催するTestCompleteオンラインハンズオンセミナーの詳細をお届けします。
エクセルソフト株式会社が開催するTestCompleteセミナーでテスト自動化を学ぼう!
エクセルソフトが2025年7月25日に開催するTestCompleteオンラインハンズオンセミナーの詳細をお届けします。
news.3rd-in.co.jp
July 22, 2025 at 4:49 AM
I feel like a complete rube or something but I have a strong need to do test automation for Windows desktop applications and that basically means using a low/no-code tool like TestComplete or Ranorex. right?

It seems like this particular market area is Smol vs "omg it's a react saas web app"
December 5, 2025 at 1:32 PM
Qual. Eng. Mgr. [REF B0013] at Bounteous Inc.
Lead QA strategy; manage QE teams; automate & standardize testing (Jira, TestRail, Selenium, Jenkins, TestComplete); partner w/ Product, Engineering & DevOps across SDLC/CI-CD. Req. master's degree in Comp. Sci. or SE or for. eq. & 2 yrs of exp. as a Sr. QA Anal. or Qual. Eng Mgr. or Mgr. Testing. 2 yrs prof. exp. w/Jira, TestRail, UAT Testing, Jenkins, Confluence, Selenium, & TestComplete Reqd. Sal: $108,200 Med, Dental, LI, EAP, Disab., 401k. Occ. U.S. travel up to 20%, avail for empl. at various sites in U.S. No fixed itinerary. Contact: Qual. Applicants send resume to talent@bounteous.com and Ref. job title & Job #B0013 in subj. line. ----------------------------------------------------------------------------------- JOBS.NOW Note: To tap into these hidden job opportunities, it's crucial to adhere strictly to the application process outlined in each job ad. At JOBS.NOW, we ensure that every listing includes detailed employer instructions. Follow them precisely to be considered for these unique positions! The "Log Application" button simply allows you to log the application for your records - JOBS.NOW does not submit any applications to employers directly. Remember to still apply through the method indicated in the job ad (mail, email, or via link). Please note that JOBS.NOW is an independent website and does not post this listings on behalf of any employers nor do we receive any compensation for these listings. All listings are sourced via media or internet channels required by the PERM process.
www.jobs.now
January 18, 2026 at 10:00 PM