Category Archives: Tutorial

Cypress vs Selenium

AutomationSelenium TutorialTutorial

Cypress vs Selenium – Which Is Better ?

Selenium is one of the most prominent automation frameworks for functional testing and web app testing. Automation testers who use Selenium can run tests across different browser and platform combinations by leveraging an online Selenium Grid, you can learn more about what Is Selenium?

November 12, 2020

view count117615 Views

Read time28 Min Read

Get Attribute Value In Selenium WebDriver

Selenium WebDriverAutomationTutorial

How To Get Attribute Value In Selenium WebDriver?

Testing a web page can be a gargantuan task considering all the elements and variables that come together to make a page work. Selenium automation is a great way to overcome these challenges and automate everything you would manually do.

November 5, 2020

view count140669 Views

Read time8 Min Read

Cucumber Best Practices For Selenium Automation

AutomationSelenium TutorialTutorial

Top 5 Cucumber Best Practices For Selenium Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Do you know Cucumber is a great tool used to run acceptance tests using the plain-text functional descriptions with Gherkin? Behavior Driven Development strategy or BDD, as it is popularly known, is implemented … Continue reading Top 5 Cucumber Best Practices For Selenium Automation

November 3, 2020

view count104224 Views

Read time13 Min Read

Selenium Focus Element Issues And How To Solve Them?

Selenium TutorialTutorial

Selenium Focus Element Issues And How To Solve Them?

Do you know that every website or web application comprises different web pages containing different web elements like buttons, text boxes, progress bars, etc.? However, the web is asynchronous in nature.

November 2, 2020

view count47995 Views

Read time16 Min Read

Selenium PHP Tutorial

AutomationSelenium PHPTutorial

The Most Detailed Selenium PHP Guide (With Examples)

The Selenium automation framework supports many programming languages such as Python, PHP, Perl, Java, C#, and Ruby. But if you are looking for a server-side programming language for automation testing, Selenium WebDriver with PHP is the ideal combination.

October 27, 2020

view count280547 Views

Read time28 Min Read

Jenkins vs Travis vs Bamboo vs TeamCity

CI/CDDevOpsTutorial

Jenkins vs Travis vs Bamboo vs TeamCity: Clash Of The Titans

What’s the first thing that comes to mind when you hear the words Software Development and DevOps? There’s only one magic word (five to be more precise)- Continuous Integration and Continuous Delivery.

October 22, 2020

view count45179 Views

Read time22 Min Read

localisation using selenium

Selenium WebDriverSelenium TutorialTutorial

Localization Testing Using Selenium WebDriver: A Complete Tutorial

Automation testing is vital to the entire process of delivering a successful web product. The challenge associated with testing a web site or web app grows manifolds if it’s built for a global audience (particularly non-English audience).

October 21, 2020

view count184922 Views

Read time14 Min Read

Xunit testing tutorial

Selenium C#AutomationTutorial

XUnit Testing Tutorial: Running First Script in XUnit

In our earlier blog under the xUnit testing tutorial series, we had a look at setting up the xUnit.net framework (further referred as xUnit) in Visual Studio 2019 (VS 2019). Today our core focus is on Selenium test automation with C#.

October 16, 2020

view count73727 Views

Read time6 Min Read

AutomationCI/CDDevOpsTutorial

How To Integrate Jenkins & Maven With Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. Jenkins is one of the popular tools for continuous integration, build management, and automation testing. Maven is a popular build automation tool that is widely used for Java projects.

October 13, 2020

view count113504 Views

Read time18 Min Read

Element In Selenium

Selenium TutorialAutomationTutorial

How To Get Text Of An Element In Selenium?

Selenium is the most widely used automation testing tool, which reduces human effort and efficiently handles testing the scenarios we encounter every day. One such scenario is how to get the text of an element in Selenium.

October 12, 2020

view count230078 Views

Read time9 Min Read