🚀 Discover smarter approaches to AI testing, risk assessment, and quality engineering. Save your seat for the live demo and Q&A Now! 🚀
Ask questions, get answers, share your knowledge and engage with your peers
Recently active
After attending Oracle AI World, one thing is clear: Oracle is all in on AI. From embedded agents across Fusion Applications to the AI-native Oracle Database and OCI’s massive model-training capabilities, Oracle is positioning itself as the platform where enterprise AI comes to life.The energy was infectious. Every session, demo, and conversation carried a sense of acceleration: faster decisions, faster workflows, faster innovation. But beneath the excitement, one question kept coming up in my mind (and in quiet side conversations with customers and prospects):How do we move fast with AI without breaking what’s already working?That’s where Tricentis comes in. (Learn how in our webinar, Future-proof your Oracle automation.)Ensuring confidence in Oracle’s AI-powered worldAs Oracle weaves AI deeper into its ecosystem, the complexity of change multiplies. New agents, new data pipelines, and new user experiences mean constant updates and constant risk: of broken processes, data discrepancie
Hello UK community! I’m interested to know, as a community, where you go to consume your industry news and information. Would you mind selecting one of the following options before Wednesday 26th November? Thanks in advance!
Do you have to use Claude Desktop with NeoLoad or is there another way to use their MCP? Can you use web versions of Claude or another chat tool?
Hi Team,Try to request your help to check my license issue, I already got below mail for the license request but the link cannot work once click will show error ‘Docs.tricentis.com reject to connect’ , can anyone tell me what’s the correct setup for the web browers or what should I do? I already set the security of browser as ‘lowest’. thanks so much.
In today’s DevOps-driven world, QA teams are expected not only to test for functionality but also for performance under real-world conditions. How can we ensure our performance tests reflect what happens in production? One powerful approach is to integrate Application Performance Monitoring (APM) tools like DataDog directly into performance testing workflows. This article explores why this integration is so important and how it works in practice – in particular, how Tricentis NeoLoad (a performance testing tool) works hand-in-hand with DataDog’s APM. We’ll break down the technical details (tagging virtual users, data flows, API keys) in an accessible way and highlight the big benefits for QA testers and developers. Let’s dive in!Why Combine APM with Performance Testing?Performance testing and APM are a natural fit. APM tools such as DataDog are traditionally used by IT Operations to monitor apps in production – tracking metrics like CPU usage, memory, database response times, etc., to
I’m curious to learn from the community: what strategies have you found effective when working with managers who have a more authoritative or dominant approach?How can teams maintain collaboration, stay productive, and foster a positive work environment while navigating strong personalities or high-pressure leadership styles?I’d love to hear your experiences and tips for turning these challenges into opportunities for growth for both the team and personal development.
They offer an AI-driven testing workflow that can cover the application, make test plans, and also heal the tests which are failed by themselves.I am questioning — what is their performance in real automation environments?Do they appear to be a major shift or just a more sophisticated trial at this moment? 🚀
The customer requested automation of the process for uploading Tosca-generated PDF reports to SharePoint. !--endfragment>!--startfragment>
I have completed the AS1 Course in the Tricentis Tosca Academy, by completing all the requirements and cleared the exam with 80%, but I did not got the certificate, I am waiting since 1 month, there is no support from the community.
Are you attending Tricentis Transform 2025? It's Tricentis’ biggest event of the year, bringing together quality engineering leaders, experts, and community members from around the world.If you’ve already purchased or planning to purchase your ticket – we’ve got a surprise for you! 📸 Post a photo or a short impression from the event in this thread, and we’ll make sure you get the gift.No code or registration needed. Just share your experience, be part of the community moment, and get rewarded.And of course, stop by and say hello to the Tricentis team on the day of the event.We can’t wait to see you in London or Nashville — both in person and in the thread! 😊
Hi All,How to prevent API Scan from saving API cookies and send it in next request. Basically I don’t want to Autosave API cookies saved in first API test step or delete it for next request Test Step in Test case. Tried the setting TCP like AutoSetCookies to False. It would be great help if anyone knows solution? Using 2024.1 version.
Hi everyone,Thank you to all who joined my session “AI Took My Job, So I Took Its Seat at the Table.” It was an absolute pleasure sharing my journey of how a single question from a CTO — “Why do we need human testers when GPT can generate test cases in seconds?” — led me to rethink the role of testers in the age of AI.If you couldn’t make it to the webinar live, the recording is now available hereIn the session, we explored: How AI can accelerate certain testing tasks Where it still falls short without human judgment Why the true value of a tester lies in asking the questions AI cannot imagine Now, I’d love to keep the conversation going. This thread is your chance to: Share your own experiences with AI in testing Challenge my perspective Ask me any follow-up questions you didn’t get to ask during the webinar Here’s the recording of the Q&A section that happened at the end of the webinar: Feel free to drop your questions in the comments below. I’ll be here to respond and e
Does Testim support BDD with Cucumber? I’ve heard mixed answers—some say yes, some say no. I’m from a non-coding background, and nowadays there are so many AI testing tools like Testim. From what I heard, AI tools can help write test cases, and in Testim you don’t need to do any coding. It’s mostly drag-and-drop, and since it’s a web-based application, you don’t have to worry about frameworks, element capturing, or XPath—AI and the tool handle all that.Also, does Testim support REST API?Between AccelQ and Testim, which one is easier to learn? How’s the job market for these tools? I’ve heard only a few companies use them because of the high cost.
Modern QA and DevOps teams are increasingly shifting performance testing to the left – executing load tests earlier in the development cycle to catch issues sooner. Integrating Tricentis NeoLoad into continuous integration (CI) pipelines makes this possible by automating performance tests as part of your build and deployment process. In this article, we’ll explore how to use NeoLoad with CI pipelines (as highlighted in the Tricentis Expert Session webinar on this topic) and cover key insights from the webinar’s technical demo. We will discuss why early performance testing is important, how the NeoLoad CLI enables CI integration, a recap of executing NeoLoad tests via command line and Jenkins, GitOps-style management of test assets in source control, automating test analysis/reporting, and best practices to achieve scalable, continuous performance testing in your pipelines.Why Shift-Left Performance Testing MattersTraditionally, performance testing was done late in the software lifecycl
Hello, I am facing issue, like. In my automation script I am using {ENTER} keyword in test steps. This working fine in my local machine (HOST), But in Remote machine when I am triggering the same test case its failing. The scenario is--Logs showing the test step as passed but actually its failing since tosca failed to find element from next window. If the {ENTER} functionality working fine, it supposed to navigate to next window. As its not working thats why its not moving to next window. This is for SAP Automation Please suggest what I need to do in this case.
the issue of automating the JavaScript sign-in popup in Tosca, which resulted in the "could not find the window" error: Adding More Waiting Time: You increased the synchronization or wait time (e.g., via WaitOn or timeout settings) to allow the popup to load fully before interaction, hoping to resolve timing-related issues. Selecting the Modal Popup First Before Input: You added a step to select or activate the modal popup container before attempting to input data into the username and password fields, aiming to establish the correct context for subsequent actions. Editing Focus Properties in XScan to True: During the XScan process (using the UIA engine), you modified the focus properties of the scanned elements (e.g., setting focus to true) to ensure the fields were interactable, but this didn’t resolve the issue. Using UIA Engine for Scanning: You initially scanned the components using the UIA (UI Automation) engine, which treats the popup as a window, and attempt
Hi,I am getting an intermittent error “Error while connecting to database. Please check your connection information is correct”. I recently upgraded the ODBC driver to version 18. Is it something related to this - Did anyone face this error?
I am trying to convert Business Test case which consists of noramal test cases into a Business Template Test Case. How the data parametrization should be implemented in this scenario. Say for example, In Demo webshop scenario I have normal test cases for Login Process , Checkout Process, Payment Method Selection, Order Confirmation. All these are normal individual test cases. I combine these into Business Test Case and convert to Business Template. Now How to link Test Sheet or Exce Data Source and pass the Payment Method as Credit Card, Money Order, Purchase Order, Cash On Delivery from Business Test Case Template to child test case Payment Method Selection and create 4 different instances for Credit Card, Mondey Order, Purchase Order and Cash On Delivery. When I searched for the solution in ChatGPT [since I could not information from any other source like KB Article, Google], it has recommened this solution. Expand your BTCT (Order Placement in Demowebshop). You should see a chil
Hi everyone,I’m looking to understand how customer service automation tools can be effectively integrated into quality engineering and testing workflows. Specifically, I’m interested in solutions that can streamline support processes, handle routine inquiries, and free up teams to focus on higher-value tasks, all without compromising service quality.Has anyone here implemented such tools in a QA or testing environment? I’d love to hear about your experiences, lessons learned, and any best practices you’ve found for balancing automation with human oversight.
We have scanned a tree table in my application which is built in SAP UI5 Tree table design but it's not identifing as a Tree Table structure and it's showing normal table with rows and columns.Do we need to install any custom control's for this issue?I have downloaded XML file for custom control's from chatgpt but still it's not able to identify as Tree Table. Thanks in advance for your help.
A friend told me today that his teammates believe that AI is a solved problem and there is no risk to using AI to build their apps and indeed using AI in the app itself. And most people I know see many potential perils and pitfalls in GenAI/LLM tools and assistants. And, the teams I have been working with the last few years are not using any AI tools at all. I believe AI is here to stay and we all need to learn how to make it an effective part of our toolbox. But I’m concerned that there’s a perception out there that this is a done deal, we can safely use AI tools. What are other people seeing, thinking?
Testing inexplicable fuzzy AI systems requires adapting our testing approaches and methods.What challenges are you facing? Where do you struggle? What strategies have you found effective? Share your challenges, experiences, fears, and insights.
Agility and quickness are now essential in the rapidly changing field of software development; they are no longer optional. Today's businesses need frequent upgrades, quick releases, and a zero-tolerance policy for errors or performance problems. To meet these high expectations, Agile development teams have adopted a variety of tools and strategies to accelerate delivery without sacrificing quality. Among the most impact of these strategies is Shift-Left Testing, a practice that is fundamentally changing the way software is tested and released.This post explores the concept of shift-left testing, why it matters in Agile environments, and how teams can implement it to achieve faster releases, better collaboration, and higher quality products.What is Shift-Left Testing?Traditionally, software testing is performed toward the end of the development lifecycle after the code has been written, integrated, and even deployed to staging. This practice often delays bug discovery and makes defect
How to choose a basic framework and tools for automated testing of AI?
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.