I have checked in debugger tools as well as in view page source, and found the meta tags as following.
<meta name="title" content="Test page" />
<meta name="description" content="content ..." />
<meta property="og:title" content="test facebook" />
<meta property="og:description" content="Testtest" />
<meta property="og:site_name" content="Test" />
<meta property="og:image" content="path/to/image" />
<meta name="twitter:title" content="Test Twitter" />
<meta name="twitter:description" content="content ..." />
<meta name="twitter:domain" content="Title" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:image" content="path/to/image" />
But while sharing the image is not showing in twitter. As well as the title and description.
Can you please let me know, If I am missing anything here.
Thanks in advance.