Тестирование как профессионал: пошаговое руководство по библиотеке Mock Python
Изучите библиотеку имитаций Python для бесперебойного тестирования — замените реальные объекты имитациями, которые идеально подходят для изоляции и проверки поведения вашего кода.
https://www.kdnuggets.com/testing-like-a-pro-a-step-by-step-guide-to-pythons-mock-library?ref=dailydev
VITEST И БУДУЩЕЕ ТЕСТИРОВАНИЯ
https://bytes.dev/archives/307
Изучите библиотеку имитаций Python для бесперебойного тестирования — замените реальные объекты имитациями, которые идеально подходят для изоляции и проверки поведения вашего кода.
https://www.kdnuggets.com/testing-like-a-pro-a-step-by-step-guide-to-pythons-mock-library?ref=dailydev
VITEST И БУДУЩЕЕ ТЕСТИРОВАНИЯ
https://bytes.dev/archives/307
KDnuggets
Testing Like a Pro: A Step-by-Step Guide to Python’s Mock Library
Explore Python's mock library for seamless testing—replace real objects with mocks, perfect for isolating and verifying your code's behavior.
Революция в создании модульных тестов с помощью LLM
https://devdojo.com/keploy/revolutionising-unit-test-generation-with-llms
https://devdojo.com/keploy/revolutionising-unit-test-generation-with-llms
DevDojo
Revolutionising Unit Test Generation With Llms
“Discovering the unexpected is more important than confirming the known.” – George E. P. Box As software systems grow in complexity, the importance of comprehensive testing cannot be overstated. Ho...
Понимание Tdd и Bdd: руководство для разработчиков
https://devdojo.com/keploy/understanding-tdd-vs-bdd-a-guide-for-developers
https://devdojo.com/keploy/understanding-tdd-vs-bdd-a-guide-for-developers
DevDojo
Understanding Tdd vs Bdd : A Guide For Developers
TDD refers to Test Driven Development and BDD refers to Behavior Driven Development; are fairly similar development approaches that both emphasize testing and collaboration, yet have major difference...
Пошаговое руководство по тестированию компонентов React с помощью Jest и библиотеки тестирования React
https://devdojo.com/keploy/step-by-step-guide-to-testing-react-components-with-jest-and-react-testing-library
https://devdojo.com/keploy/step-by-step-guide-to-testing-react-components-with-jest-and-react-testing-library
DevDojo
Step-by-Step Guide to Testing React Components with Jest and React Testing Library - DevDojo
Testing is checking if your code works the way it's supposed to. When you write a program, you have an idea of what it should do. Testing is the process of maki...
Forwarded from Java
YouTube
Java Testing with Selenium Course
Learn how to use Selenium with Java using Page Object Model and master the art of automated web testing. Selenium is a powerful tool for automating web browsers, enabling you to simulate user interactions and verify web application functionality.
💻 Code:…
💻 Code:…
Как отлаживать мобильные приложения на разных устройствах
https://developer.mozilla.org/en-US/blog/debug-mobile-apps-across-devices/
https://developer.mozilla.org/en-US/blog/debug-mobile-apps-across-devices/
MDN Web Docs
How to debug mobile apps across devices | MDN Blog
This post explores what mobile app debugging is, commonly used techniques, and how you can debug mobile apps on multiple devices.
Объяснение функционального и нефункционального тестирования
https://www.testim.io/blog/functional-testing-and-nonfunctional-testing
https://www.testim.io/blog/functional-testing-and-nonfunctional-testing
AI-driven E2E automation with code-like flexibility for your most resilient tests
Functional Testing and Nonfunctional Testing Explained
Functional testing focuses on finding bugs and nonfunctional testing focuses on verifying quality. This post discusses how they differs.
Оттенки тестирования HTTP-запросов в Python
В посте обсуждаются различные подходы к тестированию HTTP-запросов в приложениях Python, с упором на имитацию внешних вызовов API во время модульного и интеграционного тестирования. https://rednafi.com/python/testing_http_requests/
В посте обсуждаются различные подходы к тестированию HTTP-запросов в приложениях Python, с упором на имитацию внешних вызовов API во время модульного и интеграционного тестирования. https://rednafi.com/python/testing_http_requests/
Redowan's Reflections
Shades of testing HTTP requests in Python
Here’s a Python snippet that makes an HTTP POST request:
# script.py
import httpx
from typing import Any
async def make_request(url: str) -> dict[str, Any]:
headers = {"Content-Type": "application/json"}
async with httpx.AsyncClient(headers=headers)…
# script.py
import httpx
from typing import Any
async def make_request(url: str) -> dict[str, Any]:
headers = {"Content-Type": "application/json"}
async with httpx.AsyncClient(headers=headers)…
Тестирование API с помощью Postman: пошаговое руководство по использованию API Spotify
https://www.freecodecamp.org/news/api-testing-with-postman-a-step-by-step-guide-using-the-spotify-api
https://www.freecodecamp.org/news/api-testing-with-postman-a-step-by-step-guide-using-the-spotify-api
freeCodeCamp.org
API Testing with Postman: A Step-by-Step Guide Using the Spotify API
🎯 The Objective In this guide, I’ll introduce you to Postman, a popular API development and testing tool. If you are a beginner mainly focused on frontend development, you may not have had much experience fetching data from an API. And in that case ...
Тестирование в исходном коде с помощью Vite и Vitest
https://aronschueler.de/blog/2024/09/26/In-Source-testing-with-vite-and-vitest
https://aronschueler.de/blog/2024/09/26/In-Source-testing-with-vite-and-vitest
aronschueler.de
In-Source Testing with Vite and Vitest
Learn how to write Vitest In-Source tests through automatic test discovery.
Как использовать TestContainers в .Net
https://www.freecodecamp.org/news/how-to-use-testcontainers-in-net
https://www.freecodecamp.org/news/how-to-use-testcontainers-in-net
freeCodeCamp.org
How to Use TestContainers in .Net
At some point in your development lifecycle, you will need to test that your system can integrate with another system, whether it be another API, a database, or caching service, for example. This can be a laborious task of spinning up other servers h...
Инструменты для кросс-браузерного тестирования (бесплатные, с открытым исходным кодом, платные)
https://www.softwaretestingmagazine.com/tools/cross-browser-testing-tools
https://www.softwaretestingmagazine.com/tools/cross-browser-testing-tools
Software Testing Magazine
Cross-Browser Testing Tools (Free, Open Source, Paid)
When today's applications run on various browsers (Chrome, Firefox, Safari, Edge, etc.) on different mobile or desktop devices with specific screen settings. This is why you need to perform cross-browser testing for your automated tests. This article lists…
Postman регистрирует все ваши секреты и переменные среды
https://anonymousdata.medium.com/postman-is-logging-all-your-secrets-and-environment-variables-9c316e92d424
https://anonymousdata.medium.com/postman-is-logging-all-your-secrets-and-environment-variables-9c316e92d424
Medium
Postman is logging all your secrets and environment variables
I was originally investigating this report that Postman is not HIPAA compliant. I found that Postman is not just wholly unsuitable for…