Launching Speech Report API for Selenium Java Test Automation Framework
Kushan Shalindra Amarasiri
Director Quality Engineering at Social Catfish
Today I will be launching the first ever API for Speech Reporting which can be easily integrated with a single line command in your test automation framework done in Selenium Java.
To start with first download the .JAR file from Source Forge
Next add the JAR file as an external JAR file for your framework
Then update your pom.xml with the following dependency
<dependency> <groupId>net.sf.sociaal</groupId> <artifactId>freetts</artifactId> <version>1.2.2</version>
</dependency>
Add the following class as imports
import org.kushan.speech.*;
Finally add the following command at each valuation point to add speech reporting
Speech.speachReport("Hi KushaN");