Would you know what to do if you were asked to write a test case? and how to do it properly. What about a test case and test scenario? Do you know the difference between them? Read more to understand the characteristics of a good test case, and how to write them efficiently.
Difference between Test Plan and Test Strategy
Discussing the difference between a test plan and a test strategy explaining when should you use a plan, and when is it better to use a strategy
Qualities of a good tester
Testers are always the backbone of a project. For a tester to play multiple roles and to do their work efficiently they must have some unique qualities.
Why Scriptless testing is in trend?
Scriptless Test Automation enables testers and business users to automate test cases without worrying about the coding. It helps to achieve faster results and reduces the time expended to understand and develop the code leading to faster TTM higher ROI and increased coverage with low maintenance.
Testing in Machine Learning
Testing in Machine learning is way too different from the way we test software traditionally(functional tests regression tests etc.) where we check for actual vs expected behavior of any given application. In the ML world data sets with desired behavior are used to train the model(learn the logic) and we need to check if the trained model consistently provides us with the expected output.
My Transition from QA Leadership position to only Hands-on projects
Sharing my work experience moving from the Dominican Republic to the USA. From being Regional QA lead for Transunion Latam to working at Chipotle.
Bug Advocacy-An Effective Way of Writing A BUG
The excellent bug report raises the issue and provides sufficient data for a good decision.The article describes why do programmers do not fix some bugs so how to report bugs accurately so that the reader understands the impact of the problem and takes up for fix.It describes RIMGEN a guide for how to investigate bugs and communicate better.It also describes about some good Bug reporting skills for a Tester to improve his credibility.
Do Skills come with the Position?
It includes my observation regards to position in my career. You have to work on skills instead of chasing only a position without any effort. Sometimes people get a position but are unable to manage it due to skills and never try to overcome it and problems begin from here.
A path not taught
This article is about my unconventional path into software testing at the age of 50. I often see people asking if they are to old to learn to code to old to change careers. It is also about alternative career paths if you just graduated a coding Bootcamp giving people options that they may have never pursued.
What is Test Design exactly?
Why is test design called test case design? Are writing detailed test cases a design? But how are we identifying the behavior of the software and conditions for the software to get checked? In this article I am trying to share my thoughts on what is test design and what are the skills required to perform test design.