🚀 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
What’s up, ShiftSync Community?Welcome to the first edition of “In Sync” a monthly digest where we highlight the latest and greatest of what’s going on in the ShiftSync community. So, let's take a fun ride through all the exciting stuff happening this past month, and a sneak peek at what's coming up. Buckle up!Discover Tailored Experiences: Community Zone and Tricentis Product Resources now live!Read about the newly introduced streamlined way to approach the community, enhance your experience and provide resources tailored to your interests.Spotlight on the Latest Videos & Webinars AI Automation for Manual Testers. Webinar by Dmitry Vinnik from MetaCheck out this insightful webinar where Dmitry Vinnik dives into how teams can supercharge their test automation efforts using Tricentis’ top-notch software development practices and tools. Discover how Tricentis solutions, like the AI-powered Tricentis Tosca, make it easy to integrate test automation—no coding required—while empowering
1️⃣ Automated Testing - Let the machines do the work, but at what cost?2️⃣ Manual Testing - Human touch is invaluable, or is it?3️⃣ CI/CD Pipeline Testing - Seamless integration or overkill?4️⃣ Exploratory Testing - Creative freedom or chaotic mess?5️⃣ Test-Driven Development (TDD) - Code-first or test-first?🎯 Vote and defend your choice in the comments!What would you sacrifice, and why? Let the debate begin!
Functionality failures in cases where no apparent code or infrastructure changes were made can be tricky to diagnose. Common root causes include environmental drift, where configurations or dependencies in the environment subtly change over time, leading to inconsistencies. Data-related issues, such as corrupted or outdated data, can also break functionality without any direct code changes. External factors like third-party APIs, services, or network-related issues may alter their behavior, impacting the application. Timing or concurrency issues can surface unexpectedly, especially in high-load scenarios. Finally, hidden bugs or edge cases may not have been caught during testing but reveal themselves later due to changing conditions.
Since we are testers we tend to spot pattern and issues even when we do not want to :smiley: .So i was wondering how do you spot a text that is generated by an LLM/AI.Please do not say I use a scanner.For me the tells are usually these 3* Using the prashe "In the world of"* Using words that one does not usually use in a day to day conversation like delve* The post is marked with emojis all the way.What about you?
Automated testing is crucial for fast feedback, but there’s often a trade-off between speed and thorough test coverage. What strategies do you use to ensure that your automated tests deliver rapid feedback without sacrificing coverage? Share your approaches for balancing test execution time with maintaining comprehensive testing, especially in continuous integration environments.
AI and machine learning are transforming many areas of software development, including test automation. Has anyone here integrated AI or ML into their test automation process? How has it affected the effectiveness, speed, and accuracy of your tests? Share your experiences, including any benefits or challenges you've encountered along the way.
In fast-paced DevOps environments, frequent code changes can make thorough testing a challenge. What’s your approach to ensuring high-quality testing without slowing down the development pipeline? How do you balance speed with accuracy, and what strategies or tools do you use to maintain test coverage and effectiveness in such a dynamic setting?
Flaky tests, which produce inconsistent results, can disrupt the development process and reduce confidence in test automation. What is your approach to identifying and managing flaky tests? Do you have any proven strategies or best practices for making them more stable and reliable in your test suite? We'd love to hear your methods for addressing this common challenge.
Test planning is crucial for ensuring comprehensive coverage, yet certain aspects are often overlooked. In your experience, what is the most commonly missed element in the test planning process? How does neglecting this aspect affect the overall test coverage and quality of the project? Share your insights on how to address this gap and improve the effectiveness of test plans.
Exploratory testing allows for flexibility and discovery, while structured test cases ensure thorough, repeatable coverage. Balancing the two can be challenging in a project. How do you manage both approaches in your testing process? Do you have any tips or strategies for finding an effective middle ground between exploratory freedom and the discipline of predefined test cases?
AI-based testing tools are gaining popularity due to their ability to improve test efficiency, accuracy, and coverage. Have you or your team integrated any AI-driven testing tools into your workflow? If so, how have these tools impacted the accuracy of your testing, reduced testing time, or helped in identifying potential defects earlier in the cycle? We're interested in learning about the practical benefits and challenges encountered with AI in testing.
Hi ShiftSync Community,I have one question related to the webinar for you:Name 3 AI features that software testers can already use today.One of you has the chance to win some nice swag provided by ShiftSync. Best,Daniel
In scenarios where your application integrates with real-time data feeds (e.g., stock prices, sensor data), how do you approach automated testing? What tools or frameworks help simulate or validate such real-time interactions?
When running automated tests in parallel, what are the most common challenges you've faced, and how did you overcome issues such as test data dependency or browser state? Do you have any strategies for efficiently managing resources?
AI models often operate as black boxes, making their decisions opaque. How do testers ensure they understand and trust AI-driven test results?
Flaky tests can undermine confidence in automated testing. How do testers identify the root causes and resolve these issues?
Exploratory testing is crucial for uncovering unexpected issues, but it can be hard to plan in a time-boxed environment like Agile. How do teams incorporate it effectively?
In a rapidly evolving tech landscape, automation strategies and tools must be adaptable to stay relevant. This question seeks to explore how QA professionals future-proof their automation efforts against emerging technologies and shifts in testing methodologies. It addresses the importance of building flexible frameworks, choosing scalable tools, and staying informed about industry trends. What proactive steps do you take to ensure that your automation processes and tools can seamlessly adapt to future changes, and how do you integrate forward-thinking practices into your overall testing strategy?
Hello everyone,I’m excited to join this vibrant community!My name is Rahul Pandya, and I am a Senior Engineer based in Berlin, Germany. With 10 years of extensive experience in software testing, I am eager to explore and learn more about AI tools currently utilized in the market. I look forward to gaining insights from all the members and sharing knowledge to further enhance our practices in testing.Looking forward to connecting and learning together!
Where does return render( <UserProvider> etc go in a test.js jest file? Here is the UserContext.js mock data file```import React, { useState } from 'react';// Create a mock UserContext with default userId as nullconst UserContext = React.createContext({ userId: null, setUserId: () => {}, // Mock function for tests});// Mock UserProvider to be used in testsconst UserProvider = ({ value, children }) => { const [userId, setUserId] = useState(value?.userId || null); // Always use the provided setUserId if available, otherwise use the internal state const contextValue = { userId, setUserId: value?.setUserId || setUserId, }; return ( <UserContext.Provider value={contextValue}> {children} </UserContext.Provider> );};export { UserContext, UserProvider };``` So does the below go above or in the describes if above do I pass the renderComponentWithUserContext to the describe condition as a parameter and each test that uses it? Apologies for the tro
Ever been in a meeting with other developers, and they keep throwing around terms you’ve never heard of or are not sure off.What is your go to place to quickly get the best information on the subject:Google Wikipedia? Some other tools?See below
Hi I have taken up AS1 Assessment 3-time buts not cleared it is saying that need to wait for 2 to 3 months can you please help me that I am want to take up the test now to Enable to take up the test to whom i have to contact
I want to share how I use a database for storing results of my database comparison which makes them easy filterable.I started with reports in files (and still have them for sharing and long-term storage), each run typically covering multiple subtopics and creating by that multiple files. And that twice for the new and the old database.Going through each file and looking for the same patterns again and again became laborious. Especial because filtering by fatality was demanding (I marked error classes by different colors while going through the files) . Even more when I wanted to see if similar failures happend over multiple subtopics.Now I can filter and sort for anything I want. By regexes!I also show them to others to discuss my findings.If you haven’t done something similar: Feel inspired to do something similar for yourself! Any question?If you have done something similar: How do you do and use it?This reports seldom last longer than some days. When I changed the report tables (esp
Hi Team,I am unable to access the product forum getting access error. Kindly help me to resolve the same Thanks,Harish N
Let's chat about books, whether they're for leveling up professionally or just for the sheer joy of reading! Your Fave Read: What's the book that you just can't get enough of? The one that you'd recommend to anyone who'll listen because it's just that good? Book You Love to Hate: We've all got that one book that we just couldn't vibe with. Which book gets the side-eye from you, and what rubbed you the wrong way about it? Next Up on Your TBR: What's the next book you're itching to crack open? The one that's been sitting on your shelf or your Kindle, waiting for its moment to shine?
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.