protractor api testing

Learn about protractor api testing, we have the largest and most updated protractor api testing information on alibabacloud.com

Node. js getting started-13.api: use assert testing and Virtual Machine (VM)

The two modules to be introduced today are assert and VM. Next we will introduce them separately.   Use assert for testing Node, we can use the assert module to test the code. Equal () and notequal () are used to determine equality and inequality respectively. The first parameter is the expected value, the second parameter is the real value, and the third parameter is the exception information. The example is as follows: var assert = require('assert')

Postman Testing the Web API

? Create Cateogory= = RequestPOST {{Host}}:{{port}}/categoriesHeaders:Content-type:application/jsonBody:{"Name": ""}= = ResponseStatus 201 Created{"id": "1","Name": "","Products": []}Create product= = RequestPOST {{host}}:{{port}}/categories/1/productsHeaders:Content-type:application/jsonBody:{"Name": "","Features": ["H", "O"]}= = ResponseStatus 201 Created{"id": "1","Name": "","Features": ["H", "O"]}put request test? = = RequestPUT {{HOST}}:{{PORT}}/CATEGORIES/1Headers:Content-type:application/

Total Pages: 2 1 2 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.