Subscribe
Tutorial search

Functional Testing with Apache JMeter - Java tutorial


Introduction to Functional Testing JMeter is found to be very useful and convenient in support of functional testing. Although JMeter is known more as a performance testing tool, functional testing elements can be integrated within the Test Plan, which was originally designed to support load testing. Many other load-testing tools provide little or none of this feature, restricting themselves to performance-testing purposes. Besides integrating functional-testing elements along with load-testi
Category: Java tutorials - Difficulty:


More cool Java tutorials:



 Implementing Document Management in Alfresco 3
Implementing Document Management in Alfresco 3
manage any type of document, such as HTML, text, XML, Microsoft Office documents, Adobe PDF, Flash, scanned images, multimedia, and video files. You will also understand the concepts of creating and using categories and smart spaces. By the end of this article, you will have also learned how to create spaces and load them with documents.
Difficulty:
Dynamic Web-based data access using JSP and JDBC technologies
Dynamic Web-based data access using JSP and JDBC technologies
This article discusses using the JSP and JDBC technologies to integrate static, dynamic, and database content in Web sites. For the purposes of simplicity and illustration, the JSP pages here use short scriptlets to expose the JSP developer to the underlying JDBC concepts instead of hiding them in custom tags. The author introduces a key design approach that integrates JavaBeans components with JDBC, similar to the way that JavaServer Pages technology already uses beans with HTTP. He also provides code for implementing this integration.
Difficulty:
5 things you didnt know about command-line flags for the JVM
5 things you didnt know about command-line flags for the JVM
Java virtual machines come with hundreds of command-line options, which more experienced Java developers can use to tune the Java runtime. Learn how to monitor and log compiler performance, disable explicit garbage collection (System.gc();), extend the JRE, and more.
Difficulty:
Android Multiple Views
Android Multiple Views
I named my project MultiViews and am using Android 2.3. The first thing you can do is go ahead and create the views. The first view has a button that links our second view. The first view is stored in main.xml and our second one is main2.xml. They are identical besides the names of the buttons and the caption on the buttons. Here is a screen shot and the code from both views.
Difficulty:
Improve JRuby on Rails and Ajax development
Improve JRuby on Rails and Ajax development
Develop Ajax applications more efficiently with the help of JRuby on Rails and Java Server Pages technologies hosted on a Java application server, WebSphere Application Server Express. In this tutorial, you'll build an application for the online film industry where lovers of film can manage, tag, and be redirected to their library of online videos.
Difficulty: