Automated Testing of Azure Bot Directline WebChat Channel using Selenium Java

Web Automation Testing of your Azure Bot connected to Webchat using Directline channel using Selenium Java and chrome Web Driver in Eclipse IDE.

Configure Selenium Java and JUnit Framework for Web Automation

Configure the JAR files for the Selenium Web Automation project. We will make use of Eclipse IDE to configure our project before the web automation.

Run Selenium Java Scripts in already Opened Browser

Run your Selenium Java scripts in already opened chrome browser. This will save a lot of time. You can open any web page and start executing from any point.

Up ↑