HailStorm icon
HailStorm icon

HailStorm

Simple Integration and Load Testing Tool using Java 11.

HailStorm screenshot 1

Cost / License

  • Free
  • Open Source

Platforms

  • Mac
  • Windows
  • Linux
-
No reviews
0likes
0comments
0news articles

Features

Suggest and vote on features
  1.  Stress Testing

 Tags

  • Java
  • functional-testing

HailStorm News & Activities

Highlights All activities

Recent activities

No activities found.

HailStorm information

  • Developed by

    Unknown
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    45 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  7 Stars
  •  1 Forks
  •  2 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
HailStorm was added to AlternativeTo by nikkushankar on and this page was last updated .
No comments or reviews, maybe you want to be first?
Post comment/review

What is HailStorm?

Simple Java Integration & Load Testing Tool. Java 11 includes support for JEP 330, Launch Single-File Source-Code Programs. This feature allows you to execute a Java source code file directly using the java interpreter. The source code is compiled in memory and then executed by the interpreter, without producing a .class file on disk. This enables using Java similar to a scripting language. With earlier precompiled java frameworks, People used to put a lot of stuff in configration files. Now its no longer needed people can create easily editable scripts and use them on the go. Check the examples included in the folder src/test/java Contribute to nikkushankar/hailstorm development by creating an account on GitHub.