Site Map
When you first go on this website, the site road map can guide you quickly through the structure of the website and the author’s habits of classification…
When you first go on this website, the site road map can guide you quickly through the structure of the website and the author’s habits of classification…
The author wanted to demonstrate his comprehensive skills within API, UI, mobile automation testing domains through a series of automation testing practices sharing.
Before coding the API test script, we need to pick some typical transactions from TradeMe.
And these transactions we’ve picked better to cover different types of requests, such as the get, post, delete.
And part of these transactions should correlate with each other at the …
Retrieves all or part of the Trade Me category tree.
Retrieves a list of items on the authenticated user’s watchlist.
Removes a listing from the authenticated user’s watchlist.
Retrieves the items closing soon for the whole country or for a single region.
Adds a listing to the authenticated user’s watchlist.
Retrieves a list of purchases for the authenticated user.
Multiple-quantity auctions can be purchased multiple times.
Hides a listing from the won items list.
Allows you to search for listings on Trade Me by category, by keywords or a combination of these two.
Retrieves the details of a single listing.
Buys an item using Buy Now.
Typical transactions selection -> Corresponding API selection -> Scripting -> Scenarios and reports(I’m here) -> CICD
Git is a set of command line utility programs that are designed to execute on a Unix style command-line environment.
Git Bash is an application for Microsoft Windows environments which provides an emulation layer for a Git command line experience.
This article will concisely introduce one of the basic Git knowledge: …
The JDK - ‘Java™ Platform, Standard Edition Development Kit ' is a development environment for building applications, and components using the Java programming language.
It includes tools useful for developing and testing programs written in the Java programming language and running on the Java platform…
The leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.
This article will concisely introduce one of the basic Jenkins knowledge: how to install the Jenkins …
Download and install the Newman application -> Verify your Newman installation by version -> Run Newman to get reports …
Download and install the Node.js application -> Verify your Node.js installation by version -> Create a simple script …