PinnedAutomation Testing Interview questions I have been asked for a SDET roleSince you have landed on this post, I presume you are looking for your next dream opportunity. If not probably looking to sharpen your…Feb 11, 20229Feb 11, 20229
My Notes on Machine Learning: Supervised vs Unsupervised LearningNote: I’m creating these notes for my reference to probably revisit it in the future and this page will be updated as and when I learn new…Jul 28, 2024Jul 28, 2024
Common git commands every Automation tester must knowHere’s a consolidated a list of some common Git commands along with a short description.Feb 16, 2024Feb 16, 2024
Java: A quick brush up guide on HashMapsA HashMap in Java is part of the Java Collections Framework and is used to store key-value pairs. It is a part of the java.util package and…Feb 14, 2024Feb 14, 2024
Java: A quick brush up guide on StringsHere’s a list of key concepts you need to know about Strings.Feb 14, 2024Feb 14, 2024
Java: A quick brush up guide on ArraysLet’s delve into high level details on the key concepts of arrays in Java:Feb 5, 2024Feb 5, 2024
Java: Common array-related coding questions on integersHere’s a curated list of common array-related programming problems for Integers in Java.Feb 4, 20241Feb 4, 20241
Java: Hashmap vs HashtableHashMap and Hashtable are both classes in Java that implement the Map interface and provide key-value pair storage. However, there are some…Feb 1, 2024Feb 1, 2024
Java — Can final methods be overridden?In Java, a final method cannot be overridden by a subclass. When a method is declared as final in a class, it means that the method…Jan 31, 2024Jan 31, 2024
How to explain your automation framework in an interviewI’m using an example of a basic automation framework created using selenium with java, BDD, Maven which extend the features of reporting…Jan 27, 2024Jan 27, 2024