The Day1 of the Python Automation lesson (not finished)

Source: Internet
Author: User

I actually want to say, I am a even interface is what need Baidu to understand half a day of Baize basic technology slag, the previous 10 years of work in addition to interspersed with several project management experience, technology is mobile + black box + every day according to step Point, a year of technical experience for ten years. Although the application when the TA said this is 0 basic Python Automation class, can be the first class down found in fact we are engaged in the Internet related industries, so may be more than my professional haha, can only do their best efforts. The following is not so much a blog than a study notes, I hope there is a wrong place someone to point out ~

Python Automation Lesson Day1

First Stage first lesson: Interface Test Basics

Objective: To master the design of interface test cases and the use of test tools.

First, what is the interface

    1. Interface Overview: The interface refers to an abstraction that an entity provides itself to the outside world (another entity) that separates external communication methods from internal operations so that they can be modified internally without affecting the way other entities interact with the outside world. (Baidu Entry) sub-system external interface (that is, we learn to test) and program internal interface (white box test).
    2. Classification of interfaces:

1) WebService interface: Using the SOAP protocol for HTTP transmission, request/Return messages are in XML format.

2) HTTP API interface: Using the HTTP protocol, through the path of the method of distinguishing calls, the request message is Key-value form, the return message is JSON string, there are get/post and other request methods.

3. Differentiate between front-end and back-end

Front End: Indicates display, responsible for display (such as Web page, app ...)

Back-end: Business processing logic

Second, what is the interface test

Interface testing is functional testing, the focus is to check the exchange of data, transfer and control management process, as well as the system of mutual logical dependencies, no page, no point on the page, through the interface Specification document call address, request parameters, splicing messages, and then send the request, check the return results.

The Day1 of the Python Automation lesson (not finished)

Related Article

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.