College Level Java Programming Course: AP Computer Science (A/B)
Java I/O Stream Mini-Course on Youtube
Quora Q&A Board for eC Learning
Quora is a very good discussion board for all kind of questions.
We also use Quora as our discussion board. On this board, we frequently exchange our experiences and lessons learned with other competitive internet hackers.
eC Learning on Udemy
Landing Page: Click Here.
This is a on-line quality course channel for STEM education targeted at College Level and High School Advanced Division.
Java Programming Essentials: AP Computer Science A
Coupon (Limited Offer): Click Here.
This course covers Java Programming and is suitable for people who want to learn Java
(college students) and who want to take high school AP class.
I would proudly say that this is one of the best Java Programming course on-line ever.
In this course, you will get:
(1) On-line lectures (with .pdf slides)
(2) sample programs (in Java)
(3) Quiz and exams (in multiple choice format) with solution
(4) AP format exam with solution.
(5) Free-online textbook access.
(6) Free on-line related information links and book chapters.
(7) Demo programs
(8) Lab projects
(9) Chapter projects.
(10) Facebook Q&A support and Gmail responses.
Java JUnit for Unit Testing with TestNG, Mockito, and EclEmma
Coupon (Limited Offer): 50% Off Coupon Click This.
Java JUnit for Unit Testing
This course is an introductory course for unit test and the unit test tool JUnit for Java programming language.
The topics in this course including the following:
(1) Overview of the course
(2) JUnit software installation on Eclipse and BlueJ
(3) JUnit test fixture, annotations, test case, test suite, and parameterized
tests.
(4) Unit Test Strategy: white box testing techniques are discussed for
students to gain in-sight understanding of how a test case should be built for
unit test.
(5) Unit Test/Integration Test/Functional Test Strategty: black box testing
techniques are used for these tests. JUnit can not only support unit test.
It can also be used to support integration test and functional test. Black
box testing techniques are discussed for these tests. EclEmma is
introduced for code coverage.
(6) TestNG API: TestNG is the next generation test software (API) which is
inspired and can be co-operated with JUnit to provide more robust unit test and
higher level test.
(7) Mockito API: Mockito can work with JUnit and TestNG as a very powerful
API to support testing mechanism using mock which allows many test patterns
involving simulated test, test with substitutes such as dummy, fake object, spy,
stub and others.
Software Used:
JUnit, TestNG, Eclipse, BlueJ, Apache Maven, Mockito, EclEmma, JaCoCo