10 Must-Know Shortcuts for Eclipse and IntelliJ IDEA - Boost Your Productivity Today!If you are tired of wasting time clicking through endless menus in your IDE, have a glance at the below shortcuts, I have created this to help you work comfortably with the most used IDE. I will share the top 10 most commonly used shortcuts for two o...Mar 30, 2023·3 min read
Top Linux commands that you should knowLinux commands I have listed few most frequently used linux commands and it usage, if you have come here for any specific command please use search option. cd : used for changing directory. cd Desktop it goes to Desktop folder if available. cd .. : ...Mar 3, 2022·5 min read
Know all about Xpath in one goXpath is one of the locator that we use to locate web elements. it is the primary skill of Test automation engineers. mastering it will help you standout. Lets directly jump into the topic. Syntax : //tagname[@attribute='value'] //div[@class= 'classn...Jan 31, 2022·5 min read