vaishnavithetester.hashnode.devUsage of annotations in TestNGTestNG annotations are defined before methods in the Test class to control the next batch of code/method to be executed. If in case any of the annotations are NOT defined in front of a test method, the compiler just ignores and executes it as a part ...Jan 30, 2023·3 min read
vaishnavithetester.hashnode.devPart - 2 : Learning more about Selenide ElementsLet's start our baby steps from here... From the recent blog, we got to know that the below methods play a major role in Selenide writing any test script - open(URL) = To launch the URL mentioned. $(selector) = returns the object of the first eleme...Dec 21, 2022·2 min read
vaishnavithetester.hashnode.devPart - 3 Functional Testing and its Testing ApproachesWhat is Functional Testing (in a deeper context)? Process of verifying a system working as expected when its functionality is examined by a user or by another system. A few of them might include - Unit Tests: Initial step of testing is to check each...Dec 12, 2022·2 min read
vaishnavithetester.hashnode.devSelenide IntroductionCreated by Andrei Solntsev What is Selenide? Wrapper for Selenium WebDriver which allows users to write easier, faster UI Tests. This solves different problems related to Selenium Webdriver, a few of them are; Thread Safety, Run-Time Exceptions, T...Dec 12, 2022·2 min read
vaishnavithetester.hashnode.devPart - 2 of QA ResourcesIn this blog, let's check what exactly STLC is? and the Testing classifications - which is mainly required to know as a Test Engineer. STLC - Software Testing Life Cycle This is a sequence of activities performed by the Testing team for a quality of...May 13, 2022·3 min read