shalinibaskaran.hashnode.devTop 10 PHP Testing Frameworks for 2024A framework is a collection or set of tools and processes that work together to support testing and developmental activities. It contains various utility libraries, reusable modules, test data setup, and other dependencies. Be it web development or t...Apr 24, 2024·19 min read
shalinibaskaran.hashnode.devHow To Generate Extent Reports In SeleniumSelenium is a great tool when it comes to reporting, as it provides inbuilt reports using various frameworks like TestNG and JUnit. Though a few built-in reports are available, they do not provide information on the steps executed as part of the test...May 19, 2022·78 min read
shalinibaskaran.hashnode.devHow To Use isDisplayed() In Selenium WebDriverIf you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain t...Apr 22, 2022·17 min read
shalinibaskaran.hashnode.devHow To Run JUnit Tests In Jupiter? [JUnit Jupiter Tutorial]JUnit Jupiter is a perfect blend of the JUnit 5 programming model and extension model for writing tests and extensions. The Jupiter sub-project provides a TestEngine for running Jupiter-based tests on the platform. It also defines the TestEngine API ...Mar 16, 2022·19 min read
shalinibaskaran.hashnode.devHow To Automate Login Page Using Selenium WebDriver?Selenium has always been the most preferred test automation framework for testing web applications. This open-source framework supports popular programming languages (e.g. Java, JavaScript, Python, C#, etc.), browsers, and operating systems. It can a...Feb 11, 2022·14 min read