Home » Selenium

Differences between getText() & getAttribute() methods?

What are differences between getText() and getAttribute() methods? WHAT IS GETTEXT() METHOD?  getText() is a method which gets you the visible  inner Text of this element, including sub-elements, without any leading or trailing white space. Inner text is…

Read More »

TestNG Assertion in Selenium

Q: What is TestNG Assert and list out common TestNG Assertions? A TestNG assertion in Selenium is a way to verify that the actual behavior of an application matches the expected behavior. It is a mechanism that allows…

Read More »

Maven

What & Why Maven? Maven is an automation and build/project management tool. It is written in Java Language and used to build and manage projects written in C#, Ruby, Scala, and other languages. Maven helps the developer to…

Read More »