Posts

🦾 S.O.L.I.D Design Principles for Test Automation Engineers & SDETs 

S.O.L.I.D Design Principles very important to understand by expert QAs if they look for Architect kind of roles. Todays business applications much more complex than ever and it demands automation development not to be less than software development. 1️⃣ Principle 1: Single Responsibility Principle (SRP)A class should have one, and only one, reason to change. …

🦾 S.O.L.I.D Design Principles for Test Automation Engineers & SDETsΒ  Read More »

πŸ“œ Testing Manifesto mapped to Agile Manifesto

The Testing Manifesto and the Agile Manifesto are two documents that define the values and principles of testing and software development in agile environments. They share a common vision of delivering software that works and satisfies the customer’s needs, but they also have some differences in how they approach testing and quality.The Testing Manifesto consists …

πŸ“œ Testing Manifesto mapped to Agile Manifesto Read More »

10 key pillars of a Culture of Quality

1. Leadership demonstrates a clear commitment to quality.Quality starts at the top. Executive and Senior Leaders must demonstrate a strong commitment to quality principles. 2. Leadership leverages their voice and position to advocate for quality.Beyond commitment leaders must also be active advocates for quality principles, leveraging their voice and position to prioritize quality efforts and …

10 key pillars of a Culture of Quality Read More »

✏️ How can you ensure that automated testing results are accurate?

ℹ️ Test Data Management:Ensure that test data is consistent and well-managed. Use clean and known data for testing to eliminate data-related issues. πŸ“ Logging and Reporting:Implement detailed logging in your test scripts to capture relevant information during test execution. Regularly review logs to identify issue πŸ‘€ Test Reviews and Peer Reviews:Conduct code reviews and peer …

✏️ How can you ensure that automated testing results are accurate? Read More »

Are QA Engineers Insurance Agents?

Here’s how jobs in the insurance industry can be mapped onto roles in the field of software testing: Insurance Agent or Broker – Software Test Consultant: Similar to agents or brokers understanding clients’ insurance needs, test consultants understand clients’ software testing requirements and recommend appropriate testing strategies. Customer Service Representative – User Acceptance Tester:Just as …

Are QA Engineers Insurance Agents? Read More »

✏️ What questions do you typically ask when meeting with stakeholders to discuss testing of a product?

✍️ Here is a list that may help you:– What are the business goals for this project?– What are the most important features or functionality to test?– Are there any specific risks or areas of concern that you would like us to focus on?– Who are the end users of this product or service?– What …

✏️ What questions do you typically ask when meeting with stakeholders to discuss testing of a product? Read More »

✏️ How would you recommend prioritizing manual testing vs automated testing?

βœ… Prioritizing between manual testing and automated testing depends on various factors, including project goals, constraints, and the nature of the software being developed. Here’s a recommended approach for prioritizing manual testing vs. automated testing: 🌐 Understand the Project Context:Start by understanding the specific context of your project. Consider factors such as project size, complexity, …

✏️ How would you recommend prioritizing manual testing vs automated testing? Read More »