|
|
|
|
LEADER |
00000cam a2200000Ii 4500 |
001 |
EBSCO_ocn922580762 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150930s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d DEBBG
|d N$T
|d IDEBK
|d YDXCP
|d EBLCP
|d N$T
|d COO
|d IDB
|d TEFOD
|d OCLCQ
|d MERUC
|d OCLCQ
|d OCLCF
|d CEF
|d UKMGB
|d OCLCQ
|d WYU
|d UAB
|d UKAHL
|d OCLCQ
|d VLY
|d QGK
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018007295
|2 Uk
|
019 |
|
|
|a 919682719
|a 919875637
|a 958465189
|a 1259196001
|
020 |
|
|
|a 9781784397708
|q (electronic bk.)
|
020 |
|
|
|a 1784397709
|q (electronic bk.)
|
020 |
|
|
|z 9781784394356
|
020 |
|
|
|z 1784394351
|
029 |
1 |
|
|a AU@
|b 000056988140
|
029 |
1 |
|
|a CHNEW
|b 000892947
|
029 |
1 |
|
|a CHVBK
|b 374521042
|
029 |
1 |
|
|a DEBBG
|b BV043020385
|
029 |
1 |
|
|a DEBBG
|b BV043624962
|
029 |
1 |
|
|a DEBSZ
|b 455699577
|
029 |
1 |
|
|a GBVCP
|b 848504666
|
029 |
1 |
|
|a UKMGB
|b 018007295
|
035 |
|
|
|a (OCoLC)922580762
|z (OCoLC)919682719
|z (OCoLC)919875637
|z (OCoLC)958465189
|z (OCoLC)1259196001
|
037 |
|
|
|a CL0500000653
|b Safari Books Online
|
037 |
|
|
|a C08DF1A8-D08B-4CE7-8A3D-2DF880F6F2E6
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a TK5105.882
|
072 |
|
7 |
|a LAN
|x 025000
|2 bisacsh
|
082 |
0 |
4 |
|a 025.042
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Collin, Mark,
|e author.
|
245 |
1 |
0 |
|a Mastering Selenium WebDriver :
|b increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver /
|c Mark Collin.
|
246 |
3 |
0 |
|a Increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover page (Safari, viewed September 28, 2015).
|
500 |
|
|
|a Includes index.
|
505 |
0 |
|
|a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Table of Contents -- Preface -- Chapter 1: Creating a Fast Feedback Loop -- Making it easy for developers to run tests -- Building our test project with Apache Maven -- Running your tests in parallel -- Parallel tests with TestNG -- There are no silver bullets -- Multiple browser support -- Firefox -- Chrome -- Internet Explorer -- Safari -- Opera -- Downloading WebDriver binaries automatically -- Going headless -- Summary
|
505 |
8 |
|
|a Chapter 2: Producing the Right Feedback When FailingLocation, location, location -- Tests are living documentation -- Reliability -- The test automation team that works in isolation -- Oh that test always flickers, don't worry about it -- Baking in reliability -- Git -- SVN -- Continuous integration is key -- TeamCity -- Jenkins -- Extending our capabilities by using a Selenium Grid -- A picture paints a thousand words -- Don't be afraid of the big bad stack trace -- Summary -- Chapter 3: Exceptions Are Actually Oracles -- Are exceptions oracles?
|
505 |
8 |
|
|a NoSuchElementExceptionNoSuchFrameException -- NoSuchWindowException -- ElementNotVisibleException -- StaleElementReferenceException -- InvalidElementStateException -- UnsupportedCommandException -- UnreachableBrowserException -- SessionNotFoundException -- Summary -- Chapter 4: The Waiting Game -- Are we nearly ready yet? -- I've timed it and I know it takes 5 seconds for the page to load -- Machine specifications -- Server specifications -- JavaScript engine performance -- Networks -- So what do we do? -- I just want Selenium to do it for me
|
505 |
8 |
|
|a The page load timeoutThe script timeout -- The implicit wait timeout -- It can slow my tests down? -- It can break explicit waits? -- The solution -- Using explicit waits -- FluentWaits -- the core of explicit waits -- Functions -- Predicates -- Summary -- Chapter 5: Working with Effective Page Objects -- Why do you keep repeating yourself? -- Starting out with page objects -- Using page objects to ensure good separation of concerns -- Introducing the Java PageFactory class -- Using the PageFactory annotations -- Initializing the proxied objects
|
505 |
8 |
|
|a Creating extensible page objectsTurning your page objects into a readable domain-specific language -- Fluent page objects -- Summary -- Chapter 6: Utilizing the Advanced User Interactions API -- Getting started with the API -- Using the API to solve difficult problems -- Working with hover menus -- Working with drag and drop -- Working with offsets -- It doesn't always work for me -- Summary -- Chapter 7: JavaScript Execution with Selenium -- Introducing the JavaScript executor -- Let's not get carried away -- So what should we do with it?
|
520 |
|
|
|a Increase the performance, capability, and reliability of your automated checks by mastering Selenium WebDriver About This Book Create an extensible test framework in Java supporting parallel execution with TestNG Understand the power, simplicity, and limitations of the core Selenium framework Write clear, simple, readable, and reliable tests that perform complex test automation tasks Who This Book Is For If you are a software tester or a developer who has learnt the basics of Selenium using the WebDriver API and is now ready to take the next step, then this is the book for you. What You Will Learn Provide fast, useful feedback with sensible errors and screenshots Create extensible, well-composed page objects Gain an in-depth understanding of implicit and explicit waits, and how you should use them Leverage the full power of the Actions API Explore the full potential of the JavascriptExecutor Extend Selenium's capabilities by integrating other applications Learn how to plug third-party products into Selenium, and where it is appropriate to do so In Detail Selenium WebDriver, also known as Selenium 2, is a UI automation tool used by software developers and QA engineers to test their web applications on different web browsers. The Selenium WebDriver API is fully object oriented compared with the deprecated Selenium RC. The WebDriver API provides multi-language support and run tests on all the most popular browsers. In this wide and complex World Wide Web era, this book will teach you how to tame it by gaining an in-depth understanding of the Selenium API. This book starts with how to solve the difficult problems that you will undoubtedly come across as you start using Selenium in an enterprise environment, followed by producing the right feedback when failing, and what the common exceptions are, explain them properly (including the root cause) and tell you how to fix them. You will also see the differences between the three available implicit waits and explicit waits, and learn to working with effective page objects. Moving on, the book shows you how to utilize the Advanced User Interactions API, how you can run any JavaScript you need through Selenium, and how to quickly spin up a Selenium Grid using Docker containers. At the end, the book will discuss the upcoming Selenium W3C specification and how it is going to affect the future of Selenium. Style and approach This book is a pragmatic guide that takes you through the process of creating a tes ...
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Browsers (Computer programs)
|x Automation.
|
650 |
|
0 |
|a Application software
|x Testing.
|
650 |
|
6 |
|a Navigateurs (Logiciels)
|x Automatisation.
|
650 |
|
7 |
|a LANGUAGE ARTS & DISCIPLINES
|x Library & Information Science
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Testing
|2 fast
|
776 |
0 |
8 |
|i Print version:
|n Druck-Ausgabe
|t Collin, Mark. Mastering Selenium WebDriver
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1057596
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH29178429
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1057596
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis32459779
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12591696
|
994 |
|
|
|a 92
|b IZTAP
|