top of page
All Blogs
Search


A Detailed Guide to Reduce Run-time Using Parallel Testing in Selenium
Contents Introduction How do you perform parallel testing with TestNG? Example for Parallel Testing Test Run Time Comparison Advantages...
speaktovasanthi
Mar 9, 20234 min read


How to Capture Screenshots in Selenium Using Robot Class?
Contents Introduction Different Methods in Robot Class with Description Difference between Robot class and Action class in Selenium...
speaktovasanthi
Mar 9, 20234 min read
![CUCUMBER BDD Framework
[Sample Code and Types to Consider in BDD]](https://static.wixstatic.com/media/14e474_ca42da989a3b446fb92d9d0e403d7c69~mv2.png/v1/fill/w_336,h_250,fp_0.50_0.50,q_35,blur_30,enc_avif,quality_auto/14e474_ca42da989a3b446fb92d9d0e403d7c69~mv2.webp)
![CUCUMBER BDD Framework
[Sample Code and Types to Consider in BDD]](https://static.wixstatic.com/media/14e474_ca42da989a3b446fb92d9d0e403d7c69~mv2.png/v1/fill/w_450,h_335,fp_0.50_0.50,q_95,enc_avif,quality_auto/14e474_ca42da989a3b446fb92d9d0e403d7c69~mv2.webp)
CUCUMBER BDD Framework [Sample Code and Types to Consider in BDD]
PROJECT STRUCTURE What is cucumber? *Cucumber is a tool that supports Behavior Driven Development (BDD). *It offers a way to write tests...
Reka Narayanasamy
Mar 1, 20239 min read


How to use Pico Container in Cucumber?
Why we need Pico Container? Inheritance is not possible in Cucumber step definition class. What if we don't want to create objects for...
Sridevi Ponnusamy
Dec 24, 20223 min read


SELENIUM 101
Selenium WebDriver Installation Selenium is an open source, automated testing tool used to test web applications across multiple web...
Anandhi Kamalakannan
Dec 3, 20222 min read


How to effectively use Selenium locators
Well, If you are looking for how Selenium locators are used then you have landed at the right place!. This blog will cover everything.
Livya Dhilip
Nov 29, 20225 min read


XPath
Introduction The XPath is a navigation tool for XML documents that is used to traverse and locate elements in an XML file. However,...
samapti ganguly
Aug 9, 20223 min read


Xpath in Selenium
For automating any web Applications, locating web elements(link for locators in selenium) is first step. We need some unique attributes...
kalavalamadhuri3
May 6, 20225 min read


Locators in Selenium
As an Automation tester, we all know that for testing web-based applications, we need to perform specific actions on the HTML elements....
kalavalamadhuri3
May 6, 20226 min read


Cross Browser Testing in Selenium
Cross Browser Testing is used to test a website in multiple browsers like Edge, Chrome, and Firefox to check its efficiency across each...
Sunandha Vattigunta
May 5, 20222 min read


Javascript Executor in Selenium
Javascript Executor is a Selenium Interface which directly lets you Interact with HTML DOM of the webpage. JavascriptExecutor provides a...
rekha nagaraja
Apr 19, 20223 min read
BASE64 ENCODE/DECODE IN SELENIUM WEBDRIVER USING JAVA
STEM - She Thinks "Exceptional Minds"
Amutha Balakrishnan
Sep 28, 20212 min read
bottom of page