0 What are the suggestions for basic learning software testing

In fact, basic materials and videos are everywhere now. It just depends on whether you have seriously looked for learning resources. Where you go to study depends on whether you are reliable or not. No matter how good the tutorials and teachers are, you can’t learn by yourself. Going in is useless. Before making a formal choice, you can find learning resources in various learning websites and learn by yourself first.

Why choose to study software testing?

Students have many reasons! It can be roughly divided into these categories:

① Not restricted by development language and industry product changes;

②Easier to get started, friendly to both zero-based and girls;

③ All software projects need testers, and their careers are stable;

④The learning cycle is short, but the salary is not low.

Want to "carry" a line? Three skills are required:

Skill 1: Master the testing process and be familiar with the system framework

Able to formulate test plans with developers in advance, and ensure the quality of the R&D phase by moving tests to the left, promoting code reviews, code audits, unit tests, and automated smoke tests.

Skill 2: Understand code and be able to automate

At least master the programming language Python, and now more than 90% of the high-paying positions in the industry are related to Python automated testing skills. Be sure to master mainstream testing tools, such as Jmeter and Postman commonly used in interface automation testing, Robotframework and Airtest commonly used in UI automation, and Appium commonly used in App automation.

Skill 3: Know how to build the environment and know how to operate and maintain

Can participate in configuration deployment. The automated test cases will be configured in the continuous delivery chain, and the quality of the application after the release will be monitored throughout the process by moving the test to the right.

insert image description here
Three major technical capabilities of TO B testers

At present, the demand for excellent software testers by major companies is only increasing, and the salaries are also very high.

This category is not as difficult as Java and not as complicated as big data, but it can still get a high salary for programmers. Even if you don't have a strong technical background, after a period of study, you can find a very good job if you know how to conduct tests and understand the principles. Therefore, this is why many laymen with non-programmer backgrounds choose software testing when changing tracks.

Getting Started: Software Testing Basics → Linux System Operation → MySQL Database
Intermediate: Python Programming Advanced
: Web Automation → Appium Framework → IOS Automation
Interface Automation: Chuanzhi Health Interface Test Project
Advanced: Performance Testing
Project: WeChat Mini Program → Financial Project

Test Engineer—Guardian of Software Quality!

The best time to plant a tree was 10 years ago, followed by now!
Wandering a thousand steps in place is not worth taking the first step forward!
Try to change yourself and the future, your life is always in your own hands!
Change your destiny, software testing is the best fast track for you to enter the IT industry!

Phase 1 functional testing

Pre-study guide: After learning the content of this stage, you can use the whole process functional testing solution, Web automated testing solution, data separation solution, automated testing reporting solution, and log collection solution.

1. In 2022, the whole network debuted, and the most suitable software test introduction to practical tutorials for novices was launched!

From entry to proficiency, it includes the basics + project actual combat. All the actual combat operations of the cases are illustrated and written, and a complete set of customs clearance is truly realized!

The latest video tutorials of software testing 2022, from the basics of software testing to the actual project (covering the basics of software testing + the actual combat of dark horse headline projects)

2. From entry to proficiency in software testing

Software testing is a review or comparison process between actual output and expected output. The classic definition of software testing is: the process of operating the program under specified conditions to find program errors, measure the quality of the software, and evaluate whether it can meet the design requirements. This course has a total of 5 days and is recorded for zero-based beginners. A must-learn course for zero-based entry.

Software testing from entry to master_Software testing basic course

3. Linux system 2-day quick start

This video includes an introduction to the Linux operating system, common Linux commands, and the vi editor. After learning and mastering the content of this stage, you can have the ability to build Linux projects.

Linux system operation tutorial 2 days quick start linux project construction

4. Intensive lecture on software testing MySQL database knowledge + project practice

This video includes data installation, data table operation, data operation - addition, deletion, modification, query, conditional query, sorting, aggregation function, grouping, paging, connection query, self-association, subquery, and subquery drill. After learning the content of this course, you can have the ability to verify the database; you can also quickly and standardly master the operation of adding, deleting, modifying and checking the database.

