SVSwetha Vechalapuinswethavechalapu.hashnode.dev·Apr 12, 2024 · 3 min readSelenium Interview : GLWhat is Maven ? Maven is a build tool. It is used to manage Java libraries All libraries are defined in pom.xml file in java project. Each library is added as dependency in pom.xml How do you do driver setup in selenium ? We do driver setup usin...00
SVSwetha Vechalapuinswethavechalapu.hashnode.dev·Oct 17, 2023 · 15 min readFunctional Testing InterviewTell me about your self - Nirmaan I am swetha vechalapu. I have 2 years of experience as software engineer in ASM IT Solution. As a software engineer I worked on developing static web pages using html and css. I also automated it using selenium. ...00
SVSwetha Vechalapuinswethavechalapu.hashnode.dev·Sep 7, 2023 · 1 min readJava BasicsWhat is Java Class? What is Object in Java ? Static vs Non Static Methods Method Syntax00
SVSwetha Vechalapuinswethavechalapu.hashnode.dev·Jul 6, 2023 · 4 min readManual Testing QuestionsWhat is requirement ? A requirement in software engineering is a feature of new software that someone wants. Below is that Example of a requirement: Develop a blog Blog should have cards Blog should have comments sections Testing Flow Test Ca...00
SVSwetha Vechalapuinswethavechalapu.hashnode.dev·Jun 8, 2023 · 6 min readSelenium Interview questionsWhat is selenium ? Selenium is used for UI / Web Automation. Selenium is a java library. It has lot of methods to interact with browser. It does not support desktop application. It does not support API Automation It supports almost all browser l...00