All Projects → osandadeshan → MaxSoft-IntelliAPI

osandadeshan / MaxSoft-IntelliAPI

Licence: MIT license
First-ever code-free and lightweight cross platform API and database test automation tool.

Programming Languages

java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to MaxSoft-IntelliAPI

restrict-imports-enforcer-rule
Maven enforcer rule that restricts usage of unwanted imports.
Stars: ✭ 59 (+321.43%)
Mutual labels:  maven
kotlin-grpc-sample
Sample of a gRPC Kotlin service
Stars: ✭ 27 (+92.86%)
Mutual labels:  maven
WorldGuardExtraFlagsPlugin
Extension for the WorldGuard plugin.
Stars: ✭ 47 (+235.71%)
Mutual labels:  maven
springboot-bbs
基于springboot的论坛系统,主要使用的技术有springboot+mybatis+redis+自定义分页,数据库为mysql,前端为bootstrap+jquery+html5
Stars: ✭ 49 (+250%)
Mutual labels:  maven
plexus-compiler
Plexus compiler a layer on top of compilers and used by maven-compiler-plugin
Stars: ✭ 24 (+71.43%)
Mutual labels:  maven
atguigu ssm crud
Atguigu-SSM-CRUD 一个最基本的CRUD系统,采用IDEA+Maven搭建,具备前后端交互功能,前端采用BootStrap+Ajax异步请求DOM渲染,后端采用SpringMVC+MyBatis+Mysql8.0+Servlet+Jsp,符合REST风格URL规范,并加入了Hibernate提供的数据校验功能,支持PageHelper的分页功能,很适合SSM阶段性练习。同时用到了很多前端操作以及BootStrap组件,也有利于学习JS和前端框架。
Stars: ✭ 52 (+271.43%)
Mutual labels:  maven
mvn-jlink
Maven plugin to provide way to work with jlink tool in maven projects
Stars: ✭ 34 (+142.86%)
Mutual labels:  maven
maven-shade-plugin
Apache Maven Shade Plugin
Stars: ✭ 120 (+757.14%)
Mutual labels:  maven
maven-dependency-plugin
Apache Maven Dependency Plugin
Stars: ✭ 119 (+750%)
Mutual labels:  maven
Student-Information-Administration-System
大学生信息管理系统——初学路上自己摸索实践的项目
Stars: ✭ 91 (+550%)
Mutual labels:  maven
intellij-quarkus
IntelliJ Quarkus Tools
Stars: ✭ 83 (+492.86%)
Mutual labels:  maven
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+142.86%)
Mutual labels:  maven
spring-boot-web
Spring Boot脚手架工程
Stars: ✭ 29 (+107.14%)
Mutual labels:  maven
CyFHIR
A Neo4j Plugin for Handling HL7 FHIR Data
Stars: ✭ 39 (+178.57%)
Mutual labels:  maven
SpringsScala
Sample Projects for Creating Springs Web services in Scala
Stars: ✭ 16 (+14.29%)
Mutual labels:  maven
selenium BDD framework
Behavioural driven development UI automation framework using selenium, cucumber-java, testng, maven, phantomjs
Stars: ✭ 34 (+142.86%)
Mutual labels:  maven
dependency-update-maven-plugin
A Maven plugin that creates merge requests for dependency updates.
Stars: ✭ 23 (+64.29%)
Mutual labels:  maven
reproducible-build-maven-plugin
A simple Maven plugin to make your build byte-for-byte reproducible
Stars: ✭ 65 (+364.29%)
Mutual labels:  maven
library-booksystem
基于ssm的入门项目,图书在线管理系统。a library system.
Stars: ✭ 26 (+85.71%)
Mutual labels:  maven
maven-resource
Maven Repository Manager Concourse Resource
Stars: ✭ 22 (+57.14%)
Mutual labels:  maven

MaxSoft IntelliAPI

Introduction

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.

Advantages

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

Technologies/Frameworks Used

  • Java
  • Gauge Framework
  • Rest Assured
  • Apache POI
  • Junit
  • Apache Maven

Supported Platforms

  • Windows
  • Linux
  • Mac OS

Supported Languages

  • Java

Design Diagram

image

Pre Requisites

  1. Java
  2. Maven

Installing Gauge Core

On Windows

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

  2. Install Gauge by executing the following command in an administrator command prompt.
    choco install gauge

On MacOS

  1. Update Homebrew.
    brew update

  2. Install Gauge using Homebrew.
    brew install gauge

On Linux

  1. First, add Gauge’s GPG key with this command.
    sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 023EDB0B

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

  3. Finally, install Gauge using these commands.
    sudo apt-get update
    sudo apt-get install gauge

Installing Gauge Plugins

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

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

Tested Versions

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_181 3.6.1 1.2.1 0.7.15
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 Tutorials

  1. MaxSoft IntelliAPI
  2. MaxSoft IntelliAPI Documentation
  3. How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 1
  4. How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 2
  5. How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 3
  6. How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 4
  7. How to use MaxSoft IntelliAPI for API Test Automation? — Tutorial 5

Testing the Project

  1. Go to batch_files folder in the project root directory.
  2. Double click on dev_regression_run.bat file.
    OR
    Run below commands on the terminal
    mvn test-compile gauge:execute -DspecsDir="specs" -Dtags="pre_requisites" -Denv="dev"
    mvn test-compile gauge:execute -DspecsDir="specs" -Denv="dev"

Support Forum

Gitter

License

MIT License MaxSoft IntelliAPI is released under MIT License

Copyright

Copyright 2021 MaxSoft.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].