בדיקות חלוקה לשקילות
חלוקה לשקילות (Equivalence Partitioning) מחלקת תחומי קלט למחלקות שקילות — קבוצות של קלטים הצפויים להתנהג באופן זהה — ואז בוחרת מקרי בדיקה מכל מחלקה. טכניקה זו, שהוצגה על ידי Myers (1979), מפחיתה את מספר מקרי הבדיקה תוך שמירה על יעילות. ניתוח ערכי גבול (Boundary Value Analysis - BVA) משלים את החלוקה על ידי בדיקת ערכים בגבולות החלוקה, שם כשלים מתרחשים לעיתים קרובות.
קראו את השיטה במלואה
התחברו עם חשבון חינמי כדי לקרוא חלק זה.
Method map
The neighbourhood of related methods — select a node to explore.
מקורות
- Myers, G. J. (1979). The Art of Software Testing. John Wiley & Sons. link ↗
- Beizer, B. (1990). Software Testing Techniques (2nd ed.). International Thomson Computer Press. link ↗
- Coppit, D., & Leavens, G. T. (2003). Practical implications of simpler, more scalable path-sensitive data flow analyses. ACM Transactions on Software Engineering and Methodology, 12(3), 261–306. link ↗
איך לצטט עמוד זה
ScholarGate. (2026, June 3). Equivalence Class Partitioning and Boundary Value Testing. ScholarGate. https://scholargate.app/he/software-engineering/software-testing-equivalence
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- ניתוח כיסוי קודהנדסת תוכנה↔ compare
- מודל חיזוי פגמיםהנדסת תוכנה↔ compare
- מדדי מורכבות תוכנההנדסת תוכנה↔ compare
- ניתוח קוד סטטיהנדסת תוכנה↔ compare