PinnedPublished inTechie QAParameterize Values in PostmanRecently created a postman collection for some of the business flows in a mobile application from API level, after intercepting the calls…Nov 21, 20171Nov 21, 20171
PinnedCustomized JWT encoded with HMAC_SHA256 / HS256Creating a Encoded JWT (JSON Web Token) Access Signature (Token) using the Postman for authentication as ‘pre-request script’ was a…Jun 11, 20181Jun 11, 20181
GIT Branching — Naming Convention and GuidelinesA consistent Git branch naming convention makes it easier to understand the work being done in a particular branch when team members are…Nov 21Nov 21
Standard Test Governance Meeting — Email TemplatesEmail Templates to be used for the standard testing related meetings.Nov 12Nov 12
Open Close Curly Braces Verification (QA Technical Interview Assignment — Algorithm / Java)Interview assignment in implementing an algorithm/method to verify if the opened curly braces are closed in any given string.Sep 9Sep 9
Shades of ‘API Testing’Below is a summarized detail about the diversity and differences that distinguish under the umbrella of API testing.Sep 4Sep 4
GIT Error : RPC failed; curl 18 transfer closed with outstanding read data remainingQuick fix for the GIT Cloning failure causing due to the repository weight or the internet connectivity.Apr 1Apr 1
Stripping in Java using Strip()To remove the spaces/whitespaces in JAVA, the strip method was introduced. Below are the 3 methods and their use-cases for your reference;Nov 16, 2023Nov 16, 2023
Automatically reformat code on save in IntelliJConfigure the IDE to reformat code in modified files automatically when your changes are saved.Jul 12, 2023Jul 12, 2023