Skip to content
Somkiat Puisungnoen edited this page Aug 8, 2023 · 10 revisions

Software Requirements

Install robotframework

$pip install robotframework
$pip install robotframework-seleniumlibrary

ตรวจสอบการติดตั้งด้วยคำสั่ง

$robot

แสดงผลดังนี้
[ ERROR ] Expected at least 1 argument, got 0.
Try --help for usage information.

Install newman (postman cli)

install newman

$npm install -g newman

ตรวจสอบการติดตั้ง

$newman
Usage: newman [options] [command]

Options:
  -v, --version               output the version number
  -h, --help                  display help for command

Commands:
  run [options] <collection>  Initiate a Postman Collection run from a given URL or
                              path

To get available options for a command:
  newman <command> -h

Optional

Continuous Integration Server

Continuous Testing

Create your library