Project Contributors

  1. For Projects hosted on external hosting services like CodePlex. Google Code or Cloud Forge, always use the hosted Project services dashboard to raise any issues or report any defects. Please do not report any issue or defect via AutomationDojos portal for such projects.
  2. Alternatively for any general feedback, issues or query you can email on [email protected] or use the contact form by choosing appropriate subject line.
  3. Similarly for suggesting any Feature Requests, please follow the above guidelines only.
  4. Providing the below information with your request will allow us to provide most accurate response.
    • Version information for the program, script or tool you were using
    • Info about operating system and dependencies
    • Steps to re-create the issue. Screenshots etc are appreciated.
Tushar Sharma
Tushar Sharmahttps://www.automationdojos.com
Hi! This is Tushar, the author of 'Automation Dojos'. A passionate IT professional with a big appetite for learning, I enjoy technical content creation and curation. Hope you are having a good time! Don't forget to subscribe and stay in touch. Wishing you happy learning!

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Recent Posts

RELATED POSTS

Convert List to Array Using ToArray Without Param

Java provides a toArray method on the 'List' interface. This can be used to convert a 'List' to an array. Since there are are...

How To Add SSH Private Keys to Eclipse

One of the common use cases for accessing Git repositories on Github is authentication via SSH keys. This offers a secure way of working...

Concatenate Strings Using StringBuilder.append()

In addition to String, Java has the java.lang.StringBuffer and java.lang.StringBuilder classes. These can also be used to concatenate Strings. The advantage of these...

Â

RECENT 'HOW-TO'

How To Install Oh-My-Posh On Windows PowerShell

Oh-My-Posh is a powerful custom prompt engine for any shell that has the ability to adjust the prompt string with a function or variable. It does not...

SIMILAR ON CODEX

FEATURED PROJECTS

SEPA Bulk File Generator and Validator

ADjo LABS PROJECT: SEPA Bulk File Generator and Validator. Supported File Types PAIN008, PAIN001, PACS003 and PACS008. Tested for supporting PAIN.008.001.001 and PAIN.008.001.002 (version 1&2). The XML...

MORE IN THIS CATEGORY

Reporting Defects or Features

Always use the project dashboard provided by the hosting service provider (Github, GitLab, CloudForge etc.) to raise any defects / issues. Please do...

General Disclaimer & Licensing

Software, source code and documentation (hereinafter referred as artefacts) available at AutomationDojos are provided ‘as is’ without warranty of any kind, either expressed or...

CHECKOUT TUTORIALS

Working with JMeter Listeners

About Listeners Listeners are used for displaying test results in JMeter. Listeners allow system engineers to analyze the responses from the testing system and monetize...
- Advertisement -spot_img