Reporting Defects or Features

  1. Always use the project dashboard provided by the hosting service provider (Github, GitLab, CloudForge etc.) to raise any defects / issues. Please do not report any defect via AutomationDojos web portal for such projects.
  2. Alternatively for any general feedback 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. Always provide the below information with your request enabling us to provide you with swift and accurate response.
    • Name and version info of the script or tool you were using
    • Info about operating system and dependencies
    • Steps to re-create the issue along with screenshots where possible would be 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

Maven CLI Options and Switches Reference

Maven offers a good set of commands and CLI Options to carry out wide range of Dev tasks. Most of these commands are in...

Getting Started With Hibernate

Introduction Hibernate is a framework which allows you to access database tables from Java code. Before Hibernate came into existence, JDBC was widely used. JDBC...

How To Load XML File into DOM Using MSXML

Microsoft XML Core Services (MSXML) provides two methods for loading XML documents into the Document Object Model (DOM) and one method and one property...

Â

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

Windows JDK Manager (win-jdk-Manager)

ADjo LABS PROJECT : Simple and lightweight desktop utility with Interactive cmd Interface for easy view, re-point and switching between JAVA versions on windows. Demonstrating the capability...

MORE IN THIS CATEGORY

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...

Project Contributors

For Projects hosted on external hosting services like CodePlex. Google Code or Cloud Forge, always use the hosted Project services dashboard to raise...

CHECKOUT TUTORIALS

Java Tutorial #6 – Jump Statements

Introduction The break statement is used to stop further execution. It can be used either in a loop or within a switch statement. Break Statement The break...

Working with JMeter Listeners

- Advertisement -spot_img