Category: Selenium

Selenium-Generate and Execute Run Time testNG xml

TestNG is a popular testing framework designed to simplify a broad range of testing needs, from unit testing to integration testing for Java that allows users to perform automated testing for web applications.Selenium, on the other hand, is a popular automation testing tool that enables users to automate […]

Selenium Integration with Xray JIRA

Selenium is a popular open-source(free) web-based automation tool.It allows test automation of web-apps or websites across different browsers & operating systems. It also offers compatibility with multiple programming languages such as Java, JavaScript, Python, C# and more, allowing testers to automate in any programming language. Due to various […]

Selenium with Azure Pipeline

Performing user interface (UI) testing as part of the release pipeline is a great way of detecting unexpected changes, and need not be difficult.Azure Pipelines formerly known as Visual Studio Team Services(VSTS) is a Microsoft product. It is a Continuous Integration (CI) server, which automates the build and […]

Parallel Testing with Zalenium using AKS

Selenium is most widely used open source tool for UI automation testing. As we are moving towards more Agile development and faster delivery of software product, QA team are getting short time frame to perform the testing ,so QA developers are finding ways to execute the tests in […]

How to use Selenium Grid with Jenkins

Selenium Grid is a powerful tool for testing web applications across browsers and operating systems, but incorporating it into a Continuous Integration pipeline can be frustrating. Integrating the Grid with a CI/CD server is complex, and a misstep during setup can lead to unreliable test errors, and down […]

Selenium WebDriver : Deep Dive

Selenium is a suite of tools that includes: Selenium IDE, Selenium WebDriver, Selenium Grid and Selenium Standalone Server. Selenium is a tool for automating browsers, which means that Selenium makes browsers execute commands according to your scenario. This is why it’s the perfect tool for web application testing, but you are not […]

Zalenium – The Ultimate Tutorial

Zalenium is a flexible and scalable container based Selenium Grid, with video recording, live preview, basic auth & a dashboard. Moreover, it has out-of-the-box Docker and Kubernetes integration. This fact makes Zalenium an attractive choice to get Selenium based infrastructure up and running. Zalenium provides docker images (Hub […]

Setup selenium webdriver in python

Selenium WebDriver is one of the most popular tools for Web UI Automation. And no better than Python can complement it to automate a broad range of web applications. Selenium is an open source, and its library is available in different programming languages to perform the Web UI […]

Reading/Sending email by Selenium

Selenium is one of most widely used popular tool for automation testing. we can use selenium to read email body attachment or to send the email with help of Java Mail Jars. Sending email through Java with SSL / TLS authentication The JavaMail API defines classes which represent […]