Test Driven Development means write a test First Then we write code to make the test pass. Question:
i need a calculator to add two numbers,
platform console application
input two numbers
print the correct answer
so help me to make the correct test case ?