Maven series of project management - create project, POM file, dependency mechanism, life cycle, custom library, external dependency

Maven series of project management (II) Create project, POM file, dependency mechanism Lifecycle, custom libraries, external dependencies       catalogue 1. Create Maven project 1.1. Command line / terminal creation 1.2. Eclipse creation 1.3 Java project transferred to Maven project 2. POM file 2.1 dependence 2.1.1,JUni ...

Added by Illusionist on Thu, 17 Feb 2022 20:56:30 +0200

Easy to understand --- build httprunner+pymysql+allure+jenkins+git interface automation test framework

The author of httprunner is debugtalk. He is a senior developer. At present, there are five versions of httprunner The usage of Httprunner is relatively simple and conforms to a variety of scenarios in work: 1. After completing the interface automation, it is required to continue the performance test of this interface (hrun has a built-in locus ...

Added by HoangLong on Thu, 17 Feb 2022 14:59:52 +0200

Interface automatic test, one key quick verification of all fields of interface return value

Hello, I'm erhei A set of software testing related resources is presented here: Software testing related toolsSoftware testing practice setIn depth automated testingLearning Python Python coding specificationLarge factory interview questions and resume template Pay attention to my official account: two free programmers can receive them. Comm ...

Added by runnee on Sat, 29 Jan 2022 14:24:28 +0200

How to play with automated testing framework? Who is your only one?

catalogue Preliminary study on Framework Python Robot Framework Demo Unittest Demo Nose2 Demo Pytest Demo1 Demo2 Frame selection Python Robot Framework Unittest Nose2 Pytest summary Python​ Python's unique advantages have created a series of test frameworks. In front of these test frameworks, which is better or ...

Added by marginalboy on Mon, 17 Jan 2022 21:48:35 +0200

Source code teaching: small editor teaches you 30 lines of code to realize ddt module

preface Most of the partners who have done automation with python should have used ddt module. It is undeniable that ddt module is really very useful. It can automatically generate test cases according to use case data, which can easily separate test data from test case execution logic. Next, let's take everyone together and roll out a ddt. 1 ...

Added by jamesp on Tue, 04 Jan 2022 01:47:13 +0200

REST Assured 44 - Fetch Value From JSON Object Using JsonNode – Jackson – Get() & Path() Methods

REST Assured series summary REST Assured 44 - Fetch Value From JSON Object Using JsonNode – Jackson – get() & path() methods introduce When we need to parse long and nested JSON, it is not convenient to create POJO classes. We need to use tree structure better. prerequisite Required Java Library Because we use the Jackson A ...

Added by mikesmith76 on Sun, 19 Sep 2021 12:00:07 +0300