Unit testing
CtrlK
  • What is testing?
    • Different types of tests
    • Benefits of unit testing
    • Characteristics of tests
    • Frameworks for testing
    • Unit testing and DevOps
  • ▶️Testing a console app
  • ▶️Testing a web app
  • 🧪Edabit Examples
Powered by GitBook
On this page
  • Some more examples of writing unit test cases
  • Count words in a string
  • Return the Highest and Lowest Numbers
  • Check if a Number is a Palindrome

🧪Edabit Examples

Some more examples of writing unit test cases

Count words in a string

https://edabit.com/challenge/DgQSXRDzh6QgfzDW2edabit.com

Return the Highest and Lowest Numbers

https://edabit.com/challenge/zcuASzWmpFHpPtrbHedabit.com

Check if a Number is a Palindrome

https://edabit.com/challenge/qrJyh8ouvr2iseZy4edabit.com
PreviousTesting a web app

Last updated 2 years ago