SendMail target in build xml | Selenium Forum
P
Pinki Daga Posted on 30/10/2019

<!-- SendEmail -->
<target name="email" >
<java classname="Util.sendMail" classpath="${test.classpath}" classpathref="testcase.path"/>
</target>

 

What is classpathref atribute?


A
Ashish Thakur Replied on 31/10/2019

Class-Path Reference, no need to make any change to it. May cause unstability.


P
Pinki Daga Replied on 01/11/2019

will keep it as it is? but what does this attribute means?


A
Ashish Thakur Replied on 08/01/2020

${test.classpath} will read the value stored in test.classpath variable