Artillery - API Freighting
Artillery - API Freighting
No Question
1 We can get Response Time using
2 Which of the following is correct about Little’s law?
Performance testing is used to determine the functions of application at a particular
3 load.
Which of the following formula correctly defines Little’s law when Number of stable
4 customer =N, Average arrival rate = λ, Average time spend by user = W
5 Stress testing means verifying application’s stability and capabilities.
6 Artillery can be installed on Nodejs v3.
7 What is the command to verify artillery?
8 What command can be used to install artillery?
9 What does -c stand for in quick test?
10 What is the help command for artillery?
11 Target is defined in the scenarios section
12 arrivalCount is defined as the arrival of the virtual users for the duration of time.
Which of the following is correct? (i)target is for base URL. (ii) phase is for recurrence
of the request. (Iii) payload is for importing data. (iv) timeout is for wait time before
13 server response. (v) environments is for associated target
14 What does think argument stand for in artillery script.
If we have defined the priority of execution of three phases as 2,3,7, which of the
15 following is correct?
16 Phase of the script defines the api that we want to test.
17 What are the kinds of phases in artillery?
18 Priority of the scenarios are defined in _.
19 What is the success response for GET request?
20 Which request is similar to patch request?
21 Put request is used for ___.
49 I want to create an account. Which of the following is correct for scenarios script?
N = λ*W
0
0
artillery dino
npm install artillery
arrivalRate
artillery -help
0
jq .aggregate sample_report.json
There was not sufficient response for this
action.
Number of virtual user generated in the
defined time.
artillery report sample_report.json
config.http.pool
1. DEBUG:http:capture,http:response
artillery run sample.yml
2. DEBUG:http:capture artillery run
sample.yml
scenarios:
- flow:
- post:
url: "/api/users"
json:
name: "Ranjan"
email: “ranjan@play.me”