-
Notifications
You must be signed in to change notification settings - Fork 11
Scenario based Resident Services Script PER-107 PER-102 #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
|
In user defined variables, please remove the secret key values. You can replace the values with "abc123" for the reference. |
|
Under Manage My VID (Execution) --> Revoke Endpoint VID. The naming convention is not correct. Change it to "Revoke VID Endpoint API". |
|
Under Track My Requests (Execution) --> we are using eventId to track and download the service request. It should be valid for multiple event id's. It can't be one particular value which is fetched from user defined variables. Please check on this. |
|
Under Share My Data (Execution) --> Schema Type and Template code csv file are containing the absolute path. We have to keep it generic. We can't provide specific path to it. |
|
Under Audit (Execution) --> Please check the 2 endpoints added under this scenario. The request body passed in this will remain same for all iterations ? |
I am only adding 1 response assertion as the response body is null. |
Signed-off-by: Akhil <akhil.moogi@gmail.com>
Signed-off-by: Akhil <akhil.moogi@gmail.com>
Signed-off-by: Akhil <akhil.moogi@gmail.com>
Signed-off-by: Akhil <akhil.moogi@gmail.com>
|
Replace value of "residentWebsubAuthtypeStatusSecret" in user defined variables. |
|
Add response code assertion in the samplers of Create Identities in MOSIP Authentication System(setup) thread group. |
|
Under UIN Service Login --> Authorization code --> do we really need to store the extracted code value in a file. If not, can you please remove that. |
|
Under S03 Manage My VID --> why are we using slashes in between for controller naming part "Generate / Revoke VID Controller". |
|
Under S03 Manage My VID --> In Generate VID Endpoint we are using counter for transaction id field and variable as "tranIdGv". The transaction id field is mis matching, pls check. |
|
Under S08 Update My Data Weightage Controller --> The simple controller naming conventions are not correct. Need to change that from "S07 T01 Update Data Controller" to "S08 T01 Update Data Controller". Please check this at all the places in other thread group also. |
|
Under S07 Share My Data (Execution) thread group --> the naming convention for controller must be replaced from "S07 Share My Data" to "S07 Share My Data Controller". |
|
Under S09 Get Information (Execution) --> why is Transaction ID Counter - Request OTP is added. I didn't see any usage of "tidRequestOtp" variable in this thread group. Also it is used in other scenario's like S08, S10, S11. So, variable name is common under all thread groups as "tidRequestOtp". Will this not create any issue while running all the threads in parallel. |
|
Under S10 Get My UIN (Execution):
|
|
As discussed, In the readme file please update the steps for execution regarding the toggle and un toggle points. |
|
@akhilmoogi As discussed, please update the PR with required changes. |
Scenario's that will be covered in this script are:
View My History
Manage My VID
Secure My ID
Track My Requests
Share My Data
Menu Bar
Profile Icon
Audit
https://mosip.atlassian.net/browse/PER-107