Sentiment analysis is a process of determining whether the given emotion (text) is postivie, negative or neutral. Sentiment Analysis is useful in identifying customers emotions for a service or product. In this article we will perform sentiment analysis on restaurant reviews. VADER(Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media. VADER is built on Python.
Continue readingAuthor: saisyam
Python Splinter to Kickstart your Web Automation Testing
Today automation is the key for any project. Python Splinter is the new tool in Web Automation Testing space. Splinter has an easy to use API when compared to Selenium. Splinter uses Selenium web driver and built on same principles as Selenium.
Continue readingProven way to Fake Webcam in Test Automation with Python
This article explains how to test web application that use web cam. We use Python Splinter and fake a webcam device using Chrome web driver.
Continue reading