Полное руководство по фикстурам Pytest
В этом руководстве я расскажу вам обо всех тонкостях фикстур Pytest. Вы узнаете, как создавать фикстуры, параметризовать их для гибкости и использовать их возможности для создания эффективных, надежных и поддерживаемых модульных тестов. https://betterstack.com/community/guides/testing/pytest-fixtures-guide/
В этом руководстве я расскажу вам обо всех тонкостях фикстур Pytest. Вы узнаете, как создавать фикстуры, параметризовать их для гибкости и использовать их возможности для создания эффективных, надежных и поддерживаемых модульных тестов. https://betterstack.com/community/guides/testing/pytest-fixtures-guide/
Betterstack
A Complete Guide to Pytest Fixtures | Better Stack Community
Learn how to use Pytest fixtures for writing maintainable and isolated tests.
Инструмент для тестирования мутаций на основе LLM с открытым исходным кодом, независимый от языка
https://github.com/codeintegrity-ai/mutahunter
https://github.com/codeintegrity-ai/mutahunter
GitHub
GitHub - codeintegrity-ai/mutahunter: Open Source, Language Agnostic Mutation Testing
Open Source, Language Agnostic Mutation Testing. Contribute to codeintegrity-ai/mutahunter development by creating an account on GitHub.
VCCGenerator — это инструмент, который позволяет мгновенно генерировать номера виртуальных кредитных карт для тестирования и других целей. Он поддерживает различные типы карт, включая Visa, Mastercard и другие, что делает его идеальным для разработчиков и тестировщиков. https://www.vccgenerator.org/
VCCGenerator
VCCGenerator - Credit Card Generator for Testing & QA
Generate Luhn-valid test card numbers for payment gateway QA, software testing and education. Supports Visa, Mastercard, Amex, JCB, Discover, RuPay and major brands for test use only.
Тестирование как профессионал: пошаговое руководство по библиотеке 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/
Тестирование 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...