Java

Java POM: 00-The Basic Framework

 

EclipseOxy

 

Maven Build Config

 

POM

 

Clean

 

Install

 

Build

 

Compile

 

Test

 

Packages

 

Classes

 

TestNG

 

Selenium

 

Apache POI

 

Log4j2 ( TestLog )

 

Tags

Java: Enum Types

An enum type is a special data type that enables for a variable to be a set of predefined constants. The variable must be equal to one of the values that have been predefined for it. Common examples include compass directions (values of NORTH, SOUTH, EAST, and WEST) and the days of the week.

Because they are constants, the names of an enum type's fields are in uppercase letters.

In the Java programming language, you define an enum type by using the enum keyword. For example, you would specify a days-of-the-week enum type as:

Java: Guide: TestNG Essentials

Introduction

What Is?

 

Installing TestNG

TestNG        6.7.0.20120802_0752        org.testng.eclipse.feature.group        Cedric Beust

 

Adding to BuildPath

 

        

 

 

public class SampleTest {

 

        @Test

Tags

Java: Guide: JMeter Essentials

Introduction

Needed Components

  • Jakarta.jmeter.com
  • jdk 1.5
  • java homepath
  • java classpath

What is Jmeter?

  • Load testing framework
  • HTTP, FTP, SOAP
  • JDBC connector

 

Tags
Subscribe to Java