sandeepsamudrala.hashnode.dev10 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
sandeepsamudrala.hashnode.devMastering the testing fundamentals: 15 Common Terms Every Tester Should KnowIf you're new to software testing, it can be overwhelming to learn all the terminology used in the field. But fear not! I've prepared this handy list of 15 common terms you need to know to ace your next software testing interview. From test cases and...Mar 29, 2023·2 min read
sandeepsamudrala.hashnode.devDocker and Kubernetes 101Before understanding what is Docker and its uses, let's try to get to know a few terminologies. OS Kernel: it is responsible for interacting with the underlying hardware. Operating Systems like Ubuntu, CentOS, and Fedora will have their OS Kernel(Lin...Mar 22, 2023·11 min read
sandeepsamudrala.hashnode.devAutomation Testing101 : Load RunnerWhat is LoadRunner LoadRunner is a software testing tool from Micro Focus. It is used to test applications, measuring system behaviour and performance under load. LoadRunner can simulate thousands of users concurrently using application software, r...Jan 29, 2023·6 min read
sandeepsamudrala.hashnode.devGet these Git commands handyCommand line instructions Git global setup git config --global user.name "YourUserName" git config --global user.email "name@email.com" //to set the username git config user.email "email@example.com" //to get the username git config user.email //...Jan 10, 2023·2 min read