elser.hashnode.devFrom Tester to DeveloperHey there! In this blog, I will be sharing my journey on how I switched from being a tester and became a software developer. But first, let me tell you the story of how I became a quality engineer. Background By the end of my college, I lost my edge ...Apr 18, 2023·7 min read
elser.hashnode.devExecute Your Test Automation in GitLab CI/CDSo you've successfully automated your test cases and looking for the next step. Chances are, you will need to integrate or create a CI pipeline for it. If you are using GitLab as your code repository and looking for a way how to create a simple test ...Oct 10, 2022·3 min read
elser.hashnode.devSetup Guide for API Testing with Cucumber-js and PactumJSFor this blog, I'll be sharing a step-by-step guide to setting up Cucumber-js and PactumJS for API testing. Cucumber Firstly, why cucumber? Cucumber has been around for many years now and it is well known for its Gherkin syntax. If you are not famili...Jul 4, 2022·7 min read
elser.hashnode.devJavascript Naming Convention for BeginnersIntroduction Programming languages may have different naming conventions in declaring variables, classes, or file names. Typically, you would see Python programs use snake case when declaring variables while JavaScript programs use camel case. If you...Jun 20, 2022·3 min read