Sample Code for Selenium testing of a virtual banking assistant
SELENIUM is a free (open-source) automated testing framework used to validate web applications across different browsers and platforms.
-
Install python3 from python.org
-
Install pip3
-
For installing selenium
pip3 install selenium
-
For installing web-driver(Chrome) Download the Chrome Driver based on your Chrome version
https://sites.google.com/a/chromium.org/chromedriver/downloads
(Github link : https://github.com/jmp1730/Virtual-Banking-Assistant )
- IBM Watson Assistant — for leveraging the chatbot itself.
- IBM Cloud Functions — for connecting Web Application UI to Watson. Assistant.
- Node Red - for generation and design of website.
- Dialogue Skills – to train the chatbot to connect with the user.
Testing the working of the Virtual Banking Assistant using selenium