Date:
2nd Dec 2020
Participants :
Hamsa Nandini Bhavana Vasudev Sarita Mohapatra Shareef Shaik Sathish P Tarun Lalwani Pundaleek H (Unlicensed) Yatheendra BC Krishnendu Halder
Discussion Topics:
Code walk through to the team.
Action Items:
Tags naming conventions. (Add tag for positive/negative/smoke and keep it separate as config file or somewhere else.) - Done
Reading tags from different config file. - Pending
Mapping automation and manual tests. - Done
No hard coded value inside the scripts. - Done
Folder structure of payload request should be changed. - Done
Http status 500 test cases should not be automated. - Done
RequestInfo as of now can use only authToken. - Done
There should be a common url in yaml file for framework config. Other services should be segregated. Environment config and framework config should be segregated. - Done
if any parameters are there will use in separate template. - Done
Push the code on daily bases. - Yes
Demo Findings - 7th Dec 2020
Code clean up - Done
Segregate service - Done
Create the folder structure of json request - Done
Create folder structure of constants - Done
Add separate folder for userdetails - Done
Add tags - Done
Demo Findings - 9th Dec 2020
Created the folder structure -Done
Created single constant file for each service - Done
Added all the common service in to the common.yaml - Done
Created .yaml file for each env -Done
Added host, state level host and tenantid in uat
Removed requestinfo from json -Done
Removed response json - Done
Created separate folder for test data - Done
Kept the env folder outside the sourcefile - Done
User creation - Done
Tech Review - 8th Jan 2021
Naming conventions across all files.
Grouping of end points in common.yaml file.
Remove invalid url related automation tests.
Current Git Branch :
https://github.com/egovernments/test-automation/tree/automation-phase-0