Java Development Topics:
Java application testing
Software testing can be implemented at any time in the development process. Most of the Java code testing effort occurs after the coding process has been completed. Some software development models will focus the application testing effort at earlier points in the development process. Learn about Java application testing in this topic section, including the design process for testing software processes.
-
Where have all the Java developers gone?
20 Apr 2012
News - Finding experienced developers is a major challenge for many enterprise IT organizations.
-
OCPJP and OCAJP: New Java 7 certification requirements
21 Dec 2011
News - In order to obtain the certified architect position from Oracle, attending and passing a training course is now required. But what about the Java Professional and Java Associate designations, OCPJP and OCAJP for Java 7?
-
The Java 7 OCPJP & OCAJP Cert to cost more than SCJP
16 Dec 2011
News - The OCP (Oracle Certified Professional) Java 7 certification (OCAJP and OCPJP), which replaced the SCJP certification, will now require you to pass two exams, each of which will cost $300 to take, pushing the cost of the designation to $600.
-
10 ways to build and test rich Internet applications (RIA)
TheServerSide.com News Feed | 08 Sep 2011
News - Today's Web is a rich set of competing approaches to deliver RIA. The user community is already equipped to run your application when you choose a RIA techniques. Pretty much any technique is viable. That puts the emphasis on which approach is easiest to...
-
How many bugs do you have in your code?
TheServerSide Newsfeed | 26 Aug 2011
News - If you follow Zero Bug Tolerance, of course you’re not supposed to have any bugs to fix after the code is done. But let’s get real. Is there any way to know how many bugs you're missing and will have to fix later, and how many bugs you might already have...
-
PIT 0.21 Mutation testing for Java released
TheServerSide Newsfeed | 18 Aug 2011
News - PIT is a code coverage system for Java that goes much further than traditional tools and checks not only that your code is exercised, but that it is actually tested. PIT achieves this via mutation testing - a technique that has been studied in academia...
-
Selenium PageObjects introduction screencast now available
TheServerSide Newsfeed | 11 Aug 2011
News - Selenium PageObject is a software and test development pattern to represent Web pages or parts of Web pages. PageObject is an approach to building test scripts that break when the application changes. For Test Case developers and testers, PageObjects...
-
Not doing Code Reviews? What’s your excuse?
TheServerSide Newsfeed | 21 Jun 2011
News - All of us have known for a long time that code reviews find defects, and that reviews are cheaper and can be more effective than most kinds of testing. In Code Complete, Steve McConnell builds an overwhelming case for code reviews: disciplined code...
-
New Java Applications Log Analysis Platform
TheServerSide Newsfeed | 20 May 2011
News - XpoLog released a new Log Analysis and Log Management Platform for Java Applications. The new version is available for download now. XpoLog continues to develop an application and operation oriented analysis platform that can help to search, report and...
-
Integrating JBehave with Selenium 2 and Spring Framework
TheServerSide Newsfeed | 26 Apr 2011
News - This post focuses on three technologies: JBehave for acceptance tests, Selenium for web application testing, and Spring dealing with infrastructure. Learn more about integrating JBehave with Selenium 2 and Spring. Follow a walk through of a very simple...