An open API service indexing awesome lists of open source software.

https://github.com/testpointcorp/vansahseleniumjavademo

This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.
https://github.com/testpointcorp/vansahseleniumjavademo

Last synced: 3 months ago
JSON representation

This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.

Awesome Lists containing this project

README

          

## Vansah Automation Demo

This Selenium TestNG Automation framework is just a demo and quick start to Automated Testing with Vansah - Test Management for Jira.

## Introduction

Vansah's API can be used to integrate Vansah with various tools, automation and development frameworks including third-party applications. The main usage for the API is to allow our customers to integrate their automated tests and submit test results to Vansah Test Management for Jira. For a full detail of what other tasks you can perform using the API the list can be obtained from this documentation.

## Tools


  • Maven - Build Tool

  • TestNG

  • Selenium 3

  • ChromeDriver v107.x.x.x

## How to Run

### Step 1

Clone or Download the Repo.

### Step 2

Open Eclipse and Import the Project as Maven Project.

### Step 3

Add VansahConnectToken in VansahNode.java File
Token should be obtained from your Jira Workspace

Click to Know How to obtain your Vansah API Connect Token

### Step 4

Run as Maven test