g-tiwari / GoogleVoiceTest

This is sample voice test written using Selenium with VoiceAutomationClient and VoiceAutomationServer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoogleVoiceTest

This is sample voice test written using Selenium with VoiceAutomationClient and VoiceAutomationServer

This demo will open chrome browser and perform voice search with given search text

Pre-requisite

For successfully executing this demo, you must have maven and java(>=1.8) installed on your machine

Also you need to have VoiceAutomationServer up and running on the machine where your test would be executed For that please refer to VoiceAutomationClient

Steps

  1. Clone the repository
  2. Go to cloned folder GoogleVoiceTest from command-line
  3. type mvn test -DVoiceAutomationServerEndpoint="" -DVoiceRssKey="<API_Key_FromVoiceRSS>" and hit enter

About

This is sample voice test written using Selenium with VoiceAutomationClient and VoiceAutomationServer

License:MIT License


Languages

Language:Java 100.0%