Category Archives: Tutorial
• Automation • Selenium Tutorial • Tutorial
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
117615 Views
28 Min Read
• Selenium WebDriver • Automation • Tutorial
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
140669 Views
8 Min Read
• Automation • Selenium Tutorial • Tutorial
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
104224 Views
13 Min Read
• Selenium Tutorial • Tutorial
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
47995 Views
16 Min Read
• Automation • Selenium PHP • Tutorial
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
280547 Views
28 Min Read
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
45179 Views
22 Min Read
• Selenium WebDriver • Selenium Tutorial • Tutorial
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
184922 Views
14 Min Read
• Selenium C# • Automation • Tutorial
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
73727 Views
6 Min Read
• Automation • CI/CD • DevOps • Tutorial
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
113504 Views
18 Min Read
• Selenium Tutorial • Automation • Tutorial
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
230078 Views
9 Min Read