Category:Software Testing
-
25-year-old inexperienced experience in software testing, written to you who are still confused
I have changed to software testing for two years. In the past two years, I have a hazy understanding of testing at the beginning. Now my thinking is gradually clear and my development direction is clear. Although the testing theories, testing tools and testing techniques have been strengthened, the self feeling is not deep enough. […]
-
Use postman’s runner to undertake some pressure measurement functions
Reading time |0.16 minutes word count |257.6 characters primary coverage |1. Introduction & background “Use postman’s runner to undertake some pressure measurement functions” Author | SCscHero Writing time | 2022/2/6 AM11:19 Article type |Series Degree of completion |Completed motto Every great cause has a trivial beginning. 1、 Introduction & backgroundDegree of completion: 100% a) Dealing […]
-
After five years of software testing in byte beat, he was ruthlessly dismissed in December to remind his brother of rowing
First, let’s briefly explain the background. An unknown 985 benshuo joined byte after graduation in 17 years. He was ruthlessly laid off in the name of “personnel optimization”. Then he switched to youzan and has been engaged in software testing. I have no internship experience before. It’s five years of work experience. In the past […]
-
Introduction to analysis parameters of sonar scanning
Introduction to analysis parameters of sonar scanning Mandatory parameters The server Key describe default sonar.host.url Server URL http://localhost:9000 Project configuration Key describe default sonar.projectKey Unique identification of the item. The allowed characters are: letters, numbers,-,_,.and:, and at least one non numeric character. For Maven projects, this defaults to: Optional parameters Project identification Key describe default […]
-
[basic] performance test, from 0 to actual combat (hands-on teaching, very practical)
1、 Performance basis What is the essence of performance testing — >? Simulate the request sent by the user based on the protocol (service simulation),To serverForm a certain load.Focus:Time performance、Spatial performanceInterface independent Performance test classification Performance test (narrow sense) The performance test method is to test whether the system performance meets the production performance requirements […]
-
[automated testing framework] how much do you know about pytest and unittest? What’s the difference? Which should I use?
1、 Well known automated testing framework Java JUnit, TestNG, etc. python PyUnit (unittest), pytest, robot framework, etc 2、 Introduction to pytest Pytest is a very mature and fully functional Python testing framework. It can be competent for various scenarios that unittest can do, such as unit test, web test, APP test, interface test and so […]
-
Security best practices + Klocwork
Security best practices must be followed when deploying any web-based application. Here, we outline the settingsKlocwork(one)Static code analysisAnd the steps of applying the security static testing tool (SAST)) to achievesecurityOperation. This process is usually deployed locally and behind the firewall. We should also take additional precautions to prevent anything from being exposed on the Internet. […]
-
Automatic analysis and killing of agent memory horse
The starting point isJava AgentAutomatic analysis and killing of memory horses. In fact, other memory horses can be killed in this way The main difficulties of this paper are the following three, which I will answer one by one in the article howdumpOutJVMinrealCurrent bytecode How to solve the problem due toLAMBDAExpression causesIllegal bytecodeProblems that cannot […]
-
[foundation] Python environment building and configuration – > WeChat official account: three uncle test notes, timely access to dry cargo.
1、 Download installation / environment configuration Download and install Python official website:https://www.python.org/ As shown in the figure: After downloading, double-click the installation package and follow the python installation wizard to the next step by default. Network disk download address: Link:https://pan.baidu.com/s/1TC6F7JbnxccWjWV0PG10cgExtraction code: SS11 Environment variable configuration New Python_ Home, configure the python installation path As shown […]
-
T-reqs: a syntax based HTTP vulnerability mining tool
About t-reqs The full name of t-reqs is two requests. T-reqs is a syntax based vulnerability mining tool for HTTP fuzzy testing. The tool can perform fuzzy testing and vulnerability mining on the target HTTP server by sending variant HTTP requests with version 1.1 or earlier. The tool mainly realizes its function through the following […]
-
Fastapi (68) practical development interface development of online course learning system — user personal information interface development
In previous articles:Fastapi (67) practical development interface development of online course learning system — user login interface development, today’s actual combat: user personal information interface development. When developing the personal information interface, we should pay attention to that because we have different users with different personal information and need to rely on login, we […]
-
Software performance test analysis and tuning practice – Performance Analysis and tuning of Java applications – excerpts from manuscripts
Since its birth, Java programming language has become a very popular programming language, covering many technical fields such as the Internet, Android applications, back-end applications, big data and so on. Therefore, the performance analysis and tuning of Java applications is also a very important topic. The performance of Java applications is directly related to the […]