Systems | Development | Analytics | API | Testing

The Test Tribe

Accessibility Testing: Where do we start?

My first attempt to understand accessibility and how to test it started back in 2016. I was working for a company where accessibility was already an important part of the process. I was asked to perform accessibility testing on the product to determine whether we could claim to be accessible. Since it was a new subject for me, I was quite confused. Where should I start? Should I be certified to provide a proper assessment? Do I need to request assessments from third-party companies?

Transitioning to Automation Role: Embracing a Future of Possibilities

The path to automation opens a world of possibilities. It’s an opportunity for professional growth, skill enhancement, and a chance to increase your impact on your team and projects significantly. As a QA professional, you possess a unique set of skills and insights that are immensely valuable in the sector of automation. This transition is not merely a change in day-to-day tasks but a promising venture into a space brimming with innovation.

How to Prepare for Technical Interviews | Ben Dowen | #technicalinterview #interviewpreparation

In this video, Ben Dowen shares insights on mastering technical interviews. Discover strategies for overcoming challenges and understanding technical expectations, including the importance of writing code that is clear and readable. Learn how practice can help you save time and build confidence during interviews. Plus, explore the value of comments and documentation in effectively communicating your solutions. Whether you're a seasoned professional or new to technical interviews, this video offers valuable tips to help you navigate and excel in your next interview.

Snapshot Testing in the Backend

The first time I learned about snapshot testing was in the context of front-end testing. It made a lot of sense. Writing an assertion-based test to check if a component was correctly rendered as HTML is tricky. And difficulty grows with the complexity of the output. Snapshot testing seemed a reasonable technique to get the job done, even with some caveats.

#SoftwareTesting and Its Transformative Impact on Accountability | Vipin Jain | #automationtesting

In this video, Vipin Jain explores the transformative impact of software testing on accountability, he highlights the critical role of software testing in ensuring accountability throughout the development process. From identifying bugs to verifying functionality, software testing plays a pivotal role in upholding quality standards and maintaining accountability within software projects. Whether you're a developer, tester, or project manager, this video offers valuable insights into the importance of software testing and its role in fostering accountability in software development.

Enhancing Software Testing with Large Language Models: Navigating the Challenge of Hallucinations

Software testing is an indispensable stage in the software development lifecycle, tasked with verifying application reliability, security, and performance before deployment. This process evaluates software components to ensure they adhere to specified requirements and perform reliably under varied conditions.

How to Choose the Right #AutomationTools for Your Needs? | Kunal Ashar | #automationtesting

In this video, Kunal discusses the crucial steps to streamline your automation process effectively in this insightful discussion. He breaks down the key considerations for selecting the perfect tool to solve your automation challenges. 🔍 Key Points Covered: Don't miss out on this essential discussion that will help you to make informed decisions in selecting the right automation tool for your needs. Gain valuable insights into maximizing efficiency and effectiveness in your automation testing.

To Those Who Think #SoftwareTesting Is Dead | Mahesh Chikane | #automationtesting #testautomation

In this video, Mahesh Chikane delves into the future landscape of software testing in 2024. In this discussion, Mahesh explores the evolving nature of jobs in the tech industry, the increasing prevalence of automation, and the crucial importance of upskilling for software testers. With AI on the horizon, Mahesh provides valuable insights into how the role of testing is poised to change and the skills needed to thrive in this dynamic environment.

How To Improve #TestAutomation Speed? | Yatender Sharma | #softwaretesting #automationtesting

In this video, join Yatender Sharma as he reveals valuable insights on accelerating test automation speed in this engaging video. Discover practical strategies to enhance your automation processes and achieve faster results. From automatic failure analysis and correction to seamless integration with Continuous Integration & Delivery (CI/CD) pipelines, Yatender covers it all.

Selenium Python Tutorial for Beginners

In today’s rapidly evolving software development landscape, the dependability and functionality of web applications are really important. When used in conjunction with Python, Selenium presents a sophisticated answer to many urgent issues faced in the test automation area. It effectively tackles the need for swift, consistent, and precise testing of web applications across various browsers and environments.