Launching Speech Report API for Selenium Java Test Automation Framework

Launching Speech Report API for Selenium Java Test Automation Framework

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

No alt text provided for this image

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");




要查看或添加评论,请登录

Kushan Shalindra Amarasiri的更多文章

社区洞察

其他会员也浏览了