bug #66
closedHandshaking Data Using Fixed Values Instead of Live Server Data
90%
Description
Currently, during the handshaking process, some user-related data is exchanged such as Employee Code, Phone Number, User Name, etc.
At the moment, this handshaking is happening with fixed (hardcoded) data in the system.
For testing and actual operation, this data should instead be fetched dynamically from the server and then used during the handshaking process.
Current Behaviour:
Handshaking is done using predefined/fixed values for Employee Code, Phone Number, User Name, etc.
Expected Behaviour:
The system should fetch the actual user data from the server.
The fetched live data should then be used in the handshaking process instead of the fixed values.
This change is required so that the handshaking process can be properly tested and verified with real data coming from the server.