当前位置:网站首页>The first practical project of software tester: web side (video tutorial + document + use case library)
The first practical project of software tester: web side (video tutorial + document + use case library)
2022-07-02 03:42:00 【Program yuanyuexia】
Recently, many self-study test partners are asking me , After learning the basic knowledge, we are faced with project problems , Most online projects are incomplete , And I don't know what to do , I don't know what projects can help me improve
First, let's talk about what you must learn to do a test , Let's share a project suitable for newcomers
Introduction to software testing :
Test case design method , What boundary value , Equivalence partition , Orthogonal method, etc , These are generally the skills required for functional testing , You don't have to memorize theories , First use it. .
Grab the bag , Use tools to grab bags , We need to understand http agreement , Request header , Request body , Basic knowledge of response messages . Data obtained by capturing packets , use postman perhaps jmeter Construct interface request , Whether the interface request succeeds . Don't grab bags just to grab bags , Will use your skills .
database , Generally, Internet companies use databases in testing , Learn the basic addition, deletion, modification and query . In depth, learn about subqueries , Left and right connection , Multi-table query , stored procedure , Affairs, etc. .
Linux command : Testing requires positioning bug, Deployment environment, etc . So master the common linux Orders are necessary , List some common .cd,pwd,cp,mv,tail,cat,ps,chmod etc. .
Project sharing :
Today I'd like to share a web Software testing project , The project is very friendly to novices , It can be a good exercise to test the most basic use case writing , Execute use cases ,bug management ( ZenTao ), It can help you deepen your impression faster and keep up with your hands .
The project mainly includes : Project name 、 Industry 、 Packaging time 、 Project description 、 Responsibility description 、 Project introduction ( Testing process 、 Development mode 、 The most impressive bug etc. )、 Some test points ( During the interview, ask the responsible module how to test , Just answer the test points )、 Practical reference application, etc .
Recently, you can leave a message in the comment area if you need a project in learning software testing
边栏推荐
- Gradle foundation | customize the plug-in and upload it to jitpack
- JIT deep analysis
- [yolo3d]: real time detection of end-to-end 3D point cloud input
- The first game of the 11th provincial single chip microcomputer competition of the Blue Bridge Cup
- [HCIA continuous update] overview of dynamic routing protocol
- VS2010 plug-in nuget
- Pycharm2021 delete the package warehouse list you added
- In depth interpretation of pytest official documents (26) customized pytest assertion error information
- Oracle的md5
- leetcode-1380. Lucky number in matrix
猜你喜欢
随机推荐
Kotlin基础学习 14
Retrofit's callback hell is really vulnerable in kotlin synergy mode
Failed to upgrade schema, error: “file does not exist
Class design basis and advanced
JIT deep analysis
The 10th Blue Bridge Cup single chip microcomputer provincial competition
【直播回顾】战码先锋首期8节直播完美落幕,下期敬请期待!
高性能 低功耗Cortex-A53核心板 | i.MX8M Mini
ThreadLocal详解
Kotlin 基础学习13
《MATLAB 神经网络43个案例分析》:第42章 并行运算与神经网络——基于CPU/GPU的并行神经网络运算
MySQL之账号管理
FFMpeg AVFrame 的概念.
Pycharm2021 delete the package warehouse list you added
Homework in Chapter 3 of slam course of dark blue vision -- derivative application of T6 common functions
"Analysis of 43 cases of MATLAB neural network": Chapter 41 implementation of customized neural network -- personalized modeling and Simulation of neural network
What is the logical structure of database file
数据库文件逻辑结构形式指的是什么
软件测试人的第一个实战项目:web端(视频教程+文档+用例库)
傅里叶级数