A must-have MySQL database for software testing engineers, intensive lectures on mysql system + exercises after class

The second stage of Python programming

Pre-study guide: After learning the content of this stage, you can master Python syntax and have programming ability; be able to establish programming thinking and object-oriented programming thinking; be able to master the UnitTest framework to manage test cases.

10 days to play Python software testing

After learning the contents of this stage, you can master Python syntax and have programming ability; you can establish programming thinking and object-oriented programming thinking; you can master the UnitTest framework to manage test cases.

Python automatic testing tutorial, python manages test cases from basics to UnitTest framework

Phase 3 UI Automation

Pre-study guide: UI automation is roughly divided into web automation and App automation, which account for a large proportion in the field of automated testing and are often used.

1. Intensive lectures and actual combat of web automation testing for software testing

This course will teach you to build a web automation and mobile automation testing environment; master the web automation testing process and script writing; master the positioning method, element operation and gesture operation of elements in mobile automation testing; master the use of ADB tools; master the PO mode Design ideas and be able to encapsulate pages; master data-driven implementation; be able to flexibly use automation-related technologies in actual projects.

Software testing web automation testing, Web automation process intensive and mobile automation testing environment

2. Zero-based entry mobile automation - Appium framework

This course will explain the Appium framework in detail. Appium is an open source, cross-platform automated testing framework, which is suitable for automated testing of Native Application, Mobile Web Application or Hybrid Application.

Zero-based entry mobile automation testing - Appium framework

3. Easy to teach you to use Appium for IOS real machine automation testing

This set of courses presents the steps and precautions of environment installation to the students, and demonstrates and explains everything from the simulator to the actual operation of the real machine. The content is rich and vivid, and IOS end environment installation and practical operation can be completed after learning.

Easily teach you to use Appium for IOS real machine automation testing

Phase 4 Interface Automation

Pre-study guide: Interface testing is the most frequently used part of all automated testing. This stage is divided into 14 parts for detailed explanation.

Intensive Lecture on Interface Testing + Practical Tutorial of Chuanzhi Health

This tutorial will involve HTTP, Postman, Pymysql, requests library, integrate UnitTes, Dubbo and many other tools, and finally use Chuanzhi Health project to carry out actual project combat at this stage.

4 days to play the interface test, full analysis of the key points of the interface + actual combat of Chuanzhi health project (including requests library, integration of UnitTes, Dubbo and many other tools)

The fifth stage of performance testing

Pre-study guide: Performance testing belongs to the category of advanced testing, which is very helpful for salary improvement. The video at this stage explains the construction of performance testing environment, the use of JMeter tools, performance testing monitoring, analysis and tuning methods.

4-Day Quick Start Performance Test

This video learns the basic theory of performance testing and JMeter tools; through the actual combat of the light mall project, it takes students to master performance testing requirement analysis, performance testing plan, test case design, test script development, performance monitoring, performance analysis and tuning, performance testing Report summary.

A full set of tutorials for performance testing, 4-day quick start performance testing + actual combat in the project mall (including JMeter tools, etc.)

The sixth stage of comprehensive project strengthening

Pre-study guide: Pass the two practical projects of WeChat mini-program and financial project to comprehensively strengthen function test, interface test and performance test.

1. WeChat mini-program automated testing practice

This video covers: Basic introduction of WeChat mini-programs, introduction of Ego micro-business projects, deployment of Ego micro-business projects, planning of Ego micro-business mini-programs, design of Ego micro-business mini-programs, summary of implementation of Ego micro-business mini-programs, and Ego micro-business Small program interface testing articles, continuous integration.

Software testing Wechat applet automated testing practice

2. Financial projects were completed within 4 days of software testing

This video explains financial project functional testing solutions, real project testing experience solutions, complex business interface testing solutions, interface encryption and decryption testing solutions, data separation solutions, continuous integration solutions, automated test reporting solutions, and high-concurrency testing solutions .

Software testing 4 days to quickly get financial project functional testing practical tutorial

Guess you like

Origin blog.csdn.net/weixin_51689029/article/details/130090876