Here test is the name you chose for that int variable.
You can add other variables, like humidity, temperature etc, and as soon as you read a value from a sensor, and assign it to on of said variables, the dashboard will be updated right away.
Thanks for your reply.
Can you explain more about the "assign" step?
You said "test" is a name, so it could be changed to any words, but I didn't declare this "test" before, why can I use it?