Selenium was created as a UI Testing Tool. This still used by Testers in software companies.
Author Archives: Upendra
Introduce Yourself
This example post is a copy of Introduce Yourself, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feelingContinue reading “Introduce Yourself”
Part 3 of Scrapy and JSON
This blog is nothing but a copy of Scrapy and JSON. All the content is a dummy and for practice only. How easy is it to get JSON data with Scrapy? The answer—very easy, even if you have basic knowledge of Scrapy. The most common question that I get asked is which is the best toolContinue reading “Part 3 of Scrapy and JSON”
Part 1 of Scrapy and JSON
How easy is it to get JSON data with Scrapy? This is one more dummy post for practice. The answer—very easy, even if you have basic knowledge of Scrapy. The most common question that I get asked is which is the best tool for getting data from web pages It is difficult to have aContinue reading “Part 1 of Scrapy and JSON”
Send Mail using Python
Securely send mail from code: Sending mail with Python is very easy. just a few lines of code. But what that password that you are writing in your source code?