Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Utility to parse CSV file, invite and assign users to qTest projects using API's and NodeJS.

Notifications You must be signed in to change notification settings

QASymphony/qtest-manager-user-assignment-utility

 
 

Repository files navigation

user-assignment-utility

A sample utility to parse CSV file and assign users to projects using qTest API's and NodeJS.

Installation & How to Run

Before moving forward, Please generate access token using qTest API's

You would need to clone the repository to run the application

git clone https://github.com/harikiranyalavarthi9/user-assignment-utility.git
cd user-assignment-utility

You can run the application on Windows, MacOS, Linux either using node or using executable files.

######To run using node

Install node modules:

npm install

Run the utility using below command

node utility -token <token_generated_from_qtest> -url <qTest_URL>

######To run using executable files:

For Windows:

./utility-win -token <token_generated_from_qtest> -url <qTest_URL>

For MacOS:

./utility-macos -token <token_generated_from_qtest> -url <qTest_URL>

For Linux:

./utility-linux -token <token_generated_from_qtest> -url <qTest_URL>

About

Utility to parse CSV file, invite and assign users to qTest projects using API's and NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%