PinnedPraveen David MathewWinAppDriver: First step into Windows app Test automation using WebdriverIO and WinAppDriver.Boiler Plate Code:Jul 24, 2021Jul 24, 2021
PinnedPraveen David MathewCreating Allure report with cucumber 6 (TestNG):Create allure reportsJul 11, 20211Jul 11, 20211
Praveen David MathewHow to handle css entities in locators and textWhat are entities in web ?Jan 23, 2023Jan 23, 2023
Praveen David MathewHow to use Typescript files inside Javascript file?Introduction:Jan 9, 20231Jan 9, 20231
Praveen David MathewBinary search explained:Binary search is one of the highly efficient search algorithm with a complexity of log(n) as here we divide the target array to half n/2…Apr 14, 2022Apr 14, 2022
Praveen David MathewWriting cleaner code by avoiding switch case and nested if in Javascript:There are ways in which you can reduce number of lines of code and make the code looks cleaner.Apr 14, 2022Apr 14, 2022
Praveen David MathewBig O notation : Understanding different time complexitiesWe already discussed what is Big O and how it helps in writing more clean codes by avoiding nested loops and improving efficiency.Apr 14, 20221Apr 14, 20221
Praveen David MathewLearning to use jest for unit test: Creating a npm command line Utility — Part 3Description:Feb 18, 2022Feb 18, 2022
Praveen David MathewLets get user inputs using inquirer and Yargs — Creating a npm command line Utility — Part 2now lets see how we can get user inputs to over commandline uilityFeb 16, 2022Feb 16, 2022
Praveen David MathewNarrative story on “How to create command line utility” project — Part 1Description:Feb 7, 2022Feb 7, 2022