First we need to enable the mail transporter in the axis2.xml file. For that, add (or uncomment) the mail transport sender as follows. <transportSender name="mailto" class="org.apache.axis2.transport.mail.MailTransportSender">         <parameter name="mail.smtp.from">username@gmail.com</parameter>         <parameter name="mail.smtp.user">username</parameter>         <parameter
Wrote by Supun Setunga
Why Need Visualizing? Either you are a data scientist or a random person with some data on your hands, visualizing plays a key role in data analyzing. Why this so important is, when you got a set of data in your hand, you
Wrote by Supun Setunga
When writing automated UI tests for web-apps using Selenium, suppose there is a requirement to trigger a file upload function, where a user brows for a file in the file system, select a file, and then uploads it. Typically the simple html snippet
Wrote by Supun Setunga
Page 1 of 6123456Next »Last