Kenneth Pino

Greenhorn
+ Follow
since Jan 18, 2017
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
5
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Kenneth Pino

Thank you all so much for all the replies.
I got exactly the information I was looking for.

And TY for that example
2 years ago
Hi all,

I am going through Head First Java.
There is a Battle Ship game project that evolves from a simple to a more advanced version.
When they cover the simple one, they show an example on how to write a class for testing the app with just plain java. Later on, when moving on to the advanced version, they basically say "we don't show you more testing code, go figure it out".
That would not be a problem if at least I could get some guidelines or resources.

Should I follow the book's example of writing pure java to test? Should I look into jUnit? groovy?
What is a proper way to test that fits today's expected quality standards?

According to the book I am supposed to write tests before each app, but without any guidance I will end up writing a bunch of none sense that wont help me get hired anywhere.

TY
2 years ago
TY for your answer!

I more of a hard copy kind of guy as well.
I'll probably go for that.
Hello guys,

I got this book to prepare for the exam:
OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide: Exam 1Z0-808
https://www.amazon.co.uk/OCA-Certified-Associate-Programmer-1Z0-808/dp/1118957407/ref=pd_bxgy_14_img_2?_encoding=UTF8&psc=1&refRID=3MZ1YAEW02KM19A3BQPD

And a friend recommended this course online:
https://www.udemy.com/learn-java-se-8-and-prepare-for-the-java-associate-exam/

Anyone has any recommendations? Which one should I go for?

TY -