PinnedHirosh TharakainTechie 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
PinnedHirosh TharakaCustomized 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
Hirosh TharakaQMetry (JIRA Plugin) enables bulk test case creation and import.Introduction:Oct 29Oct 29
Hirosh TharakaOpen 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
Hirosh TharakaShades of ‘API Testing’Below is a summarized detail about the diversity and differences that distinguish under the umbrella of API testing.Sep 4Sep 4
Hirosh TharakaGIT 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
Hirosh TharakaStripping 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
Hirosh TharakaAutomatically 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
Hirosh TharakaRemove user.name / user.email from git configTo Remove the user.name and user.email from global git config; Open the Git Bash and enter the following code: git config --global…Jul 5, 2022Jul 5, 2022
Hirosh TharakaGit Merging Branches (with Conflicts)Master Branch — master Feature C— feature-c (branch which will have the conflict with master)Mar 1, 2022Mar 1, 2022