Материалы по теме 'selenium webdriver ui tests' | DevsDay.ru

IT-блоги Материалы по теме 'selenium webdriver ui tests'

IT-блоги Материалы по теме 'selenium webdriver ui tests'


Разработка dev.to 30 мая 2024 г. 11:43

When it comes to software testing, there is plenty of information available; it can be hard to know where to begin. If you’re a novice in software testing, you’ve probably heard many unfamiliar acronyms and jargon. In order to expand your professiona...... читать далее

testing testdev glossary programming

Разработка dev.to 28 мая 2024 г. 10:18

The other week I saw Filip Hric share a post from Gleb Bahmutov, ex-principal engineer for Cypress, explaining that the way cypress works and not using transport layers like playwright or WebDriver based frameworks makes its tests less flaky. That’s...... читать далее

webdev javascript testing

Разработка dev.to 27 мая 2024 г. 14:22

Selenium IDE, Selenium WebDriver, and Selenium Grid are three components of the Selenium suite, each serving different purposes in web automation testing. Here's a breakdown of the differences between them: Selenium IDE: Definition: Sel...... читать далее

Разработка dev.to 24 мая 2024 г. 13:35

WebDriver is a user-friendly interface that lets you control a browser locally or on a different machine. It’s a universal protocol that works across platforms and programming languages, allowing you to remotely guide a browser’s actions, like findin...... читать далее

Разработка dev.to 13 мая 2024 г. 15:53

JUnit is a widely used open-source framework in Java, mainly for testing projects in a straightforward manner. Combined with Selenium, it becomes a handy choice for testing websites and web applications. Although Selenium and JUnit can work independe...... читать далее

junit testing cloud programming

Разработка dev.to 20 апреля 2024 г. 20:22

Tools4AI with Selenium can revolutionize UI validation by automating the process of verifying UI elements and ensuring consistency with design specifications. This approach goes beyond traditional UI validation methods by validating entire UI sectio...... читать далее

selenium automation testing webtesting

Разработка dev.to 18 апреля 2024 г. 23:20

Introduction: In modern web development, ensuring that user interfaces perform as expected under various conditions is crucial. While traditional tools like Selenium automate many testing tasks, integrating artificial intelligence can elevate this pr...... читать далее

webdev selenium automation testing

Разработка dev.to 18 апреля 2024 г. 18:32

In the field of software engineering, the term testing code holds diverse implications. It may refer to assessing how well an application functions under intense workload (load testing), confirming individual segments perform as anticipated (unit tes...... читать далее

webdev testing dotnet csharp

Разработка dev.to 17 апреля 2024 г. 23:04

Automated UI testing has long been a staple in ensuring that web applications meet design and functionality standards. Traditional methods, such as using Selenium, involve interacting with the UI through specific code tied to the structure of the web...... читать далее

webdev javascript programming ai

Разработка dev.to 3 апреля 2024 г. 6:52

When we think of a mobile operating system, two major players strike our mind – Android and iPhone. Did you know that Android occupied 69.94% of the total mobile operating system market in 2023, according to Statcounter? In addition, Statista says th...... читать далее

app testing android testgrid

QA Ultimate QA 26 марта 2024 г. 13:00

Automated UI tests are crucial to software development, ensuring the user interface works as expected. However, implementing these tests can sometimes become slow and unreliable due to the excessive use of Selenium commands. This article presents a c...... читать далее

case studies selenium selenium commands selenium webdriver ui tests Test automation UI Tests

Разработка dev.to 25 марта 2024 г. 16:54

Hi to all highly respected PHP developers, Today we're going to talk about email testing with Codeception framework. It could be testing of a sign-up form, contact form, or just API. But in this example, we're going to focus on UI testing with Codec...... читать далее

Разработка dev.to 21 марта 2024 г. 17:43

Testing your web application on all the available platforms and browsers can be tiresome. Still, to provide a flawless user experience, it’s vital to ensure that your product looks and behaves properly on every platform and browser. Luckily, modern...... читать далее

crossbrowsertestingtools testingtools testgrid

Разработка dev.to 6 марта 2024 г. 8:20

TL;DR I created an automation framework using Playwright, Python, and visual comparison, to test the creation of a circle and a rectangle in the AutoCAD Web application. chavus / autocad_web_playwrig...... читать далее

playwright python testautomation autocad

Разработка dev.to 1 марта 2024 г. 3:55

Welcome to our blog where we delve into the realm of automated usability testing and its profound impact on web development. In today’s fast paced digital landscape, ensuring a seamless user experience is paramount. Traditional manual testing methods...... читать далее

Разработка dev.to 19 февраля 2024 г. 17:23

A Non-noob Javascript Glossary for 2024, with Examples Intro Much like the JavaScript language, the JavaScript environment can sometimes feel confusing and counter-intuitive. This non-exhaustive glossary highlights and expands on key con...... читать далее

javascript node typescript ecmascript

Разработка dev.to 7 февраля 2024 г. 7:44

In this time of digitalization, there is a need for more complex and highly functional software applications. Developing such applications requires the building of new units/components. However, it also involves integrating different components or u...... читать далее

testing testingtool tools automation

Разработка dev.to 5 февраля 2024 г. 13:19

In every Software Development Life Cycle (SDLC), unit testing is considered the first level of testing, performed before integration testing. Earlier, manual methods were used to carry out unit testing of an application, which was very time-consuming...... читать далее

Разработка dev.to 1 февраля 2024 г. 20:10

In modern software development, test automation has become an indispensable element, enabling QA teams and developers to efficiently and effectively verify the quality of their applications. Several tools have emerged to facilitate this process, such...... читать далее

automation selenium cypress playwright

Разработка dev.to 6 января 2024 г. 20:44

What is Appium A complete step by step guide Starting from the very basic question, Appium is a mobile Automation tool. React Native provides a mobile app development experience without sacrificing user experience or visual performance. And when i...... читать далее

appium