Assuming your domain is test01.xxx.top. Here're the methods for windows and linux systems.
A.Windows Open Menu “Start”-->”cmd”
Check the Ownership Record: nslookup -qt=TXT aliyundm.test01.xxx.top
Check the SPF Record: nslookup -qt=TXT test01.xxx.top
Check the MX Record: nslookup -qt=MX test01.xxx.top
B.Linux
Check the Ownership Record: dig txt aliyundm.test01.xxx.top
Check the SPF Record: dig txt test01.xxx.top
Check the MX Record: dig mx test01.xxx.top