The main reason for developing this framework is to provide an easy way for Technical QA, Developer or Non-technical QA to perform API testing in an easy manner.
- Ability to implement automated tests for an API within few minutes.
- Codeless API automation.
- Ability to validate backend databases.
- Tests can be designed even by a non- technical person.
- Human readable tests in business language and markdown syntax.
- Generation of an executable document.
- Generate a HTML report with test details for every test execution.
- Parallel execution.
- Live execution report.
- Automated emails for test execution summary with graphical representations.
- Java
- Gauge Framework
- Rest Assured
- Apache POI
- Junit
- Apache Maven
- Windows
- Linux
- Mac OS
- Java
- Java
- Maven
On Windows
-
Install Chocolatey by executing the following command in an administrator command prompt.
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "[System.Net.ServicePointManager]::SecurityProtocol = 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
-
Install Gauge by executing the following command in an administrator command prompt.
choco install gauge
On MacOS
-
Update Homebrew.
brew update
-
Install Gauge using Homebrew.
brew install gauge
On Linux
-
First, add Gauge’s GPG key with this command.
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B
-
Then add Gauge to the repository list using this command.
echo deb https://dl.bintray.com/gauge/gauge-deb nightly main | sudo tee -a /etc/apt/sources.list
-
Finally, install Gauge using these commands.
sudo apt-get update
sudo apt-get install gauge
-
Open Command Prompt and execute following commands.
gauge install java
gauge install html-report
gauge install json-report
gauge install xml-report
gauge install spectacle
gauge install flash
-
You can check the installation using the following command.
gauge -v
If the installation is success, it will output like this:
Gauge version: <version number>
Plugins
-------
flash (<version number>)
html-report (<version number>)
java (<version number>)
json-report (<version number>)
spectacle (<version number>)
xml-report (<version number>)
OS | Java Version | Maven Version | Gauge Version | Gauge Java Version |
---|---|---|---|---|
Windows 10 Enterprise | 1.8.0_181 | 3.6.1 | 1.1.6 | 0.7.13 |
Windows 10 Enterprise | 1.8.0_131 | 3.5.0 | 1.1.7 | 0.7.13 |
Windows 10 | 1.8.0_271 | 3.6.3 | 1.1.6 | 0.7.13 |
Ubuntu 18.04 | 1.8 | 3.6.3 | 1.1.7 | 0.7.13 |
MacOS Catalina v10.15.7 | 1.8.0_275 | 3.6.3 | 1.1.7 | 0.7.13 |
- MaxSoft IntelliAPI
- MaxSoft IntelliAPI Documentation
- How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 1
- How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 2
- How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 3
- How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 4
- How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 5
- Get a clone of this project.
- Open the command prompt.
- Navigate to the project directory.
cd <project_dir>
- Execute this command.
mvn clean install -DskipTests
- Open the command prompt.
- Navigate to the directory of the dev_regression_run.bat file.
cd <project_dir\batch_files>
- Enter the name of the .bat file and the extension.
dev_regression_run.bat
- Press Enter.
MaxSoft IntelliAPI is released under MIT License
Copyright 2021 MaxSoft.