test the Windows calculator
-
test the Windows calculator
אני מתכנתת וקבלתי משימת בית באוטומציה ואני לא ממש יודעת אוטומציה 🙁 . אם יש מישהי שתוכל לעזור לי איך אני מממשת את המשימה הבאה ב-C#, זו תהיה עזרה ענקית בשבילי!
1. Write a simple project that would test the
Windows calculator.
Try to make it reusable, and modular, so that in later time the Windows calculator can be
replaced with a Web-based calculator – this will require minimal design changes.
Need to write a test that would verify, when user inputs: 2 + 3 =, result is 5
We don’t care at this point about technical details of how testing is done or what technology it
uses. You can leave all relevant methods empty.
Use OOP principles as needed.
Log in to reply.