10 JUL 2026 - Back up to full speed! Let's be honest: for the last few months, TorrentFunk was painfully slow. Pages crawled, searches dragged, and just loading the site tested everyone's patience. We hunted the problem down to our network and rebuilt it from the ground up — smarter caching, a much bigger and faster connection, and a lot of fine-tuning under the hood. The difference is night and day: the site now loads in a fraction of a second. No more waiting around. Thanks for sticking with us through the slow spell. Now go discover your funk!
TITLE: LEARNING SELENIUM TESTING TOOLS WITH PYTHON
PUBLISHER: PACKT LANGUAGE: ENGLISH
LINK: http://is.gd/z7LwhO RELEASE TYPE: RETAIL
FORMAT: PDF RELEASE DATE: 2015.02.10
ISBN: 9781783983506 STORE DATE: 2014
SAVED.MONEY: 41 DOLLAR DISKCOUNT: 01 x 05MB
AUTHOR: UNMESH GUNDECHA
BOOK
A practical guide on automated web testing with Selenium using
Python
About This Book* Write and automate tests for your applications
with Selenium* Explore the Selenium WebDriver API for easy
implementations of small to complex operations on browsers and
web applications* Packed with easy and practical examples that
get you started with Selenium WebDriverWho This Book Is For
If you are a quality testing professional, or a software or web
application developer looking to create automation test scripts
for your web applications, with an interest in Python, then this
is the perfect guide for you. Python developers who need to do
Selenium testing need not learn Java, as they can directly use
Selenium for testing with this book
In Detail
Selenium WebDriver is a popular automated testing tool for web
applications. Python is one of the top programming languages and
when used with Selenium it can automate and test web
applications. Using Python's unittest module, you can write test
cases in Selenium. Over the years, Selenium has become a very
powerful testing platform and many organizations are adopting
Selenium WebDriver for creating automated user interface
tests
The book's main aim is to cover the fundamentals related to
Python Selenium testing. You will learn how the Selenium
WebDriver Python API can be integrated with CI and Build tools to
allow tests to be run while building applications. This book will
guide you through using the Selenium WebDriver Python client
library as well as other tools from the Selenium project. Towards
the end of this book, you'll get to grips with Selenium Grid
which is used for running tests in parallel using nodes for
cross-browser testing. It will also give you a basic overview of
the concepts, while helping you improve your practical testing
skills with Python and Selenium