Home Blog
self-healing in test automation

How to Use Self-Healing in Test Automation to Reduce Flaky Tests

0
Self-healing in test automation refers to the ability of an automated testing framework or tool to identify and rectify test script failures without human intervention.
Docker for Test Automation

How To Use Docker For Test Automation? – Docker Basics

0
The success of software development and product applications depends on DevOps, and DevOps success depends on automation. Automating the testing process and setting it up to run automatically after each code commit is crucial for achieving high speed and agility. Docker does play a big part in automating DevOps, for sure.
playwright tutorial

What is Playwright? – How to Get Started?

0
Playwright by Microsoft is an open-source web test automation library on Node.js, which makes test automation easier for browsers based on Chromium, Firefox, and Webkit through a single API. The Playwright was specially created to improve web test automation and end-to-end testing. It can be an alternative to Webdriver, the current W3C standard for web automation testing.
codeless automation

Easy to Adopt Codeless Automation Testing tools for 2023

0
Codeless Automation Testing is a practice of creating automated tests without writing a single line of code. Testing teams automate the test scripts with codeless automation, regardless of their level of expertise. Codeless automation reduces the amount of time spent on coding in manual testing, giving testers and developers more time to concentrate on product development.
test automation frameworks

No need to design a New Test Automation Framework

0
Test Automation Framework is a combination of tools and processes that operate together to provide an easier and faster way to automate your test cases. It can contain a defined process, guidelines, several tool combinations, test data, common or reusable functions etc.
code quality check for test automation scripts with sonarqube

How to perform Code Quality Check for Selenium Test Automation?

0
When it comes to test automation, it's the same as development and writing code. Furthermore, you build a code to test another code, but no one is testing your automated code for correctness and quality assurance. As a result, having a Code quality check in place for your test automation script has become vital. To remove duplication and simplify things, you'll need to employ coding standards, patterns, and code comments to clarify what each function does. In this post, we'll look at SonarQube, one of the most prominent code quality check tools, and how we can use it to assure a high-quality test automation script by integrating it with test automation.
install sonarqube with docker

In 3 Easy Steps, Install SonarQube With Docker

0
Docker containers are extremely scalable as they are pretty lightweight and easy to scale. Docker has the capacity to reduce the amount of development by using containers to provide a reduced operating system footprint. Containers make it easier for development, QA, and operations, to collaborate across apps. Docker containers can be installed on any real or virtual system, as well as in the cloud. Docker has gained popularity due to its easy-to-use capabilities, which allow users to easily install and use programs. In this post, we will learn to install SonarQube with Docker. Refer to the posts on SonarQube integration with Selenium test automation, integration with eclipse and IntelliJ, and the integration with Jenkins.
integrate sonarqube with jenkins for test automation

How To Integrate SonarQube With Jenkins For Test Automation?

0
It is crucial and important for your test automation suite to have a code quality check in place for your test automation script. In this post, we'll look at one of the many methods to use SonarQube to implement code quality checks. The focus of this article is on how to easily integrate Jenkins and SonarQube for test automation scripts. Other ways to connect to SonarQube include utilizing the SonarLint Plugin, launching a local version of SonarQube, and using Jenkin Jobs.
sonarlint integration with eclipse

How to Integrate SonarLint with Test Automation?

0
We'll learn how to integrate SonarLint with Eclipse and IntelliJ in this post. This will allow you to assess the quality of your test automation before committing it to your code repository.
testcomplete tutorial

TestComplete Tutorial – A Complete Guide for Beginners

0
In this post, we have summarized tutorial topics for TestComplete Tool. In this TestComplete Tutorial, you will learn the basics to advance along with...
selenium 4

Everything you need to know about Selenium 4

0
In the latest edition of Selenium 4, there are a slew of new features and adjustments to look forward to. we will go through all you need to know about Selenium 4 in this article.
test automation success

The Seven Most Important Test Automation Success Factors in Agile

0
This post looks at the challenges due to which test automation suffers in agile teams and the points which can make your test automation success in agile teams.
model-based testing

9 Great Tools to work with Model-based Testing (MBT)

0
Model-based Testing (MBT) approach helps to resolve this and enables expedited generation of test cases and easier maintenance.
codeless automation

Codeless Automation – It’s not truly Codeless

0
Codeless automation is an excellent solution to solve the expedited testing and automation which helps or enables quicker deployment iterations. This allows you to test an application without writing a single line of code.
Best IDEs for Selenium

Best IDEs for Selenium with Java to use in 2022

1
In this post, we present you our pick of the 6 best IDEs for Selenium to work with. Does not matter, whether you are still learning Selenium or you are an expert, these IDEs will be really helpful to use and polish your expertise further. Have, take a look!