diff --git a/resident-services/README.md b/resident-services/README.md
index 9e1129a8..94b0f2cb 100644
--- a/resident-services/README.md
+++ b/resident-services/README.md
@@ -1,50 +1,22 @@
### Contains
-* This folder contains performance test script of Resident Service Endpoints.
- 1. Authorize Admin Validate Token
- 2. Login Redirect URI
- 3. VID Policy
- 4. Generate VID
- 5. Get VIDs of the Resident
- 6. Service History
- 7. Service History Download
- 8. Auth Lock Unlock
- 9. Auth Lock Status
- 10. Request Card VID
- 11. Revoke VID
- 12. Identity Info Schema Type
- 13. Identity Mapping
- 14. Masterdata Idschema
- 15. Download Personalized Card
- 16. Auth Proxy Partner Type
- 17. UI Schema
- 18. Masterdata Getting Templates
- 19. Share Credential
- 20. Login
- 21. Registration Center List Nearest Location
- 22. Registration Center List Location Hierarchy
- 23. Download Supporting Docs
- 24. Menu Bar Bell Update Time
- 25. Menu Bar Unread Notification Count
- 26. Menu Bar Bell Notification Click
- 27. Validate OTP
- 28. Track Service Request
- 29. Download Service Request
- 30. Menu Bar Notifications Language Code
- 31. Profile
- 32. Channel Verification Status
- 33. Download Card Event
- 34. Masterdata Get Coordinates
- 35. Masterdata Location Info
- 36. Masterdata Registration Centers
- 37. Masterdata Valid Documents
- 38. Masterdata Registration Centers Page
- 39. Masterdata Location Immediate Children
- 40. Masterdata Applicant Type
-
+* This folder contains scenario-based performance test scripts for Resident Services.
+
+*List of Scenarios:
+ * UIN services Login
+ * View My History
+ * Manage My VID
+ * Secure My ID
+ * Track My Requests
+ * Get Personalized Card
+ * Share My Data
+ * Update My Data
+ * Get Information
+ * Get My UIN
+ * Verify Phone/Email ID
+ * Menu Bar
+ * Audit
+ * Logout
-
-
-
* Open source Tools used,
1. [Apache JMeter](https://jmeter.apache.org/)
@@ -75,134 +47,89 @@
* id-authentication default properties: Update the value for the below properties.
otp.request.flooding.max-count - 100000
+* Create Resident Services EventId (Setup) : This thread contains service history endpoint api to capture the event id's required for the test.
### Data prerequisite
* List of VID's as per environment which is valid and will be prepared from the above mentioned create identities setup.
+* List of Event id's as per environment which is valid and will be prepared from the above mentioned create resident services event id setup.
### Execution points for Resident Service endpoints
-* The id and access token generated from the Login Redirect URI api will be stored in a file and will be used in the headers of below mentioned api's :
-
- * Authorize Admin Validate Token
- * Login Redirect URI
- * VID Policy
- * Generate VID
- * Get VIDs of the Resident
- * Service History
- * Service History Download
- * Auth Lock Unlock
- * Auth Lock Status
- * Request Card VID
- * Revoke VID
- * Identity Info Schema Type
- * Identity Mapping
- * Masterdata Idschema
- * Download Personalized Card
- * Auth Proxy Partner Type
- * UI Schema
- * Masterdata Getting Templates
- * Share Credential
- * Menu Bar Bell Update Time
- * Menu Bar Unread Notification Count
- * Menu Bar Bell Notification Click
- * Download Supporting Docs
- * Registration Center List Nearest Location
- * Registration Center List Location Hierarchy
- * Track Service Request
- * Download Service Request
- * Menu Bar Notifications Language Code
- * Profile
- * Download Card Event
-
-
-
-* Authorize Admin Validate Token (Execution) - The id and access token generated above in the setup will be used in the headers of this api and can be re-used until they are not expired.
-
-* Login Redirect URI (Preparation) - This thread contains set of 4 esignet api's Oauth details, Send OTP, Authentication, Authorization Code. The code generated will be stored in a file and can't be used for multiple runs as code can only be used once.
-* Login Redirect URI (Execution) - In this api will use the code generated from the above esignet api. The total preparation samples must be equal or higher in number. We cannot re-use the preparation as the generated code can only be used once.
-
-* VID Policy - This API is to get the VID policy. The id and access token can be re-used until they are not expired.
-
-* Generate VID - This API generates the VID for the given VID type. The id and access token will be used in the headers of this api and can be re-used until they are not expired.
-
-* Get VIDs of the Resident - This API will retrieve the list of active VIDs of the VID of the logged in session. The id and access token can be re-used until they are not expired.
-
-* Service History - This API is to get the service history of one or more service types. The id and access token can be re-used until they are not expired.
-
-* Service History Download - This API is to download the View History Tables as a PDF. The id and access token can be re-used until they are not expired.
-
-* Auth Lock Unlock - Resident service to store the Auth type lock/unlock status with status_comment containing summary of what is locked /unlocked. The id and access token can be re-used until they are not expired.
-
-* Auth Lock Status - This API returns the lock/unlock status of Auth Types for a given VID. The id and access token can be re-used until they are not expired. The id and access token can be re-used until they are not expired.
-
-* Request Card VID - This API is to request the PDF card generation for a specific VID of the logged in user. This will give back a event ID for tracking purpose and to use it to download the VID card from the notifications. The id and access token can be re-used until they are not expired.
-
-* Revoke VID (Preparation) - This thread contains Generate VID api from which we will get a VID which needs to be revoked.
-* Revoke VID (Execution) - The generated VID can only be used once to be revoked so the samples created in the preparation must be equal or higher in number.
-
-* Identity Info Schema Type (Execution) - This API is to get the list of ID Attributes of the logged-in user to pre-populate in the UI. A variable is used as "schemaType" to pass the Type of schema in this API from a file named as schema_type. The id and access token will be used here and can be used multiple times until its valid and not expired.
-
-* Identity Mapping (Execution) - This API is to get the identity mapping Json. The id and access token will be passed in the headers and can be used multiple times until valid and not expired.
-
-* Masterdata Idschema (Execution) - This API is used to return the Id-schema. The id and access token will be used here and can be used multiple times until its valid and not expired.
-
-* Download Personalized Card (Execution) - This API is to download the personalized PDF card. The id and access token will be used here and can be used multiple times until its valid and not expired.
-
-* Auth Proxy Partner Type (Execution) - This API is to get the list of partner types from PMS. The id and access token will be used here and can be used multiple times until its valid and not expired.
-
-* UI Schema (Execution) - API to return the UI Spec (UI Schema) for the given schemaType which is one of share-credential/update-demographics/personalized-card. A variable is used as "schemaTypeUI" to pass the Type of schema in this API from the same file used above named as schema_type. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* The id and access token generated from the Login Redirect URI api will be stored in a file and will be used in the headers the api and can be re-used until they are not expired.
+* Test duration is already defined as a variable and needs to be changed as per the test run duration requirement in the user defined variable section.
+* The script is designed to run for 100 users, load being distributed accordingly for each thread group based on the weightage given for each scenario.
-* Masterdata Getting Templates (Execution) - This API is to return terms and conditions and will be invoked by UI for the specific language. This is a Proxy API of master data service for getting templates for template type code and language code. Template type code will be passed in this API from a file named as template_type and the variable used is "templateTypeCode". The id and access token will be used here and can be used multiple times until its valid and not expired.
-* Share Credential (Execution) - This API is to share the user specified attributes to selected partner in the selected formats along with a purpose. The id and access token will be used here and can be used multiple times until its valid and not expired.
+### Exact steps of execution
-* Login (Execution) - Using this API, the resident portal will redirect to the Esignet URL where the validation is performed and login happens.
+ Step 1: Toggle only Create Identities in MOSIP Authentication System (Setup) thread group in the script and create the required no of identities.
+ Step 2: Toggle only Resident Id Access Token Creation (Setup) thread group in the script and create access token and id token.
+ Step 3: Toggle only Create Resident EventId (Setup) thread group in the script and create the event id's.
+ Step 4: Toggle all the Execution based scenario thread groups and Un-toggle the first 3 setup based thread groups, make sure test duration is defined in the user defined variable section.
+ Step 5: Run/Excute the test.
+ Step 6: Monitor the metrics during the test run using reports from jmeter, kibana, grafana and Jprofiler.
+
+### Designing the workload model for performance test execution
-* Menu Bar Unread Notification Count (Execution) - API to return the number of unread service notification list. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Calculation of number of users depending on Transactions per second (TPS) provided by client
-* Menu Bar Bell Notification Click (Execution) - This API is to get the latest date time whenever user clicked on the bell notification icon. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Applying little's law
+ * Users = TPS * (SLA of transaction + think time + pacing)
+ * TPS --> Transaction per second.
-* Menu Bar Bell Update Time (Execution) - This API is to update latest date-time when user clicked on the bell notification. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* For the realistic approach we can keep (Think time + Pacing) = 1 second for API testing
+ * Calculating number of users for 10 TPS
+ * Users= 10 X (SLA of transaction + 1)
+ = 10 X (1 + 1)
+ = 20
+
+### Usage of Constant Throughput timer to control Hits/sec from JMeter
-* Validate OTP (Preparartion) - This thread contains Request OTP API to generate OTP which will be used in the execution part.
-* Validate OTP (Execution) - This API will be used to validate OTP when the resident is trying to verify his phone number or email Id. The generated OTP from the preparation can only be used once, so the samples created in the preparation must be equal or higher in number.
+* In order to control hits/ minute in JMeter, it is better to use Timer called Constant Throughput Timer.
-* Download Supporting Docs (Execution) - This API is to convert the List of supporting documents request as a downloadable PDF. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* If we are performing load test with 10TPS as hits / sec in one thread group. Then we need to provide value hits / minute as in Constant Throughput Timer
+ * Value = 10 X 60
+ = 600
-* Registration Center List Nearest Location (Execution) - This API will download a PDF of nearest Registration Centers. The Longitude, Latitude and Proximity distance will be passed in this API from a file named as coordinates and the variables used are "longitude", "latitude" and "proximityDistance" respectivily. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Dropdown option in Constant Throughput Timer
+ * Calculate Throughput based on as = All active threads in current thread group
+ * If we are performing load test with 10TPS as hits / sec in one thread group. Then we need to provide value hits / minute as in Constant Throughput Timer
+ Value = 10 X 60
+ = 600
+
+ * Calculate Throughput based on as = this thread
+ * If we are performing scalability testing we need to calculate throughput for 10 TPS as
+ Value = (10 * 60 )/(Number of users)
-* Registration Center List Location Hierarchy (Execution) - This API will download a PDF of Registration Centers list. The Hierarchy level will be passed in this API along with its name from a file named as hirarchy_level and the variables used are "hierarchyLevel" and "name". The id and access token will be used here and can be used multiple times until its valid and not expired. Hierarchy level are followed as 0:Country, 1:Region, 2:Province, 3:City, 4:Zone, 5:Postal Code.
-* Track Service Request (Preparation) - This thread contains Auth Lock Unlock API which will generate Event ID in the response and will be used in the execution part. The Event ID will be stored in a file named as eventid_service_request.txt and can be used for multiple runs.
+### Description of the scenarios
-* Track Service Request (Execution) - This API is to get the details of status for a given Event ID and including its status. The Event ID generated in the preparation will passed from the file with the variable name as "eventId". The id and access token will be used here and can be used multiple times until its valid and not expired.
+* View My History: This feature enables the Resident to view the history of transactions associated with their UIN.
-* Download Service Request (Execution) - This API is to convert the acknowledgement of any service request Event ID as a downloadable PDF. The Event ID stored in the file eventid_service_request.txt can be used here to download the PDF. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Manage My VID: Residents can create, delete, and download VID cards based on requirements.
-* Menu Bar Notifications Language Code (Execution) - This API is to get notifictions to the asyncrhonous service requests in a paginated way. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Secure My ID: Residents can lock or unlock their authentication modalities such as fingerprint authentication, iris authentication, email OTP authentication, SMS OTP authentication, thumbprint authentication, and face authentication.
-* Profile (Execution) - This API is to get User details for the current session. The id and access token will be used here and can be used multiple times until its valid and not expired.
+* Track My Requests: This feature enables the Residents to enter an Event ID associated with the logged-in user’s UIN to track the status of the event.
-* Channel Verification Status (Preparation) - This thread contains two APIs i.e Request OTP and Validate OTP which are added in a loop controller because we are running both the APIs for otp channel type as "EMAIL" and "PHONE". So will save the individual id and type of channel in a file named as channel_verification_list.txt. Loop count for the loop controller is defined with the variable name "otpChannelTypeLoopCount" which is currenlty set to 2. If required, we can add the channel type to the file and as per the count of otp channel type we can modify the variable defined in the script.
+* Get Personalized Card: The residents can download a personalized card which essentially means that they can choose the attributes that they would want to be added to their cards.
-* Channel Verification Status (Execution) - This API is to check if OTP is verified for a channel type for an individual VID. The individual id and channel type will be passed in this API from a file named as channel_verification_list.txt and the variable used are "individualIdVerification" and "channelVerification".
+* Share My Data: This feature enables Residents to choose the data that they want to share with a MOSIP-registered partner.
-* Download Card Event (Preparation) - In this thread we are using Request Card VID API from which will get an Event id which is stored in a file named as event_id_download_card.txt. The id and access token will be used here and can be used multiple times until its valid and not expired. In this thread we have also added a constant timer with the variable as delay which is defined in user defined variables. The value for delay is 30 sec.
+* Update My Data: This feature enables the Resident to update their identity data, address, email ID, phone number, and notification language preference.
-* Download Card Event (Execution) - This API is to download the UIN card. An Event id is passed from the file generated in the preparation part. The same Event id can't be used for multiple times so the samples created in preparation must be higher in number. The id and access token will be used here and can be used multiple times until its valid and not expired. In this thread also we are using the same delay which is defined in user defined variables.
+* Logout: Once the Resident is done with the activities that he wanted to perform, he can end the active session by logging out from the portal.
-* Masterdata Get Coordinates (Execution) - This API is to get the longitude, latitude and proximity distance. A file named coordinates is been used to pass the data.
+* Get Information: Residents can get a list of Registration Centers near them or Registration Centers based on the location hierarchy also residents can get the list of all the supporting documents as Proof of Identity, Proof of Address, Proof of Relationship, etc.
-* Masterdata Location Info (Execution) - This API is to get the information about location. We don't have any preparation for this thread. We are passing the location code from a text file regarding which will get the information.
+* Get My UIN: Using this feature, the Resident can download their password-protected UIN card if the UIN card is ready or they can view the status of their Application ID (AID) if the UIN card is still under progress.
-* Masterdata Registration Centers (Execution) - This API is to get details about a registration center. A file named hierarchy_level is used to pass the hierarchy level and name in the API.
+* Verify email ID and/ or phone number: Using this feature, the Resident can verify if the email ID/ Phone number given during registration is correct or not. This will be done by verifying the OTP sent over the registered email ID/ Phone number.
-* Masterdata Valid Documents (Execution) - This API is to get the list of supporting documents for a particular document type.
+* Notifications: Residents will be getting bell-icon notifications for the asynchronous events if they have an active session i.e. they have logged into the Resident Portal.
-* Masterdata Registration Centers Page (Execution) - This API is to get the details about a registration center. The same file which is used above named hierarchy_level is used to pass the hierarchy level and name in the API.
+* Profile details of the logged-in user (name, photo, and last login details): The Resident will be able to view the name, and photo of the logged-in user. They will also be able to see the last login details of the Resident.
-* Masterdata Location Immediate Children (Execution) - This API is to get the immediate children for a location.
-* Masterdata Applicant Type (Execution) - This API is to get the details of the uploaded document based on applicant Id. A file named applicant_id is used to pass the applicant id in the API.
diff --git a/resident-services/scripts/Resident_Test_script.jmx b/resident-services/scripts/Resident_Test_script.jmx
index 651079cf..e50ccd1d 100644
--- a/resident-services/scripts/Resident_Test_script.jmx
+++ b/resident-services/scripts/Resident_Test_script.jmx
@@ -5,7 +5,7 @@
false
true
- true
+ false
@@ -14,6 +14,16 @@
+
+ testDuration
+ 10
+ =
+
+
+ rampUp
+ 1
+ =
+
protocol
https
@@ -21,7 +31,7 @@
serverIP
- api.cellbox.mosip.net
+ api.cellbox1.mosip.net
=
@@ -41,12 +51,12 @@
serverIPInternal
- api-internal.cellbox.mosip.net
+ api-internal.cellbox1.mosip.net
=
residentOidcClientId
- G27lCI-trl4_pwXWBTb4WyCi0cCUZdnA5yVh3EGMBCg
+ Hj65cNync_lOBQhuhwDhDd7yjQ2eAIcKAt9CFG6BUeI
=
@@ -101,7 +111,7 @@
serverIPesignet
- esignet.cellbox.mosip.net
+ esignet.cellbox1.mosip.net
=
@@ -111,7 +121,7 @@
loginUriEncoded
- aHR0cHM6Ly9yZXNpZGVudC5jZWxsYm94Lm1vc2lwLm5ldC8jL3VpbnNlcnZpY2VzL2Rhc2hib2FyZA==
+ aHR0cHM6Ly9yZXNpZGVudC5kZXYtc3RhZ2luZy5tb3NpcC5uZXQvIy91aW5zZXJ2aWNlcy9kYXNoYm9hcmQ=
=
@@ -121,7 +131,7 @@
otpChannelTypeLoopCount
- 2
+ 1
=
@@ -129,44 +139,34 @@
RpCMVnY6vrv5qkjy
=
-
- languageCodeLoopCount
- 3
+
+ auditEventId
+ RES-audit-eventID
+ =
+
+
+ auditEventName
+ auditDdemo
=
-
- downloadCardDelay
- 150000
+
+ auditEventType
+ auditDemoType
+ =
+
+
+ languageCode1
+ spa
+ =
+
+
+ referenceid
+ 1234567890
=
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- new File("vid_list_resident.txt").delete();
-
-new File("resident_access_id_token.txt").delete();
-
-
-
- false
-
-
-
continue
@@ -317,7 +317,7 @@ new File("resident_access_id_token.txt").delete();
- ./Center-MachineIDValues.csv
+ D:/Jmeter Scripts/Resident Services/support-files/Center-MachineIDValues.csv
machineID,centerID
true
@@ -329,7 +329,7 @@ new File("resident_access_id_token.txt").delete();
- ./biometrics_mb.txt
+ D:/Jmeter Scripts/Resident Services/support-files/biometrics_mb.txt
biometrics
false
@@ -341,7 +341,7 @@ new File("resident_access_id_token.txt").delete();
- ./addIdentityRequestDetails.csv
+ D:/Jmeter Scripts/Resident Services/support-files/addIdentityRequestDetails.csv
firstName,dateOfBirth,gender
true
@@ -352,6 +352,20 @@ new File("resident_access_id_token.txt").delete();
shareMode.all
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
@@ -403,6 +417,13 @@ new File("resident_access_id_token.txt").delete();
1
+
+ false
+
+
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\rid_list_resident.txt,${rid}\n,true,)}
+
+
@@ -500,7 +521,7 @@ new File("resident_access_id_token.txt").delete();
"fullName": [{
"language": "eng",
- "value": "FR"
+ "value": "${firstName}"
}],
"gender": [{
@@ -564,7 +585,7 @@ new File("resident_access_id_token.txt").delete();
- "requesttime": "2019-01-28T13:07:13.152Z",
+ "requesttime": "${utcTime}Z",
"version": "v1.0"
}
=
@@ -609,6 +630,23 @@ new File("resident_access_id_token.txt").delete();
16
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+
+
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\uinListIda.txt,${uin}\n,true,)}
+
+
true
@@ -623,7 +661,7 @@ new File("resident_access_id_token.txt").delete();
"UIN":"${uin}",
"vidType": "Perpetual"
},
- "requesttime": "2020-06-04T08:59:37.471Z",
+ "requesttime": "${utcTime}Z",
"version": "v1"
}
=
@@ -691,13 +729,13 @@ new File("resident_access_id_token.txt").delete();
false
- ${__StringToFile(vid_list_resident.txt,${vid}\n,true,)}
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\vid_list_resident.txt,${vid}\n,true,)}
-
+
continue
false
@@ -714,7 +752,7 @@ new File("resident_access_id_token.txt").delete();
,
- ./vid_list_resident.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/vid_list_resident.txt
true
false
true
@@ -737,7 +775,7 @@ String utcTime = dateFormat.format(cal.getTime());
vars.put("utcTime", utcTime);
-
+
true
@@ -853,7 +891,7 @@ vars.put("utcTime", utcTime);
-
+
true
@@ -980,7 +1018,7 @@ function encodeBase64Url(value) {
-
+
true
@@ -1065,7 +1103,7 @@ function encodeBase64Url(value) {
-
+
true
@@ -1147,15 +1185,22 @@ function encodeBase64Url(value) {
false
- code
+ authCode
"code":"(.*?)"
$1$
code not found
1
+
+
+
+ false
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\login_redirect_code.txt,${authCode}\n,true,)}
+
+
-
+
@@ -1167,7 +1212,7 @@ function encodeBase64Url(value) {
false
- ${code}
+ ${authCode}
=
true
code
@@ -1246,12 +1291,12 @@ function encodeBase64Url(value) {
false
- ${__StringToFile(resident_access_id_token.txt,${id_token}\,${access_token}\,${tokenIndividualId}\n,true,)}
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\resident_access_id_token.txt,${id_token}\,${access_token}\,${tokenIndividualId}\n,true,)}
-
+
continue
false
@@ -1268,7 +1313,7 @@ function encodeBase64Url(value) {
,
- ./resident_access_id_token.txt
+ D:/Jmeter Scripts/Resident Services/Resident_runtime_file/resident_access_id_token.txt
true
false
true
@@ -1277,7 +1322,21 @@ function encodeBase64Url(value) {
idToken,accessToken
-
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
@@ -1285,7 +1344,7 @@ function encodeBase64Url(value) {
${serverPortNo}
${protocol}
- /resident/v1/authorize/admin/validateToken
+ /resident/v1/service-history/${languageCode}
GET
true
false
@@ -1311,7 +1370,7 @@ function encodeBase64Url(value) {
- "errors":null
+ "errors":[]
Assertion.response_data
@@ -1329,32 +1388,73 @@ function encodeBase64Url(value) {
2
+
+ false
+ eventId
+ "eventId":"(.*?)",
+ $1$
+ eventId not found
+ 1
+ all
+
+
+
+
+
+ false
+ ${__StringToFile(D:\Jmeter Scripts\Resident Services\runtime-files\eventid_idToken_accessToken.txt,${id_token}\,${access_token}\,${eventId}\n,true,)}
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 20
+ ${rampUp}
+ true
+ ${testDuration}
true
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ idToken,accessToken
+
+
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/login_redirect_code.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ authCode
+
+
,
- ./vid_list_resident.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/vid_list_resident.txt
true
false
true
shareMode.all
false
- individualIdLoginRedirect
+ tokenIndividualId
@@ -1371,13 +1471,31 @@ String utcTime = dateFormat.format(cal.getTime());
vars.put("utcTime", utcTime);
-
- true
-
-
-
- false
- {
+
+ true
+
+
+ S01 T01 Login Redirect URI Controller
+ 100
+ true
+
+
+ S01 T02 UIN Login Controller
+ 100
+ true
+
+
+
+
+
+
+
+ true
+
+
+
+ false
+ {
"requestTime": "${utcTime}Z",
"request": {
"clientId": "${residentOidcClientId}",
@@ -1412,166 +1530,166 @@ vars.put("utcTime", utcTime);
"claimsLocales": "en"
}
}
- =
-
-
-
- ${serverIPesignet}
- ${serverPortNo}
- ${protocol}
-
- /v1/esignet/authorization/oauth-details
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- X-XSRF-TOKEN
- ${loadCsrfToken}
-
-
- Cookie
- XSRF-TOKEN=${loadCsrfToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- false
- tidLoginRedirect
- "transactionId":"(.*?)"
- $1$
- transactionID not found
- 1
-
-
-
- false
- captcha
- "captcha.sitekey":"(.*?)"
- $1$
- Captcha not found
- 1
-
-
-
-
- true
-
-
-
- false
- {
+ =
+
+
+
+ ${serverIPesignet}
+ ${serverPortNo}
+ ${protocol}
+
+ /v1/esignet/authorization/oauth-details
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ X-XSRF-TOKEN
+ ${loadCsrfToken}
+
+
+ Cookie
+ XSRF-TOKEN=${loadCsrfToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ tidTokenPrep
+ "transactionId":"(.*?)"
+ $1$
+ transactionID not found
+ 1
+
+
+
+ false
+ captcha
+ "captcha.sitekey":"(.*?)"
+ $1$
+ Captcha not found
+ 1
+
+
+
+
+ true
+
+
+
+ false
+ {
"requestTime": "${utcTime}Z",
"request": {
- "transactionId": "${tidLoginRedirect}",
- "individualId": "${individualIdLoginRedirect}",
+ "transactionId": "${tidTokenPrep}",
+ "individualId": "${tokenIndividualId}",
"otpChannels": ["PHONE","EMAIL"],
"captchaToken" : "${captcha}"
}
}
- =
-
-
-
- ${serverIPesignet}
- ${serverPortNo}
- ${protocol}
-
- /v1/esignet/authorization/send-otp
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- X-XSRF-TOKEN
- ${loadCsrfToken}
-
-
- Cookie
- XSRF-TOKEN=${loadCsrfToken}
-
-
- oauth-details-hash
- ${hashValue}
-
-
- oauth-details-key
- ${tidLoginRedirect}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- javascript
-
-
- true
- // Import the required Java classes
+ =
+
+
+
+ ${serverIPesignet}
+ ${serverPortNo}
+ ${protocol}
+
+ /v1/esignet/authorization/send-otp
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ X-XSRF-TOKEN
+ ${loadCsrfToken}
+
+
+ Cookie
+ XSRF-TOKEN=${loadCsrfToken}
+
+
+ oauth-details-hash
+ ${hashValue}
+
+
+ oauth-details-key
+ ${tidTokenPrep}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ javascript
+
+
+ true
+ // Import the required Java classes
var Base64 = Java.type('java.util.Base64');
var StandardCharsets = Java.type('java.nio.charset.StandardCharsets');
@@ -1611,20 +1729,20 @@ function encodeBase64Url(value) {
var base64 = Base64.getUrlEncoder().withoutPadding().encodeToString(value);
return base64;
}
-
-
-
-
- true
-
-
-
- false
- {
+
+
+
+
+ true
+
+
+
+ false
+ {
"requestTime": "${utcTime}Z",
"request": {
- "transactionId": "${tidLoginRedirect}",
- "individualId": "${individualIdLoginRedirect}",
+ "transactionId": "${tidTokenPrep}",
+ "individualId": "${tokenIndividualId}",
"challengeList": [
{
"authFactorType": "OTP",
@@ -1634,2543 +1752,834 @@ function encodeBase64Url(value) {
]
}
}
- =
-
-
-
- ${serverIPesignet}
- ${serverPortNo}
- ${protocol}
-
- /v1/esignet/authorization/authenticate
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- X-XSRF-TOKEN
- ${loadCsrfToken}
-
-
- Cookie
- XSRF-TOKEN=${loadCsrfToken}
-
-
- oauth-details-hash
- ${hashValue}
-
-
- oauth-details-key
- ${tidLoginRedirect}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
- true
-
-
-
- false
- {
+ =
+
+
+
+ ${serverIPesignet}
+ ${serverPortNo}
+ ${protocol}
+
+ /v1/esignet/authorization/authenticate
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ X-XSRF-TOKEN
+ ${loadCsrfToken}
+
+
+ Cookie
+ XSRF-TOKEN=${loadCsrfToken}
+
+
+ oauth-details-hash
+ ${hashValue}
+
+
+ oauth-details-key
+ ${tidTokenPrep}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
"requestTime": "${utcTime}Z",
"request": {
- "transactionId": "${tidLoginRedirect}",
+ "transactionId": "${tidTokenPrep}",
"permittedAuthorizeScopes": [${permittedAuthorizeScopes}],
"acceptedClaims": [
${acceptedClaims}
]
}
}
- =
-
-
-
- ${serverIPesignet}
- ${serverPortNo}
- ${protocol}
-
- /v1/esignet/authorization/auth-code
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- X-XSRF-TOKEN
- ${loadCsrfToken}
-
-
- Cookie
- XSRF-TOKEN=${loadCsrfToken}
-
-
- oauth-details-hash
- ${hashValue}
-
-
- oauth-details-key
- ${tidLoginRedirect}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- false
- authCode
- "code":"(.*?)"
- $1$
- authCode not found
- 1
-
-
-
-
-
- false
- ${__StringToFile(login_redirect_code.txt,${authCode}\n,true,)}
-
-
+ =
+
+
+
+ ${serverIPesignet}
+ ${serverPortNo}
+ ${protocol}
+
+ /v1/esignet/authorization/auth-code
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ X-XSRF-TOKEN
+ ${loadCsrfToken}
+
+
+ Cookie
+ XSRF-TOKEN=${loadCsrfToken}
+
+
+ oauth-details-hash
+ ${hashValue}
+
+
+ oauth-details-key
+ ${tidTokenPrep}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ authCode
+ "code":"(.*?)"
+ $1$
+ code not found
+ 1
+
+
+
+
+
+ false
+ ${__StringToFile(login_redirect_code.txt,${authCode}\n,true,)}
+
+
+
+
+
+
+
+ false
+ ${state}
+ =
+ true
+ state
+
+
+ false
+ ${authCode}
+ =
+ true
+ code
+
+
+
+ ${serverIP}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/login-redirect/${loginUriEncoded}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ state=${state}
+
+
+
+
+
+
+ <title>ResidentUi</title>
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/authorize/admin/validateToken
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${state}
+ =
+ true
+ state
+
+
+ false
+ ${authCode}
+ =
+ true
+ code
+
+
+
+ ${serverIP}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/login/v2/${loginUriEncoded}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ state=${state}
+
+
+
+
+
+
+ You need to enable JavaScript to run this app
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${state}
+ =
+ true
+ state
+
+
+
+ ${serverIP}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/login/${loginUriEncoded}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ state=${state}
+
+
+
+
+
+
+ You need to enable JavaScript to run this app
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+ 2
+
+ throughput
+ 1200.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 3
+ ${rampUp}
+ true
+ ${testDuration}
true
-
+
,
- ./login_redirect_code.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
shareMode.all
false
- authCodeLogin
+ idToken,accessToken,eventId
-
-
-
-
- false
- ${state}
- =
- true
- state
-
-
- false
- ${authCodeLogin}
- =
- true
- code
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/login-redirect/${loginUriEncoded}
- GET
- true
- false
- true
- false
-
-
-
-
+
+ 10
+ 1000000
+ 1
+ emailid
+
+ false
+
+
+
+ 9900112233
+ 9999999999
+ 1
+ phone
+
+ false
+
+
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
+ true
+
+
+ Service History Endpoint
+ 20
+ true
+
+
+ Grievance Ticket Endpoint
+ 20
+ true
+
+
+ Unpinned Endpoint
+ 100
+ true
+
+
+ Pinned Endpoint
+ 100
+ true
+
+
+ Download Service History Endpoint
+ 100
+ true
+
+
+
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- state=${state}
-
-
-
-
-
-
- <title>ResidentUi</title>
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/vid/policy
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "vidPolicies"
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
- 1100000000
- 9999999999
- 1
- tranIdGv
-
- false
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
-
-{
- "id": "mosip.resident.vid.generate",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/service-history/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
"request": {
- "transactionID": "${tranIdGv}",
- "vidType": "Temporary",
- "channels": ["PHONE","EMAIL"]
- }
+ "eventId": "${eventId}",
+ "name": "FR",
+ "emailId": "resident.test${emailid}@mosip.net",
+ "message": "Share",
+ "phoneNo": "${phone}"
+ },
+ "requesttime": "${utcTime}Z",
+ "id": "mosip.resident.grievance.ticket.request",
+ "version": "1.0"
}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/generate-vid
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/vids
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/service-history/${languageCode}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
- 1200000000
- 9999999999
- 1
- tranIdGenVid
-
- false
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
-
-{
- "id": "mosip.resident.vid.generate",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "transactionID": "${tranIdGenVid}",
- "vidType": "Temporary",
- "channels": ["PHONE","EMAIL"]
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/generate-vid
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- false
- vidGen
- "vid":"(.*?)"
- $1$
- genVid not found
- 1
-
-
-
-
-
- false
- ${__StringToFile(resident_revoke_vid.txt,${idToken}\,${accessToken}\,${vidGen}\n,true,)}
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_revoke_vid.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken,vidRevoke
-
-
-
- 1400000000
- 9999999999
- 1
- tranIdRevokeVid
-
- false
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.vid.revoke",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "transactionID": "${tranIdRevokeVid}",
- "vidStatus": "REVOKED"
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/revoke-vid/${vidRevoke}
- PATCH
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.auth.lock.unlock",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "authTypes": [
- {
- "authType": "demo",
- "authSubType": null,
- "locked": false,
- "unlockForSeconds": 120
- },
- {
- "authType": "bio",
- "authSubType": "FACE",
- "locked": true,
- "unlockForSeconds": null
- },
- {
- "authType": "otp",
- "authSubType": "email",
- "locked": false,
- "unlockForSeconds": null
- }
- ]
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/auth-lock-unlock
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/auth-lock-status
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken,individualIdRequestCard
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/request-card/vid/${individualIdRequestCard}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
-
-
-
- false
- ${languageCode}
- =
- true
- languageCode
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download/service-history
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
- ,
-
- ./schema_type.txt
- true
- false
- true
- shareMode.all
- false
- schemaType
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/identity/info/type/${schemaType}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/auth-proxy/config/identity-mapping
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "identity"
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- false
- 0
- =
- true
- schemaVersion
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/idschema/latest
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.download.personalized.card",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "attributes" : ["email", "dateOfBirth", "fullName"],
- "html": "PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5Pjx0YWJsZT48dHI+PHRkIHN0eWxlPSdmb250LXdlaWdodDo2MDA7IGZvbnQtZmFtaWx5OlJvYm90bzsnPk5hbWU6PC90ZD48dGQgc3R5bGU9J2ZvbnQtd2VpZ2h0OjUwMDsgZm9udC1mYW1pbHk6Um9ib3RvOyc+RlI8L3RkPjwvdHI+PHRyPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NjAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5ET0I6PC90ZD48dGQgc3R5bGU9J2ZvbnQtd2VpZ2h0OjUwMDsgZm9udC1mYW1pbHk6Um9ib3RvOyc+MDcvTWF5LzE5OTU8L3RkPjwvdHI+PHRyPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NjAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5FbWFpbCBJRDo8L3RkPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NTAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5hYmNAZ21haWwyMjMxNjAxODQzNTUuY29tPC90ZD48L3RyPjwvdGFibGU+PC9ib2R5PjwvaHRtbD4="
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download/personalized-card
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- false
- Print_Partner
- =
- true
- partnerType
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/auth-proxy/partners
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
- ./schema_type.txt
-
- schemaTypeUI
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/auth-proxy/config/ui-schema/${schemaTypeUI}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "identity"
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
- ./template_type.txt
-
- templateTypeCode
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/auth-proxy/masterdata/templates/${languageCode}/${templateTypeCode}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.share.credential",
- "request": {
- "partnerId": "mpartner-default-print",
- "sharableAttributes": [
- {
- "attributeName": "Gender",
- "value": "Male",
- "isMasked": false
- }
- ],
- "purpose": "string",
- "consent": "Accepted"
- },
- "requesttime": "${utcTime}Z",
- "version": "1.0"
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/share-credential
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
-
-
-
- false
- ${state}
- =
- true
- state
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/login/${loginUriEncoded}
- GET
- false
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- 302
-
-
- Assertion.response_code
- false
- 2
- all
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/unread/notification-count
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/bell/notification-click
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/bell/updatedttime
- PUT
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- 1300000000
- 9999999999
- 1
- tidRequestOtp
-
- false
-
-
-
- ,
-
- ./vid_list_resident.txt
- true
- false
- true
- shareMode.all
- false
- individualIdOtp
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
-
-
- true
-
-
-
- false
- {
- "id": "mosip.identity.otp.internal",
- "individualId": "${individualIdOtp}",
- "metadata": {},
- "otpChannel": [
- "EMAIL", "PHONE"
- ],
- "requestTime": "${utcTime}Z",
- "transactionID": "${tidRequestOtp}",
- "version": "1.0"
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/req/otp
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- false
- ${__StringToFile(transaction_id_validate_otp.txt,${tidRequestOtp}\,${individualIdOtp}\n,true,)}
-
-
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/grievance/ticket
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/unpinned/${eventId}
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/pinned/${eventId}
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ languageCode
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download/service-history
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./transaction_id_validate_otp.txt
- true
- false
- true
- shareMode.all
- false
- tidValidateOtp,individualIdValidateOtp
-
-
-
-
-
- false
- import java.text.SimpleDateFormat;
-import java.util.Calendar;
-import java.util.TimeZone;//Set the format for the date-time
-SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
-dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
-Calendar cal = Calendar.getInstance();
-String utcTime = dateFormat.format(cal.getTime());
-vars.put("utcTime", utcTime);
-
+
+ 2
+
+ throughput
+ 180.0
+ 0.0
+
+
-
- true
-
-
-
- false
- {
- "id": "mosip.identity.auth.internal",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "transactionId": "${tidValidateOtp}",
- "individualId": "${individualIdValidateOtp}",
- "otp": "111111"
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/validate-otp
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 5
+ ${rampUp}
+ true
+ ${testDuration}
true
@@ -4178,7 +2587,7 @@ vars.put("utcTime", utcTime);
,
- ./resident_access_id_token.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
@@ -4187,78 +2596,458 @@ vars.put("utcTime", utcTime);
idToken,accessToken
-
-
-
-
- false
- ${languageCode}
- =
- true
- langcode
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download/supporting-documents
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+ 1100000000
+ 9999999999
+ 1
+ tranIdGv
+
+ false
+
+
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
+ true
+
+
+ S03 T01 Generate / Revoke VID Controller
+ 50
+ true
+
+
+ S03 T01 Get / Download VID Controller
+ 100
+ true
+
+
+
+
+
+
+
+ true
+
+
+
+ false
+
+{
+ "id": "mosip.resident.vid.generate",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "transactionID": "${tranIdGv}",
+ "vidType": "Temporary",
+ "channels": ["PHONE","EMAIL"]
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/generate-vid
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ vid
+ "vid":"(.*?)"
+ $1$
+ Vid not found
+ 1
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.vid.revoke",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "transactionID": "${tranIdRevokeVid}",
+ "vidStatus": "REVOKED"
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/revoke-vid/${vid}
+ PATCH
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/vids
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ vid1
+ "vid":"(.*?)"
+ $1$
+ Vid not found
+ 1
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/vid/policy
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "vidPolicies"
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/request-card/vid/${vid1}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ true
+ eventIdToken
+ eventid:\s(.*?)\s
+ $1$
+ eventId not found
+ 0
+ all
+
+
+
+ 3000
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download-card/event/${eventIdToken}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+ 10000
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+ 2
+
+ throughput
+ 300.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 5
+ ${rampUp}
+ true
+ ${testDuration}
true
@@ -4266,7 +3055,7 @@ vars.put("utcTime", utcTime);
,
- ./resident_access_id_token.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
@@ -4275,225 +3064,363 @@ vars.put("utcTime", utcTime);
idToken,accessToken
-
- ./coordinates.csv
-
- longitude,latitude,proximityDistance
- true
- ,
- false
- true
- false
- shareMode.all
-
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
-
-
-
-
- false
- ${languageCode}
- =
- true
- langcode
-
-
- false
- ${longitude}
- =
- true
- longitude
-
-
- false
- ${latitude}
- =
- true
- latitude
-
-
- false
- ${proximityDistance}
- =
- true
- proximitydistance
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download/nearestRegistrationcenters
- GET
- true
- false
- true
- false
-
-
-
-
+
+ true
+
+
+ Auth Lock Unlock Endpoint
+ 100
+ true
+
+
+ Auth Lock Status Endpoint
+ 100
+ true
+
+
+
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.auth.lock.unlock",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "authTypes": [
+ {
+ "authType": "demo",
+ "authSubType": null,
+ "locked": false,
+ "unlockForSeconds": 120
+ },
+ {
+ "authType": "bio",
+ "authSubType": "FACE",
+ "locked": true,
+ "unlockForSeconds": null
+ },
+ {
+ "authType": "otp",
+ "authSubType": "email",
+ "locked": false,
+ "unlockForSeconds": null
+ }
+ ]
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/auth-lock-unlock
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/auth-lock-status
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ 2
+
+ throughput
+ 300.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 5
+ ${rampUp}
+ true
+ ${testDuration}
true
-
- ,
-
- ./resident_access_id_token.txt
- true
- false
- true
- shareMode.all
- false
- idToken,accessToken
-
-
-
+
,
- ./hierarchy_level.csv
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
shareMode.all
false
- hierarchyLevel,name
+ idToken,accessToken,eventId
-
-
-
-
- false
- ${languageCode}
- =
- true
- langcode
-
-
- false
- ${hierarchyLevel}
- =
- true
- hierarchylevel
-
-
- false
- ${name}
- =
- true
- name
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download/registration-centers-list
- GET
- true
- false
- true
- false
-
-
-
-
+
+ true
+
+
+ Track Service Request Endpoint
+ 100
+ true
+
+
+ Download Service Request Endpoint
+ 100
+ true
+
+
+
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ langCode
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/events/${eventId}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/ack/download/pdf/event/${eventId}/language/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ 2
+
+ throughput
+ 300.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 5
+ ${rampUp}
+ true
+ ${testDuration}
true
@@ -4501,7 +3428,7 @@ vars.put("utcTime", utcTime);
,
- ./resident_access_id_token.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
@@ -4510,6 +3437,18 @@ vars.put("utcTime", utcTime);
idToken,accessToken
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/support-files/schema_type.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ schemaType
+
+
@@ -4524,127 +3463,337 @@ String utcTime = dateFormat.format(cal.getTime());
vars.put("utcTime", utcTime);
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.auth.lock.unlock",
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/identity/info/type/${schemaType}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/config/identity-mapping
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "identity":
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ 0
+ =
+ true
+ schemaVersion
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/idschema/latest
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/config/ui-schema/update-demographics
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "identity"
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.download.personalized.card",
"version": "1.0",
"requesttime": "${utcTime}Z",
"request": {
- "authTypes": [
- {
- "authType": "demo",
- "authSubType": null,
- "locked": false,
- "unlockForSeconds": 120
- },
- {
- "authType": "bio",
- "authSubType": "FACE",
- "locked": true,
- "unlockForSeconds": null
- },
- {
- "authType": "otp",
- "authSubType": "email",
- "locked": false,
- "unlockForSeconds": null
- }
- ]
- }
-}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/auth-lock-unlock
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- true
- eventId
- eventid:\s(.*?)\s
- $1$
- eventId not found
- 1
-
-
-
-
-
- false
- ${__StringToFile(eventid_service_request.txt,${idToken}\,${accessToken}\,${eventId}\n,true,)}
-
-
+ "attributes" : ["email", "dateOfBirth", "fullName"],
+ "html": "PGh0bWw+PGhlYWQ+PC9oZWFkPjxib2R5Pjx0YWJsZT48dHI+PHRkIHN0eWxlPSdmb250LXdlaWdodDo2MDA7IGZvbnQtZmFtaWx5OlJvYm90bzsnPk5hbWU6PC90ZD48dGQgc3R5bGU9J2ZvbnQtd2VpZ2h0OjUwMDsgZm9udC1mYW1pbHk6Um9ib3RvOyc+RlI8L3RkPjwvdHI+PHRyPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NjAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5ET0I6PC90ZD48dGQgc3R5bGU9J2ZvbnQtd2VpZ2h0OjUwMDsgZm9udC1mYW1pbHk6Um9ib3RvOyc+MDcvTWF5LzE5OTU8L3RkPjwvdHI+PHRyPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NjAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5FbWFpbCBJRDo8L3RkPjx0ZCBzdHlsZT0nZm9udC13ZWlnaHQ6NTAwOyBmb250LWZhbWlseTpSb2JvdG87Jz5hYmNAZ21haWwyMjMxNjAxODQzNTUuY29tPC90ZD48L3RyPjwvdGFibGU+PC9ib2R5PjwvaHRtbD4="
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download/personalized-card
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ 2
+
+ throughput
+ 300.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 5
+ ${rampUp}
+ true
+ ${testDuration}
true
-
+
+ D:/Jmeter Scripts/Resident Services/support-files/schema_type.txt
+
+ schemaTypeUI
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
,
- ./eventid_service_request.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
@@ -4653,92 +3802,16 @@ vars.put("utcTime", utcTime);
idToken,accessToken,eventId
-
-
-
-
- false
- ${languageCode}
- =
- true
- langCode
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/events/${eventId}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
+
+ D:/Jmeter Scripts/Resident Services/support-files/template_type.txt
- ./resident_access_id_token.txt
+ templateTypeCode
true
+ ,
false
true
- shareMode.all
false
- idToken,accessToken
+ shareMode.all
@@ -4755,207 +3828,1692 @@ String utcTime = dateFormat.format(cal.getTime());
vars.put("utcTime", utcTime);
-
- true
-
-
-
- false
- {
- "id": "mosip.resident.auth.lock.unlock",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
+
+
+
+
+
+
+ false
+ Print_Partner
+ =
+ true
+ partnerType
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/partners
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/ack/download/pdf/event/${eventId}/language/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/masterdata/templates/${languageCode}/${templateTypeCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.share.credential",
"request": {
- "authTypes": [
- {
- "authType": "demo",
- "authSubType": null,
- "locked": false,
- "unlockForSeconds": 120
- },
- {
- "authType": "bio",
- "authSubType": "FACE",
- "locked": true,
- "unlockForSeconds": null
- },
+ "partnerId": "mpartner-default-mimotokeybinding",
+ "sharableAttributes": [
{
- "authType": "otp",
- "authSubType": "email",
- "locked": false,
- "unlockForSeconds": null
+ "attributeName": "dateOfBirth",
+ "format": "YYYY",
+ "masked": true
}
- ]
- }
+ ],
+ "purpose": "string",
+ "consent": "Accepted"
+ },
+ "requesttime": "${utcTime}Z",
+ "version": "1.0"
}
- =
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/auth-lock-unlock
- POST
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- true
- eventId
- eventid:\s(.*?)\s
- $1$
- eventId not found
- 1
-
-
-
-
-
- false
- ${__StringToFile(eventid_download_service_request.txt,${idToken}\,${accessToken}\,${eventId}\n,true,)}
-
-
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/share-credential
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/config/ui-properties
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/config/identity-mapping
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ identity
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/config/ui-schema/${schemaTypeUI}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ identity
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ 2
+
+ throughput
+ 300.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 15
+ ${rampUp}
+ true
+ ${testDuration}
true
-
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
+
+ idToken,accessToken,eventId
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
,
- ./eventid_download_service_request.txt
+ D:/Jmeter Scripts/Resident Services/support-files/schema_type.txt
true
false
true
shareMode.all
false
- idToken,accessToken,eventId
+ schemaType
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/ack/download/pdf/event/${eventId}/language/${languageCode}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+ 1400000000
+ 9999999999
+ 1
+ tidRequestOtp
+
+ false
+
+
+
+ 10
+ 10000000
+ 1
+ emailid
+
+ false
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/coordinates.csv
+
+ longitude,latitude,proximityDistance
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/location_code.txt
+
+ locationCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/language_code.csv
+
+ languageCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/hierarchy_level.csv
+
+ hierarchyLevel,name,languageCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/location_code_immediate_children.txt
+
+ locationCodeImmediate
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/applicant_type_id.csv
+
+ applicantTypeId
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/support-files/otp_channel_type_list_resident.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ otpChannel
+
+
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/uinListIda.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ UIN
+
+
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
+ true
+
+
+ S07 T01 Update Data Controller
+ 100
+ true
+
+
+ S07 T02 Documents Controller
+ 100
+ true
+
+
+ S07 T03 Update UIN Controller
+ 100
+ true
+
+
+ S07 T04 Contact Details Controller
+ 100
+ true
+
+
+ S07 T05 Transliteration Controller
+ 100
+ true
+
+
+
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/identity/info/type/${schemaType}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/config/ui-properties
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/documenttypes/POR/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/masterdata/dynamicfields/preferredLang/eng?withValue=true
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/dynamicfields/all/gender
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/locations/immediatechildren/${locationCode}/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+
+
+
+ D:\Jmeter Scripts\Resident Services\support-files\Get_my_UIN_22_May_2024_14.35.06.pdf
+ file
+ /
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ resident/v1/documents/${tidRequestOtp}?docCatCode=poi&docTypCode=doc006&langCode=${languageCode}&referenceId=${referenceid}
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "docId"
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ docId
+ "docId":"(.*?)"
+ $1$
+ docId not found
+ 1
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/document/${docId}?transactionId=${tidRequestOtp}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "document":
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/document/${docId}?transactionId=${tidRequestOtp}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "document":
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/documents/${docId}?transactionId=${tidRequestOtp}
+ DELETE
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "status":"SUCCESS"
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "filter_attribute_list": "fullName"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/identity/update-count
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors"
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {"id":"mosip.resident.updateuin",
+"version":"1.0",
+"requesttime":"${utcTime}Z",
+"request":{"transactionID":null,
+"consent":"Accepted",
+"identity":{"preferredLang":"${languageCode}"}}}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/update-uin
+ PATCH
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ resident.updateuin"
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/identity/get-pending-drafts/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ false
+ eid
+ "eid":"(.*?)"
+ $1$
+ eventId not found
+ 1
+ all
+
+
+
+ 5000
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/identity/discardPendingDraft/${eid}
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+ 10000
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":[]
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.contact.details.send.otp.id",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "userId": "residentautomation${emailid}@mosip.net",
+ "transactionId": "${tidRequestOtp}"
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/contact-details/send-otp
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ 3000
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "request": {
+ "otp": "111111",
+ "userId": "residentautomation${emailid}@mosip.net",
+ "transactionId": "${tidRequestOtp}"
+ },
+ "requesttime": "${utcTime}Z",
+ "id": "mosip.resident.contact.details.update.id",
+ "version": "1.0"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/contact-details/update-data
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+ 3000
+
+
+
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.transliteration.transliterate",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "from_field_value": "Home india",
+ "from_field_lang": "${languageCode}",
+ "to_field_lang": "${languageCode1}"
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/transliteration/transliterate
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+ 2
+
+ throughput
+ 900.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 10
+ ${rampUp}
+ true
+ ${testDuration}
true
+
+ 1400000000
+ 9999999999
+ 1
+ tidRequestOtp
+
+ false
+
+
- ./resident_access_id_token.txt
+ ,
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
+ true
+ false
+ true
+ shareMode.all
+ false
idToken,accessToken
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/coordinates.csv
+
+ longitude,latitude,proximityDistance
true
,
false
@@ -4964,87 +5522,866 @@ vars.put("utcTime", utcTime);
shareMode.all
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/notifications/${languageCode}
- GET
- true
- false
- true
- false
-
-
-
-
+
+ D:/Jmeter Scripts/Resident Services/support-files/location_code.txt
+
+ locationCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/language_code.csv
+
+ languageCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/hierarchy_level.csv
+
+ hierarchyLevel,name,languageCode
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/location_code_immediate_children.txt
+
+ locationCodeImmediate
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ D:/Jmeter Scripts/Resident Services/support-files/applicant_type_id.csv
+
+ applicantTypeId
+ true
+ ,
+ false
+ true
+ false
+ shareMode.all
+
+
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/vid_list_resident.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ individualIdOtp
+
+
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/support-files/otp_channel_type_list_resident.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ otpChannel
+
+
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
+ true
+
+
+ S08 T01 Registration Center Controller
+ 100
+ true
+
+
+ S08 T02 Supporting Documents Controller
+ 100
+ true
+
+
+
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/${languageCode}/${longitude}/${latitude}/${proximityDistance}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "langCode": "${languageCode}"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/locationHierarchyLevels
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/locations/info/${locationCode}/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${name}
+ =
+ true
+ name
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/registrationcenters/${languageCode}/${hierarchyLevel}/names
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/validdocuments/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "langcode": "${languageCode}",
+ "hierarchylevel": "${hierarchyLevel}",
+ "name": "${name}",
+ "pageNumber": "0",
+ "pageSize": "1",
+ "sortBy": "createdDateTime",
+ "orderBy": "desc"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/registrationcenters/page/${languageCode}/${hierarchyLevel}/${name}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/locations/immediatechildren/${locationCodeImmediate}/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/workingdays/${locationCode}/${languageCode}
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ languages
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/masterdata/applicanttype/${applicantTypeId}/languages
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ langcode
+
+
+ false
+ ${longitude}
+ =
+ true
+ longitude
+
+
+ false
+ ${latitude}
+ =
+ true
+ latitude
+
+
+ false
+ ${proximityDistance}
+ =
+ true
+ proximitydistance
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download/nearestRegistrationcenters
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ langcode
+
+
+ false
+ ${hierarchyLevel}
+ =
+ true
+ hierarchylevel
+
+
+ false
+ ${name}
+ =
+ true
+ name
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download/registration-centers-list
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+
+
+
+ false
+ ${languageCode}
+ =
+ true
+ langcode
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download/supporting-documents
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+ 2
+
+ throughput
+ 600.0
+ 0.0
+
+
+
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 15
+ ${rampUp}
+ true
+ ${testDuration}
true
-
- 1400000000
- 9999999999
- 1
- tidRequestOtp
-
- false
-
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ idToken,accessToken
+
-
+
,
- ./vid_list_resident.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/vid_list_resident.txt
true
false
true
@@ -5053,6 +6390,15 @@ vars.put("utcTime", utcTime);
individualIdOtp
+
+ 1400000000
+ 9999999999
+ 1
+ tidRequestOtp
+
+ false
+
+
@@ -5065,41 +6411,28 @@ dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the curr
Calendar cal = Calendar.getInstance();
String utcTime = dateFormat.format(cal.getTime());
vars.put("utcTime", utcTime);
-
-
-
- true
- ${otpChannelTypeLoopCount}
-
+
+
+
-
- ,
-
- ./otp_channel_type_list_resident.txt
- true
- false
- true
- shareMode.all
- false
- otpChannel
-
-
-
+
true
false
{
- "id": "mosip.identity.otp.internal",
- "individualId": "${individualIdOtp}",
- "metadata": {},
- "otpChannel": [
- "${otpChannel}"
- ],
- "requestTime": "${utcTime}Z",
- "transactionID": "${tidRequestOtp}",
- "version": "1.0"
+ "id": "mosip.identity.otp.internal",
+ "version": "1.0",
+ "transactionId": "${tidRequestOtp}",
+ "requestTime": "${utcTime}Z",
+ "individualId": "${individualIdOtp}",
+ "otpChannel": [
+ "EMAIL",
+ "PHONE"
+ ],
+ "metadata": {},
+ "aid": "${ridId}"
}
=
@@ -5109,7 +6442,7 @@ vars.put("utcTime", utcTime);
${serverPortNo}
${protocol}
- /resident/v1/req/otp
+ /resident/v1/individualId/otp
POST
true
false
@@ -5126,6 +6459,10 @@ vars.put("utcTime", utcTime);
Content-Type
application/json
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
@@ -5136,7 +6473,7 @@ vars.put("utcTime", utcTime);
Assertion.response_data
false
- 16
+ 2
@@ -5150,32 +6487,16 @@ vars.put("utcTime", utcTime);
-
- true
-
-
-
- false
- {
- "id": "mosip.identity.auth.internal",
- "version": "1.0",
- "requesttime": "${utcTime}Z",
- "request": {
- "transactionId": "${tidRequestOtp}",
- "individualId": "${individualIdOtp}",
- "otp": "111111"
- }
-}
- =
-
-
+
+
+
${serverIPInternal}
${serverPortNo}
${protocol}
- /resident/v1/validate-otp
- POST
+ /resident/v1/aid-stage/${individualIdOtp}
+ GET
true
false
true
@@ -5191,17 +6512,94 @@ vars.put("utcTime", utcTime);
Content-Type
application/json
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
- "errors":null
+ "errors":
Assertion.response_data
false
- 16
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.resident.download.uin.card",
+ "version": "1.0",
+ "requesttime": "${utcTime}Z",
+ "request": {
+ "transactionId": "${tidRequestOtp}",
+ "individualId": "${individualIdOtp}",
+ "otp": "111111"
+ }
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/download-card
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+ 10000
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ PDF
+
+
+ Assertion.response_data
+ false
+ 2
@@ -5214,197 +6612,28 @@ vars.put("utcTime", utcTime);
2
-
-
-
- false
- ${__StringToFile(channel_verification_list.txt,${individualIdOtp}\,${otpChannel}\n,true,)}
-
-
+
+ 2
+
+ throughput
+ 900.0
+ 0.0
+
+
+
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ,
-
- ./channel_verification_list.txt
- true
- false
- true
- shareMode.all
- false
- individualIdVerification,channelVerification
-
-
-
-
-
-
- false
- ${channelVerification}
- =
- true
- channel
-
-
- false
- ${individualIdVerification}
- =
- true
- individualId
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/channel/verification-status/
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./resident_access_id_token.txt
-
- idToken,accessToken
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/profile
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 3
+ ${rampUp}
+ true
+ ${testDuration}
true
@@ -5412,259 +6641,224 @@ vars.put("utcTime", utcTime);
,
- ./resident_access_id_token.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
false
true
shareMode.all
false
- idToken,accessToken,individualIdDownloadCard
+ idToken,accessToken
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- resident/v1/request-card/vid/${individualIdDownloadCard}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- "errors":[]
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- true
- eventId
- eventid:\s(.*?)\s
- $1$
- eventId not found
- 1
-
-
-
-
-
- false
- ${__StringToFile(event_id_download_card.txt,${idToken}\,${accessToken}\,${eventId}\n,true,)}
-
-
-
-
-
- continue
-
- false
- 1
-
- 1
- 1
- true
-
- ${downloadCardDelay}
- true
-
-
-
+
,
- ./event_id_download_card.txt
+ D:/Jmeter Scripts/Resident Services/runtime-files/vid_list_resident.txt
true
false
true
shareMode.all
false
- idToken,accessToken,eventIdDownloadCard
+ tokenIndividualId
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/download-card/event/${eventIdDownloadCard}
- GET
- true
- false
- true
- false
-
-
-
-
+
+ ,
+
+ D:/Jmeter Scripts/Resident Services/support-files/channel_verification_list.txt
+ true
+ false
+ true
+ shareMode.all
+ false
+ individualIdVerification,channelVerification
+
+
+
+ 1400000000
+ 9999999999
+ 1
+ tidRequestOtp
+
+ false
+
+
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
-
-
-
- Content-Type
- application/json
-
-
- Cookie
- Authorization=${accessToken};id_token=${idToken}
-
-
-
-
-
-
- PDF
-
-
- Assertion.response_data
- false
- 2
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+ true
+
+
+
+ false
+ {
+ "id": "mosip.identity.otp.internal",
+ "individualId": "${tokenIndividualId}",
+ "individualIdType": "VID",
+ "metadata": {},
+ "otpChannel": [
+ "${channelVerification}"
+ ],
+ "requestTime": "${utcTime}Z",
+ "transactionID": "${tidRequestOtp}",
+ "version": "1.0"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/req/otp
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 16
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${channelVerification}
+ =
+ true
+ channel
+
+
+ false
+ ${tokenIndividualId}
+ =
+ true
+ individualId
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/channel/verification-status/
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+
+
+
+
+ "errors":null
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./coordinates.csv
-
- longitude,latitude,proximityDistance
- true
- ,
- false
- true
- false
- shareMode.all
-
+
+ 2
+
+ throughput
+ 180.0
+ 0.0
+
+
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/getcoordinatespecificregistrationcenters/${languageCode}/${longitude}/${latitude}/${proximityDistance}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 4
+ ${rampUp}
+ true
+ ${testDuration}
true
-
- ./location_code.txt
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
- locationCode
+ idToken,accessToken
true
,
false
@@ -5673,24 +6867,182 @@ vars.put("utcTime", utcTime);
shareMode.all
-
- true
- ${languageCodeLoopCount}
-
+
+ true
+
+
+ Unread Notification Count Endpoint
+ 100
+ true
+
+
+ Bell Update Time Endpoint
+ 100
+ true
+
+
+ Bell Notification Click Endpoint
+ 100
+ true
+
+
+ Notifications Language Code Endpoint
+ 100
+ true
+
+
+
-
- ./language_code.csv
-
- languageCode
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/unread/notification-count
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/bell/updatedttime
+ PUT
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/bell/notification-click
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ "errors":null}
+
+
+ Assertion.response_data
+ false
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
@@ -5698,7 +7050,7 @@ vars.put("utcTime", utcTime);
${serverPortNo}
${protocol}
- /resident/v1/proxy/masterdata/locations/info/${locationCode}/${languageCode}
+ /resident/v1/notifications/${languageCode}
GET
true
false
@@ -5715,6 +7067,10 @@ vars.put("utcTime", utcTime);
Content-Type
application/json
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
@@ -5725,7 +7081,7 @@ vars.put("utcTime", utcTime);
Assertion.response_data
false
- 16
+ 2
@@ -5740,261 +7096,223 @@ vars.put("utcTime", utcTime);
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./hierarchy_level.csv
-
- hierarchyLevel,name,languageCode
- true
- ,
- false
- true
- false
- shareMode.all
-
+
+ 2
+
+ throughput
+ 240.0
+ 0.0
+
+
-
-
-
-
- false
- ${name}
- =
- true
- name
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/registrationcenters/${languageCode}/${hierarchyLevel}/names
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 2
+ ${rampUp}
+ true
+ ${testDuration}
true
-
- ./language_code.csv
+
+ ,
- languageCode
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
true
- ,
false
true
- false
shareMode.all
+ false
+ idToken,accessToken
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/validdocuments/${languageCode}
- GET
- true
- false
- true
- false
-
-
-
-
+
+
+
+ false
+ import java.text.SimpleDateFormat;
+import java.util.Calendar;
+import java.util.TimeZone;//Set the format for the date-time
+SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.sss");
+dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));// Get the current time in UTC
+Calendar cal = Calendar.getInstance();
+String utcTime = dateFormat.format(cal.getTime());
+vars.put("utcTime", utcTime);
+
+
+
+ true
+
+
+ Auth Proxy Audit Log Endpoint
+ 100
+ true
+
+
+ Proxy Audit Log Endpoint
+ 100
+ true
+
+
+
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
+
+ true
+
+
+
+ false
+ {
+ "auditEventId": "${auditEventId}",
+ "auditEventName": "${auditEventName}",
+ "auditEventType": "${auditEventType}",
+ "actionTimeStamp": "${utcTime}Z",
+ "applicationId": "RES-SER",
+ "applicationName": "${auditEventName}",
+ "createdBy": "tester",
+ "moduleName": "${auditEventName}",
+ "moduleId": "${auditEventId}",
+ "description": "testing in Perf"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/auth-proxy/audit/log
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+ true
+
+
+
+ false
+ {
+ "auditEventId": "${auditEventId}",
+ "auditEventName": "${auditEventName}",
+ "auditEventType": "${auditEventType}",
+ "actionTimeStamp": "${utcTime}Z",
+ "applicationId": "RES-SER",
+ "applicationName": "${auditEventName}",
+ "createdBy": "tester",
+ "moduleName": "${auditEventName}",
+ "moduleId": "${auditEventId}",
+ "description": "testing in Perf"
+}
+ =
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/proxy/audit/log
+ POST
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./hierarchy_level.csv
-
- hierarchyLevel,name,languageCode
- true
- ,
- false
- true
- false
- shareMode.all
-
+
+ 2
+
+ throughput
+ 120.0
+ 0.0
+
+
-
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/registrationcenters/page/${languageCode}/${hierarchyLevel}/${name}
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
-
+
continue
false
- 1
+ -1
- 1
- 1
- false
-
+ 3
+ ${rampUp}
+ true
+ ${testDuration}
true
-
- ./location_code_immediate_children.txt
+
+ D:/Jmeter Scripts/Resident Services/runtime-files/eventid_idToken_accessToken.txt
- locationCodeImmediate
+ idToken,accessToken
true
,
false
@@ -6003,24 +7321,9 @@ vars.put("utcTime", utcTime);
shareMode.all
-
- true
- ${languageCodeLoopCount}
-
+
-
- ./language_code.csv
-
- languageCode
- true
- ,
- false
- true
- false
- shareMode.all
-
-
-
+
@@ -6028,7 +7331,7 @@ vars.put("utcTime", utcTime);
${serverPortNo}
${protocol}
- /resident/v1/proxy/masterdata/locations/immediatechildren/${locationCodeImmediate}/${languageCode}
+ /resident/v1/profile
GET
true
false
@@ -6045,6 +7348,10 @@ vars.put("utcTime", utcTime);
Content-Type
application/json
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
@@ -6055,7 +7362,68 @@ vars.put("utcTime", utcTime);
Assertion.response_data
false
- 16
+ 2
+
+
+
+
+ 200
+
+
+ Assertion.response_code
+ false
+ 2
+
+
+
+
+
+
+
+ false
+ ${loginUriEncoded}
+ =
+ true
+ redirecturi
+
+
+
+ ${serverIPInternal}
+ ${serverPortNo}
+ ${protocol}
+
+ /resident/v1/logout/user
+ GET
+ true
+ false
+ true
+ false
+
+
+
+
+
+
+
+
+ Content-Type
+ application/json
+
+
+ Cookie
+ Authorization=${accessToken};id_token=${idToken}
+
+
+
+
+
+
+ ResidentUi
+
+
+ Assertion.response_data
+ false
+ 2
@@ -6070,93 +7438,18 @@ vars.put("utcTime", utcTime);
-
-
- continue
-
- false
- 1
-
- 1
- 1
- false
-
-
- true
-
-
-
- ./applicant_type_id.csv
-
- applicantTypeId
- true
- ,
- false
- true
- false
- shareMode.all
-
+
+ 2
+
+ throughput
+ 180.0
+ 0.0
+
+
-
-
-
-
- false
- ${languageCode}
- =
- true
- languages
-
-
-
- ${serverIPInternal}
- ${serverPortNo}
- ${protocol}
-
- /resident/v1/proxy/masterdata/applicanttype/${applicantTypeId}/languages
- GET
- true
- false
- true
- false
-
-
-
-
-
-
-
-
- Content-Type
- application/json
-
-
-
-
-
-
- "errors":null}
-
-
- Assertion.response_data
- false
- 16
-
-
-
-
- 200
-
-
- Assertion.response_code
- false
- 2
-
-
-
- true
+ false
saveConfig
@@ -6168,23 +7461,25 @@ vars.put("utcTime", utcTime);
true
true
true
- false
+ true
false
true
- false
+ true
false
false
false
true
false
false
- true
+ false
true
0
true
- true
+ true
+ true
true
- true
+ true
+ true
diff --git a/resident-services/support-files/Get_my_UIN_22_May_2024_14.35.06.pdf b/resident-services/support-files/Get_my_UIN_22_May_2024_14.35.06.pdf
new file mode 100644
index 00000000..2d4358e8
Binary files /dev/null and b/resident-services/support-files/Get_my_UIN_22_May_2024_14.35.06.pdf differ
diff --git a/resident-services/support-files/channel_verification_list.txt b/resident-services/support-files/channel_verification_list.txt
new file mode 100644
index 00000000..e4a37753
--- /dev/null
+++ b/resident-services/support-files/channel_verification_list.txt
@@ -0,0 +1,32 @@
+${individualIdOtp},${otpChannel}
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE0ODI2MCwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNTE4NjMsImlhdCI6MTcxNTE0ODI2Mywibm9uY2UiOiI5NzNlaWVsanpuZyJ9.KI1ZCJ0TQS8Mf3Q_dbEOUe7IoZ2LilcypRPtAuyRrXRnRUwPhZcgDDcNAHGWavW8sG_XaENc9gfRX_M9g9dMfijsfnhp25EG3SAduNMJfYy2y1WHxaNcb_FxLy9VXL0qovf8VhswXIWAHhNkvOdtPLlpjoAPhLo6zl1fwqhqmC2FFuwmwCD9QL3oBhX-m-eNx-4kV7UxyCCpJz00dMyZd6M188CpOhJ7ZY9ksiD_k1Hun7j31KCLLO84Sb0C2-hWDzxfouq5BNU3xChJzi3mUGyiSBoJEtrIefjpfZQ7YiZD0XCbqfFUIcfS6-_l1Vw7f45RA_wi40PkOz7yLUBg0g,PHONE
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE0ODI2MCwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNTE4NjMsImlhdCI6MTcxNTE0ODI2Mywibm9uY2UiOiI5NzNlaWVsanpuZyJ9.KI1ZCJ0TQS8Mf3Q_dbEOUe7IoZ2LilcypRPtAuyRrXRnRUwPhZcgDDcNAHGWavW8sG_XaENc9gfRX_M9g9dMfijsfnhp25EG3SAduNMJfYy2y1WHxaNcb_FxLy9VXL0qovf8VhswXIWAHhNkvOdtPLlpjoAPhLo6zl1fwqhqmC2FFuwmwCD9QL3oBhX-m-eNx-4kV7UxyCCpJz00dMyZd6M188CpOhJ7ZY9ksiD_k1Hun7j31KCLLO84Sb0C2-hWDzxfouq5BNU3xChJzi3mUGyiSBoJEtrIefjpfZQ7YiZD0XCbqfFUIcfS6-_l1Vw7f45RA_wi40PkOz7yLUBg0g,EMAIL
+${individualIdOtp},${otpChannel}
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE0ODI2MCwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNTE4NjMsImlhdCI6MTcxNTE0ODI2Mywibm9uY2UiOiI5NzNlaWVsanpuZyJ9.KI1ZCJ0TQS8Mf3Q_dbEOUe7IoZ2LilcypRPtAuyRrXRnRUwPhZcgDDcNAHGWavW8sG_XaENc9gfRX_M9g9dMfijsfnhp25EG3SAduNMJfYy2y1WHxaNcb_FxLy9VXL0qovf8VhswXIWAHhNkvOdtPLlpjoAPhLo6zl1fwqhqmC2FFuwmwCD9QL3oBhX-m-eNx-4kV7UxyCCpJz00dMyZd6M188CpOhJ7ZY9ksiD_k1Hun7j31KCLLO84Sb0C2-hWDzxfouq5BNU3xChJzi3mUGyiSBoJEtrIefjpfZQ7YiZD0XCbqfFUIcfS6-_l1Vw7f45RA_wi40PkOz7yLUBg0g,PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE2NTg2MSwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNjk0NjMsImlhdCI6MTcxNTE2NTg2Mywibm9uY2UiOiI5NzNlaWVsanpuZyJ9.hSrcxc_RPMHDy-dL5DCW-_Tjwk1AsDASv_sMM6I4vmvYZaYW-cHPmQSdxPKZiwt2QU1NFVkcufR59yIDy9H6r2adDp5G2fbXUeFx6BdsQhKrqrl6MexmmUoNX2ka1Ft_2rrfQ9Loz9iyebgXIFa973I3nNDwy3iFgNUBh7Yw0zfAOeDDuFSRU_4avIR9FTnS2LPFEiZ0h8JxiP5YSBDs-KNvgy5QbXxNZHu7w7YzlQhIBInlMPwC7XWdC3Vfc8UBwov4QsaGet8izX14ULpzwQblgMckMQ9ucuSYQC9N71C0yljBjQIJLNSK0afZDjNMZIAkshRfxTJ4cbab5iVz0A,PHONE
+${individualIdOtp},${otpChannel}
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE2NTg2MSwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNjk0NjMsImlhdCI6MTcxNTE2NTg2Mywibm9uY2UiOiI5NzNlaWVsanpuZyJ9.hSrcxc_RPMHDy-dL5DCW-_Tjwk1AsDASv_sMM6I4vmvYZaYW-cHPmQSdxPKZiwt2QU1NFVkcufR59yIDy9H6r2adDp5G2fbXUeFx6BdsQhKrqrl6MexmmUoNX2ka1Ft_2rrfQ9Loz9iyebgXIFa973I3nNDwy3iFgNUBh7Yw0zfAOeDDuFSRU_4avIR9FTnS2LPFEiZ0h8JxiP5YSBDs-KNvgy5QbXxNZHu7w7YzlQhIBInlMPwC7XWdC3Vfc8UBwov4QsaGet8izX14ULpzwQblgMckMQ9ucuSYQC9N71C0yljBjQIJLNSK0afZDjNMZIAkshRfxTJ4cbab5iVz0A,PHONE
+${individualIdOtp},${otpChannel}
+eyJraWQiOiJIb0tLSFRZc1FUNEpTMWs2MXlpZXlEVmJBcG5qMVFEamVpak91ZDMzRkU4IiwiYWxnIjoiUlMyNTYifQ.eyJhdF9oYXNoIjpudWxsLCJzdWIiOiIzNTcyNTM5MjQzNjUxNzE5MjE2NDk4NTcyMTMxODE0NzU0NTciLCJhdWQiOiJWVDkyRmJJZ2RlSGl1eTdOOEVUUmV5UldWOTJKOGNYc3pDejlWY0R2S0NvIiwiYWNyIjoibW9zaXA6aWRwOmFjcjpnZW5lcmF0ZWQtY29kZSIsImF1dGhfdGltZSI6MTcxNTE2NjIwOCwiaXNzIjoiaHR0cHM6XC9cL2VzaWduZXQucWEtcGxhdGZvcm0xLm1vc2lwLm5ldFwvdjFcL2VzaWduZXQiLCJleHAiOjE3MTUxNjk4MTAsImlhdCI6MTcxNTE2NjIxMCwibm9uY2UiOiI5NzNlaWVsanpuZyJ9.lwbEw71sLQdN6pFHTRnLTLLveT5UMQcIfAg2afRzBJwDgYtRKEaG_-YBe4EndFSm6HHmUuf-90Z_Af-Uqspk01Y2lLXEfZurTStfUXyYKpPBB71BuHZm0jMImObXyrhnVWNfZL3NM1kHHuXMb2xoo096LmphrYxULiT6sezmGCOH4CgMcVpad6_16IAZTGZD9VKDpimRIUvyoR2yMZwgAc9goYzilQfM8KxNE41TjQOAsjo5FVZQHCRWyS-J4V4SUvWrMc-O4huX6e-ohLzC_YADGxf_oXBwOdHpqvsxgsjFc876KE5H0-ca_cEtB6S0sfnlLUkF7lArBngKef8Y0w,PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
+${individualIdOtp},PHONE
+${individualIdOtp},${otpChannel}
+${individualIdOtp},PHONE
+${individualIdOtp},${otpChannel}
+${individualIdOtp},PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
+2879526156839276,PHONE
+${individualIdOtp},${otpChannel}
+5849382146035781,PHONE
+${individualIdOtp},${otpChannel}
diff --git a/resident-services/support-files/template_type.txt b/resident-services/support-files/template_type.txt
index 6e996eaf..e56e7a83 100644
--- a/resident-services/support-files/template_type.txt
+++ b/resident-services/support-files/template_type.txt
@@ -1,6 +1,3 @@
${TemplateType}
-mosip.full.name.template.property
-mosip.date.of.birth.template.property
-mosip.phone.template.property
mosip.email.template.property
mosip.address.template.property
\ No newline at end of file