Материалы по теме 'tester' | DevsDay.ru

IT-блоги Материалы по теме 'tester'

IT-блоги Материалы по теме 'tester'


Разработка dev.to 1 июня 2024 г. 18:56

Q: What is selenium? Why do we use Selenium for automation ? A: Selenium is a free(Open Source) automated testing suite for web applications across different browsers and platforms. It is primarily used for automating web based applications and is kn...... читать далее

Разработка dev.to 1 июня 2024 г. 9:05

Q- What is manual testing? What are the benefits and drawbacks? A- Manual testing is a type of testing where all the functionalities of the software are tested manually by testers based on customer requirement. It is to check whether all the functio...... читать далее

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

In today's fast-paced development landscape, efficient testing practices are crucial for delivering high-quality APIs (Application Programming Interfaces). API mocking and virtualization offer powerful tools to streamline the testing process by simu...... читать далее

webdev javascript programming api

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

Functional testing and non-functional testing are two essential approaches to ensuring the quality and reliability of software systems. While both aim to validate the software, they focus on different aspects and employ distinct methodologies. Here's...... читать далее

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

Before going through the mobile application performance testing, you should know what is a mobile application? Mobile application software is designed to run on mobile devices like smartphones and tablets. Users get similar services that are access...... читать далее

mobileappperformancetesting testgrid

Разработка dev.to 31 мая 2024 г. 7:19

What is Exploratory Testing? Most of the time, software testing methods are where you design a test case and later execute it. However, in exploratory testing, you can do designing and execution simultaneously. Exploratory testing gives individual...... читать далее

exploratorytesting testgrid

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

Scraper Orice scraper există datorită unei echipe de scraper și tester. Scraper-ul companiei Blackline este scris de Andrei Cojocaru în limbajul Python și testat de Diana Lavinia Dragoi, drept muncă voluntară, și poate fi găsit pe GitHub, fiind un...... читать далее

peviitor scraper tester blackline

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

Due to the shift toward data-driven solutions, a Data Warehouse is becoming increasingly important to businesses today. Businesses use multiple online tools and services to reach customers, optimize workflow, and manage other business activities. In...... читать далее

snowflake testing programming cloud

Разработка The Cloudflare Blog 30 мая 2024 г. 12:12

We’re excited to announce that BastionZero, a Zero Trust infrastructure access platform, has joined Cloudflare. This acquisition extends our Zero Trust Network Access (ZTNA) flows with native access management for infrastructure like servers, Kuberne...... читать далее

Acquisitions Zero Trust SASE Security Cloudflare Access Product News Cloudflare One

Разработка 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 30 мая 2024 г. 6:23

In the digital age, the efficiency and reliability of applications are paramount to maintaining a competitive edge. One critical component of an application is its Application Programming Interface (API), which serves as a bridge between different so...... читать далее

webdev javascript ai devops

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

1.Boundary value analysis is a software testing technique used to evaluate boundary conditions of input values. It focuses on testing values at the boundaries rather than the center of the input domain. This approach helps identify errors related to...... читать далее

learning testing

Разработка dev.to 29 мая 2024 г. 9:31

Behavior-Driven Development (BDD) is a testing approach that enhances communication between stakeholders and development teams through a shared understanding of software requirements. BDD uses plain language descriptions of software behavior to impro...... читать далее

testing bdd bddtesting

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

A DevOps Developer is a specialized professional responsible for streamlining the software development process by integrating development (Dev) and operations (Ops) practices. Here's a detailed description of the role: Software Development and Dep...... читать далее

devops developer

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

This article was originally published on Danubius IT Solutions' tech blog. Over the years, our team has encountered everything from project triumphs to near-misses, teaching us a crucial lesson: software development can be full of avoidable errors t...... читать далее

softwaredevelopment costoptimization projectmanagement efficiency

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

Whether you’re a seasoned professional or a fresh graduate, preparing for an Agile testing interview requires a solid understanding of Agile principles, practices, and techniques. In this blog post, we’ll delve into the top 5 Agile testing interview...... читать далее

agile testing agiletesting agilesoftwaretesting

Разработка 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 28 мая 2024 г. 5:59

Testing becomes critical in the fast-paced world of low code development, where creating a new screen can take just an hour. Traditional testing methods often extend beyond development time, especially with features like drag-click functionality. The...... читать далее

testing mobile lowcode webdev

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

Introduction: In the ever-evolving landscape of technology, software testing stands as the bedrock of quality assurance, ensuring that the digital solutions we rely on daily meet the highest standards of functionality, security, and user experience...... читать далее

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

Welcome to the world of Regex! If you’ve ever found yourself frustrated with manually searching through large blocks of text or painstakingly replacing similar patterns one by one, Regex is here to save the day. In this article, we’ll take you on a j...... читать далее

regex pattern search