PinnedEveline D'souzaAutomation 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, 202210Feb 11, 202210
Eveline D'souzaMy 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 28Jul 28
Eveline D'souzaCommon git commands every Automation tester must knowHere’s a consolidated a list of some common Git commands along with a short description.Feb 16Feb 16
Eveline D'souzaJava: 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 14Feb 14
Eveline D'souzaJava: A quick brush up guide on StringsHere’s a list of key concepts you need to know about Strings.Feb 14Feb 14
Eveline D'souzaJava: A quick brush up guide on ArraysLet’s delve into high level details on the key concepts of arrays in Java:Feb 5Feb 5
Eveline D'souzaJava: Common array-related coding questions on integersHere’s a curated list of common array-related programming problems for Integers in Java.Feb 4Feb 4
Eveline D'souzaJava: 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 1Feb 1
Eveline D'souzaJava — 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 31Jan 31
Eveline D'souzaHow 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 27Jan 27