"Selfie Tutorial 33" thinking papers _ Introduction

Current testers major contradiction:

Python learn basic grammar have watched a few times.
Do not have access, not write, but most of the online examples are for developers,
many of which were artificial intelligence, big data, block chain, or mathematical algorithm problem.
Occasional Selenium for Web testing personnel,
but as an entry Selenium example Python,
is also inappropriate, because still too difficult.

Wu scattered teaching of thinking

Learn Python automated tests from the command line command to start learning,
first learn how to use Python to call the various command-line commands to write batch script,
and then gradually learn, process-oriented functions, object-oriented class.

It must be practical testing, automated testing practices carried out,
and gradually develop Python programming thinking, let Python programming,
has become an important tool for routine testing work, let you test students write out.

Python applications in test scenarios

The main advantage of Python application in testing are:

  1. You can invoke various commands
  2. Strong text processing capabilities
  3. Various types of third-party modules more, better support

The main subject of automated test scenarios and reads as follows:































Scene No. Automated test scenarios Test object and Introduction
scene one The mobile terminal test-related Mainly the mobile terminal system or App testing Android-based or Windows-based,
including our common:
the phone system testing, mobile App testing,
on-board system testing, on-board App testing,
computer system testing, computer desktop applications App testing,
Tablet PC Pad test,
smart TV test,
a smart watch test,
intelligent sound (no interface) test,
the smart learning machine test
scan code equipment POS payment machine, brush face payment machine testing,
applet testing,
intelligent rearview mirror test,
camera test. . .
These places are similar Python automatically, because it commands are common.
Such as performance, stability, log interception, interception pictures of these commands are common.
Scene II Web-related test Web browser-based web client, the server tests, including:
Web page test client,
Web server testing,
database testing,
ERP system testing,
SaaS testing and so on. . . . . .
Scene Three Multimedia test-related Organized into a separate chapter, focuses on images, audio,
related to the Python automated processing of video processing technology.
Multimedia can give testers, or non-testers may also be used.
Scene Four Other tests related Writing test cases, test environment to build a batch, test case execution,
test reports and data sorting mail distribution, Log upload and so on. . . .


Further reading
  1. A more detailed concept more intelligent mobile terminal, reference
    http://m.elecfans.com/article/846328.html
  2. 目前移动终端操作系统的排名,数据来自:https://gs.statcounter.com/os-market-share
    目前的趋势就是以Android为代表的Linux阵营,
    获得的大部分的份额,牢牢占据了终端产品操作系统,
    其实Linux的我们测试人员常用的还有:Ubuntu,CentOS, UOS等。
    Windows电脑办公娱乐的时代,逐渐没落了。

更多更好的原创文章,请访问官方网站:www.zipython.com

原文链接:https://www.zipython.com/#/detail?id=dcc66b5959fa4b0799f749665cfdfaad

也可关注“武散人”微信订阅号,随时接受文章推送。

Guess you like

Origin www.cnblogs.com/zipython/p/12398317.html