Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unit testing versus validation testing #7

Open
rickecon opened this issue Jun 21, 2018 · 1 comment
Open

Unit testing versus validation testing #7

rickecon opened this issue Jun 21, 2018 · 1 comment
Labels
Computation labs This issue is regarding the computational labs question Further information is requested

Comments

@rickecon
Copy link
Contributor

rickecon commented Jun 21, 2018

@quainialberto asked the following with regard to Problem 1 in the Object Oriented Programming lab:

I am approaching Problem 1 of OOP and we are required to test our object. Since we leant how to do unit testing, can we create a unit test to test our object or we need to write the test like in the example given inside the problem formulation?
Thanks,
Albi

You should do the testing as is stated in Problem 1 of the OOP lab. The testing requested and shown in Problem 1 of OOP is called validation testing and is different from unit testing. Both are important.

@rickecon rickecon added question Further information is requested Computation labs This issue is regarding the computational labs labels Jun 21, 2018
@a91quaini
Copy link

Ok thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Computation labs This issue is regarding the computational labs question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants