Trending

#testing101

Latest posts tagged with #testing101 on Bluesky

Latest Top
Trending

Posts tagged #testing101

Preview
What is Functional Testing? | IBM Functional testing is a software testing approach that verifies whether an application’s features work as expected based on the specified requirements.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: βš™οΈ What is Functional Testing? A fancy term for checking if the features actually function. Does the "Save" button save? Does the "Login" button log you in? You'd be surprised how often the answer is no. #testing101 #FunctionalTesting

https://www.rfr.bz/b4abf48

1 0 0 0
Preview
OWASP Web Security Testing Guide | OWASP Foundation The Web Security Testing Guide (WSTG) Project produces the premier cybersecurity testing resource for web application developers and security professionals.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: πŸ”’ What is Security Testing? The fine art of thinking like a bad guy. You're not just checking if it works; you're checking if you can get free stuff by typing ' OR 1=1; -- into the password field. #testing101 #Security https://www.rfr.bz/b379609

1 0 0 0
Preview
What is Performance Testing? | IBM Performance testing judges system performance or application performance with loads of various sizes.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: ⏱️ What is Performance Testing? Seeing how your app behaves when it's under pressure. Is it fast, or does it take 10 seconds to load a button? Users will judge you. Mercilessly. #testing101 #PerformanceTesting https://www.rfr.bz/b0231bb

1 0 0 0
Preview
What is Grey Box Testing? Techniques, Example Gray Box Testing is a technique to test the software product or application with partial knowledge of the internal workings of an application.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: ◻️ What is Grey Box Testing? You're not supposed to look at the code... but you took a little peek. Just enough to know where the bodies (and databases) are buried so you can write smarter tests. #testing101 #GreyBoxTesting https://www.rfr.bz/bd1c72d

1 0 0 0
Preview
What is System Testing? | IBM System testing is the performance-based, end-to-end software testing of an entire system.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: πŸ“¦ What is System Testing? Testing the entire application, all wired together. This is where you find all the "fun" bugs that only appear when everything is running at once. #testing101 #SystemTesting https://www.rfr.bz/b9b3395

0 0 0 0
What is Integration Testing? | IBM Integration testing is a software-testing approach in which various application components or modules are joined and tested to evaluate how well they will work together.

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: 🧩 What is Integration Testing? That moment when you check if your "unit" of code actually plays nice with the other units.

Spoiler: it usually doesn't at first. #testing101 #IntegrationTesting

https://www.rfr.bz/b02243c

0 0 0 0
What is Unit Testing? Unit Testing of software applications is done during the development (coding) of an application. The objective of Unit Testing is to isolate a section of code and verify its correctness. ...

π—§π—²π˜€π˜π—Άπ—»π—΄πŸ­πŸ¬πŸ­: 🧱 What is a Unit Test? A dev-written test to prove a tiny piece of code (a "unit") does what they think it does. It's the first line of defense against their own mistakes. #testing101 #UnitTesting #TDD https://www.rfr.bz/bc0c8c4

1 0 0 0

π—§π—²π˜€π˜π—Άπ—»π—΄ 𝟭𝟬𝟭: πŸ”„ Design for maintainability. Use clear naming conventions & modular code. Your future self (and team) will thank you! #CleanCode #AutomationBestPractices #testing101

1 0 0 0

Testing 101: 🎯 What is Test Coverage? A metric measuring how much of your code is executed by tests. High coverage doesn't mean high quality, but helps. #TestCoverage #CodeQuality πŸ“Š #testing101

0 0 0 0