Category Archives: Tutorial

Appium Testing Tutorial For Mobile Applications

Mobile App TestingTutorial

Appium Testing Tutorial For Mobile Applications

The count of mobile users is on a steep rise. According to the research, by 2025, it is expected to reach 7.49 billion users worldwide. 70% of all US digital media time comes from mobile apps, and to your surprise, the average smartphone owner uses ten apps per day and 30 apps each month.

June 9, 2022

view count52491 Views

Read time14 Min Read

Selenium Automation Testing with Ruby

Selenium RubyAutomationTutorial

Getting Started With Automation Testing Using Selenium Ruby

Ruby is a programming language which is well suitable for web automation. Ruby makes an excellent choice because of its clean syntax, focus on built-in library integrations, and an active community.

June 8, 2022

view count205593 Views

Read time19 Min Read

How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium

Tutorial

How To Perform Modern Web Testing With TestCafe Using JavaScript And Selenium

Whether it is an application or web app, every software requires testing after development to ensure it does what we expect it to do. Software testing involves using manual or automated tools. Test automation tools are the best to use over manual tools because they increase software testing effectiveness, efficiency, and coverage.

May 14, 2022

view count260027 Views

Read time5 Min Read

Getting Started With Cypress For Test Automation

Cypress TestingTutorial

Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress

If you are from the automation testing field, you will know that Selenium is one of the leading test automation frameworks in the market. However, as per my experience in test automation, other modern automation frameworks like Cypress testing framework are picking up pace.

May 4, 2022

view count68214 Views

Read time8 Min Read

How To Use isDisplayed() In Selenium WebDriver

Selenium JavaAutomationTutorial

How To Use isDisplayed() In Selenium WebDriver

If you use Selenium WebDriver, you are probably aware that there are a number of common ways to loop through and interact with elements on a web page. Among them isDisplayed(), isEnabled(), and isSelected() methods. When a tester needs to ascertain the visibility scope of a web element, they can use these methods.

April 22, 2022

view count143841 Views

Read time15 Min Read

Executing Selenium Projects

AutomationSelenium TutorialTutorial

How To Build And Execute Selenium Projects

Building and executing Selenium projects with automation platforms is a powerful way to test websites (or web apps) at a faster pace. By using automation testing tools, you can test faster, more often, and more accurately.

April 20, 2022

view count599095 Views

Read time22 Min Read

How To Avoid Anti-Patterns In Cypress

Cypress TestingTutorial

How To Avoid Anti-Patterns In Cypress

No matter how advanced your automation technology is, anti-patterns represent standard bad practices, code smells, and pitfalls. In this case, when creating automated tests, teams can experience a range of difficulties that compound to create inefficient, incomplete, and hard-to-maintain tests.

April 13, 2022

view count59962 Views

Read time12 Min Read

How To Find Flaky Selenium Test Suite

AutomationTutorial

How To Find Flaky Selenium Test Suite

With Selenium being the most popular choice, automation testing has become an inevitable part of any Software Development Project. Backed by Continuous Testing, CI/CD pipelines, and DevOps, organizations make huge investments in setting up automatically triggered tests in the hopes of saving time, cost, and effort in the long run.

April 8, 2022

view count31899 Views

Read time19 Min Read

Automation Testing Tutorial: A Starter's Guide With Example

AutomationTutorial

Automation Testing Tutorial: A Starter’s Guide With Example

Software testing is an integral part of any IT project. Testing the software more and more will ensure a better quality of your software. Now, how do you achieve it? Either you go with Manual Testing or Automation Testing.

April 7, 2022

view count41020 Views

Read time25 Min Read

Handle Multiple Windows in Selenium

Selenium JavaAutomationTutorial

How To Handle Multiple Windows In Selenium WebDriver Using Java?

When automating any website or a web application in Selenium, you might have come across a scenario where multiple windows open within an application when a button is clicked, and appropriate action needs to be performed on the opened windows.

March 24, 2022

view count102047 Views

Read time12 Min Read