🚀 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
Hi team , Is there any certified course that I can explore in Lead manual testing with AI integrated tools Please suggest. Thanks,Divya M
Greetings,Hope having a fantastic December holidays to you all!Allow me to request you guys’ help for the following issue!After running the DEX execution overnight, some testcases are updated with the updated execution logs while some are not updated at all.Looking forward to you guys’ suggestions!With Regards,Zuzan
With AI transforming how we test and learn, I’ve found that staying curious—and plugged into the right spaces—makes all the difference. Personally, I’m always exploring:Shiftsync for its vibrant discussions Tosca support hub for troubleshooting and deep dives Ministry of Testing for insightful articles and community vibes LinkedIn (especially testing and software engineering mentors or leaders) for real-world wisdom Weekly testing newsletters for bite-sized updates Automation Guild podcasts for inspiration on the go Conferences by Rahul Shetty & The Test Tribe for networking and new ideas Udemy & YouTube courses whenever I want to quickly upskill or fill knowledge gaps Books as well. There is a recent one by James Bach and Bolton -Taking Testing Seriously which I’m planning to have hands-on soon. But everyone has their own secret sauce for continuous growth and learning—so I’d love to hear what’s working for you!What are your favorite resources, tools, or communities helping y
Hi All,Has anyone integrated qTest with Selenium?We’re looking to trigger test execution from qTest and automatically return the results back into qTest.Any guidance or shared experiences would be greatly appreciated.Cheers, Jag
The Screenshot captured by 2024.2 version of Tosca captures partial screen despite the setting for Screen set to everything. Could you please guide me with the issue here? Full screen view:Full screen viewTosca Screenshot:Tosca Screenshot
What books, blogs, or resources are popular among software testers in 2024 for staying updated on the latest trends, techniques, and best practices?
Hi,Since I am going to change jobs I want to change the e-mail address of my Tricentis account to my private e-mail address. How can I do this?I don’t have access to the Tricentis Virtual Agent and cannot find an e-mail address to request for the change.Hopefully someone can help me, i like to keep the badges I earned.BestBastiaan
This is the complete error i am getting while trying to scan- Impossible to connect to Appium Server at 'http://127.0.0.1:8585/'. Please, check if the address is correct and connection is possible. Original error: 'Command 'C:\\Users\\rishi_harjani\\AppData\\Local\\Android\\Sdk\\platform-tools\\adb.exe -P 5037 -s 9b09478b shell 'settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy'' exited with code 255'; Command output: Also, This is the article(KB0015473) i followed to setup environment variable but nothing works. same issue. My android real device is successfully connected and visible in TMA but while trying to scan , I am getting the error. Any idea/suggestion how to resolve this. ?
Hello, has anyone experiance with the automation of an application created with teh Vaadin framework?https://vaadin.com/ We are struggeling with the identification of the gui objects. Thanks,Volker
The error wat am getting whole triggering the events please make sure that you are authorised to access the service endpoint https//tricentis.host:443/automationobjectservice/Events. This is the error am receiving. I have checked the dex setup , authenticated the api tokens and have given the access tokens to the agent restarted the dex execution services checked the server details inside the commander all the Authorization everything is correct and inside the agent machine the communication is also working. But still this error is triggering . Can I get a step by step solution why this error is triggering. Even though the SSL certificates everything is correct
We have a scenario with two dropdowns. Based on the selections made in both dropdowns, the third field is sometimes enabled or disabled. Instead of using an IF statement with a condition, we attempted to pass the condition directly. For the third field: We entered the value as Enabled -> <name> and set the Action Mode to Buffer. For the same third field (copied and pasted), we passed the condition as {B[name]} == "TRUE" and entered the text value in the Test Step Value column with the Action Mode set to Input.
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.
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.
The customer requested automation of the process for uploading Tosca-generated PDF reports to SharePoint. !--endfragment>!--startfragment>
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.
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.
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.