Tag testing

Testing Strategies in a Microservice Architecture

Microservices are a popular architectural style for building applications that are resilient, independently deployable and highly scalable. But a successful microservice architecture requires different approach to both designing and testing. What is a Microservice architecture and how it differs from…

Selenium Grid setup for Remote execution

Why do you need Selenium Grid setup for remote execution? Scenario1 – You need to run your selenium automation tests with different browser/OS combinationScenario2 – You need to run selenium tests in parallel across different or same browsers….. There can…

Test Estimation – misconceptions

What is test estimation? Test estimation is a prediction based on probabilistic assignment and is a continuous process, which should be followed and used throughout the project life-cycle. Wiki definition of Estimate: Estimation is the process of finding an estimate,…

Test strategy

What is it? What does it look like? As per James Bach “How we plan to cover the product so as to develop an adequate assessment of quality.” A good test strategy is: Specific Practical Justified Wikipedia defination “A test…