Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tes3awy/appd-supercar-trader
Supercar Trader AppDynamics Java-based Web Application
https://github.com/tes3awy/appd-supercar-trader
apm appdynamics java jdk
Last synced: about 1 month ago
JSON representation
Supercar Trader AppDynamics Java-based Web Application
- Host: GitHub
- URL: https://github.com/tes3awy/appd-supercar-trader
- Owner: Tes3awy
- Created: 2022-07-16T22:25:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-10T01:35:57.000Z (over 1 year ago)
- Last Synced: 2024-05-16T01:13:13.025Z (7 months ago)
- Topics: apm, appdynamics, java, jdk
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> **This collection was made as part of the AppDynamics Enablement program in 2022**
# Supercar Trader
Supercar Trader is a Java-based Web Application
The purpose of Supercar-Trader collection is to generate dynamic traffic (business transactions) for AppDynamics Controller.
---
## Getting Started
The Supercar Trader collection contains a total of **74** HTTP requests (**69** `GET` requests and **5** `POST` requests)
Pages: `3 requests`
Supercars Pages: `10 requests`
Search Page: `3 requests`
Car Pages: `24 requests`
Car Pages - View Enquiry: `24 requests`
Sell Page: `3 requests` (_1 POST request should throw an Error to the Controller_)
Enquire Page: `2 requests`
jsp Pages: `5 requests`## How to use?
Import both `Supercar-Trader.postman_collection.json` and `Supercar-Trader Environment.postman_environment.json`, and select `Supercar-Trader Environment` to be in use (from the upper right corner. The `No Environment` dropdown)
Edit the `ip` variable in `Supercar-Trader Environment` with the IP address of your Supercar Trader web application and save it.
To run the entire collection at once (all 25 HTTP requests), click on `Runner` located at the bottom right corner, drag/drop the collection in the `Runner window` as instructed, then click `Start Run`.
## Notes
- All POST requests use dynamic variables that change every time the collection is started to avoid performing redundant POST requests with the same values.
- All requests are tested and passed the test to be considered successful, even for the request with error.