Selenium testing tools cookbook : (Record no. 2795543)

MARC details
000 -LEADER
fixed length control field 08598cam a2200793Ii 4500
001 - CONTROL NUMBER
control field ocn932247924
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20220712023336.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS--GENERAL INFORMATION
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr unu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 151215s2015 enka o 001 0 eng d
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency N$T
-- IDEBK
-- YDXCP
-- EBLCP
-- N$T
-- DEBBG
-- DEBSZ
-- IDB
-- OCLCQ
-- MERUC
-- OCLCQ
-- OCLCF
-- CEF
-- UKMGB
-- OCLCQ
-- UAB
-- UKAHL
-- RDF
-- OCLCQ
-- QGK
-- OCLCO
016 7# - NATIONAL BIBLIOGRAPHIC AGENCY CONTROL NUMBER
Record control number 018007136
Source Uk
019 ## -
-- 927965696
-- 928643042
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781784390778
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 1784390771
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 9781784392512
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Cancelled/invalid ISBN 1784392510
029 1# - (OCLC)
OCLC library identifier CHNEW
System control number 000893836
029 1# - (OCLC)
OCLC library identifier CHVBK
System control number 374529930
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043627475
029 1# - (OCLC)
OCLC library identifier DEBBG
System control number BV043968134
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 473872307
029 1# - (OCLC)
OCLC library identifier DEBSZ
System control number 485786230
029 1# - (OCLC)
OCLC library identifier GBVCP
System control number 882747215
029 1# - (OCLC)
OCLC library identifier UKMGB
System control number 018007136
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)932247924
Canceled/invalid control number (OCoLC)927965696
-- (OCoLC)928643042
037 ## - SOURCE OF ACQUISITION
Stock number CL0500000683
Source of stock number/acquisition Safari Books Online
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.A65
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051230
Source bisacsh
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 051440
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 005.3
Edition number 23
049 ## - LOCAL HOLDINGS (OCLC)
Holding library MAIN
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Gundecha, Unmesh,
Relator term author.
9 (RLIN) 328768
245 10 - TITLE STATEMENT
Title Selenium testing tools cookbook :
Remainder of title over 90 recipes to help you build and run automated tests for your web applications with Selenium WebDriver /
Statement of responsibility, etc Unmesh Gundecha.
250 ## - EDITION STATEMENT
Edition statement Second edition.
264 #1 -
-- Birmingham, UK :
-- Packt Publishing,
-- 2015.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## -
-- text
-- txt
-- rdacontent
337 ## -
-- computer
-- c
-- rdamedia
338 ## -
-- online resource
-- cr
-- rdacarrier
490 1# - SERIES STATEMENT
Series statement Quick answers to common problems
588 0# -
-- Online resource; title from cover page (Safari, viewed December 10, 2015).
500 ## - GENERAL NOTE
General note Includes index.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Introduction; Configuring the Selenium WebDriver test development environment for Java with Eclipse and Maven; Using Ant for Selenium WebDriver test execution; Configuring Microsoft Visual Studio for Selenium WebDriver test development; Configuring Selenium WebDriver for Python and Ruby; Setting up Internet Explorer Driver Server; Setting up ChromeDriver for Google Chrome; Setting up Microsoft WebDriver for Microsoft Edge; Chapter 2: Finding Elements
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note IntroductionUsing browser tools for inspecting elements and page structure; Finding an element using the findElement method; Finding elements using the findElements method; Finding links; Finding elements by tag name; Finding elements using XPath; Finding elements using CSS selectors; Locating elements using text; Finding elements using advanced CSS selectors; Using jQuery selectors; Chapter 3: Working with Elements; Introduction; Automating textboxes, text areas, and buttons; Checking an element's text; Checking an element's attribute and CSS values; Automating dropdowns and lists
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Checking options in the Select elementChecking selected options in dropdowns and lists; Automating radio buttons and radio groups; Automating checkboxes; Working with WebTables; Chapter 4: Working with Selenium API; Introduction; Checking an element's presence; Checking an element's state; Using Advanced User Interactions API for mouse and keyboard events; Performing double-click on an element; Performing drag-and-drop operations; Working with context menus; Executing JavaScript code; Capturing screenshots with Selenium WebDriver; Maximizing the browser window; Handling session cookies
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Working with browser navigationWorking with WebDriver events; Chapter 5: Synchronizing Tests; Introduction; Synchronizing a test with an implicit wait; Synchronizing a test with an explicit wait; Synchronizing a test with custom-expected conditions; Synchronizing a test with FluentWait; Chapter 6: Working with Alerts, Frames, and Windows; Introduction; Handling a simple JavaScript alert box; Handling a confirm and prompt alert box; Identifying and handling frames; Working with IFRAME; Identifying and handling a child window; Identifying and handling a window by its title
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Identifying and handling a pop-up window by its contentChapter 7: Data-driven Testing; Introduction; Creating a data-driven test using JUnit; Creating a data-driven test using TestNG; Reading test data from a CSV file using JUnit; Reading test data from an Excel file using JUnit and Apache POI; Creating a data-driven test in NUnit; Creating a data-driven test in MSTEST; Creating a data-driven test in Ruby using Roo; Creating a data-driven test in Python using DDT; Chapter 8: Using the Page Object Model; Introduction; Using the PageFactory class for exposing the elements on a page
520 ## - SUMMARY, ETC.
Summary, etc Over 90 recipes to help you build and run automated tests for your web applications with Selenium WebDriver About This Book Learn to leverage the power of Selenium WebDriver with simple examples that illustrate real-world problems and their workarounds Explains the testing of mobile applications with Appium for mobile platforms such as iOS and Android A pragmatic manual with engaging recipes and attractive screenshots to test your web applications efficiently Who This Book Is For This book is intended for software quality assurance/testing professionals, software project managers, or software developers with prior experience in using Selenium and Java to test web-based applications. This books also provides examples for C#, Python and Ruby users. What You Will Learn Understand how the locators work and use various locator methods to build reliable tests Build reliable and maintainable tests with the Selenium WebDriver API Use the PageFactory pattern to build a robust and easy to maintain test framework Build data-driven tests and extend Selenium API to implement custom steps and checks Integrate and use ATDD/BDD tools such as Cucumber, SpecFlow, Capybara, and Behave with the Selenium WebDriver API Set up iPhone/iPad and Android simulators and devices to test your mobile web application with Appium Set up Selenium Grid for faster and parallel running of tests, increasing test coverage and reducing test execution time for cross-browser testing Build extended Selenium WebDriver tests for additional coverage In Detail This book is an incremental guide that will help you learn and use the advanced features of the Selenium toolset including the WebDriver API in various situations to build a reliable test automation. You start off by setting up the test development environment and gain tips on the advanced locater strategy and the effective use of the Selenium WebDriver API. After that, the use of design patterns such as data - driven tests and PageFactory are demonstrated. You will then be familiarised with extending Selenium WebDriver API by implementing custom tasks and setting up your own distributed environment to run tests in parallel for cross-browser testing. Finally, we give you some tips on integrating Selenium WebDriver with other popular tools and testing mobile applications. By the end of this book, you will have learned enough to solve complex testing issues on your own. Style and approach This recipe-based guide covers real-life scenar...
590 ## - LOCAL NOTE (RLIN)
Local note eBooks on EBSCOhost
Provenance (VM) [OBSOLETE] EBSCO eBook Subscription Academic Collection - Worldwide
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Testing.
9 (RLIN) 362437
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Web applications
General subdivision Testing.
9 (RLIN) 1063260
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Browsers (Computer programs)
General subdivision Automation.
9 (RLIN) 1079101
650 #6 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Navigateurs (Logiciels)
General subdivision Automatisation.
9 (RLIN) 1079102
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- General.
Source of heading or term bisacsh
9 (RLIN) 871600
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element COMPUTERS
General subdivision Software Development & Engineering
-- Tools.
Source of heading or term bisacsh
9 (RLIN) 871601
650 #7 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name as entry element Application software
General subdivision Testing.
Source of heading or term fast
-- (OCoLC)fst00811716
9 (RLIN) 362437
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Display text Erscheint auch als:
Note Druck-Ausgabe
Title Gundecha, Unmesh. Selenium Testing Tools Cookbook - Second Edition
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Quick answers to common problems.
9 (RLIN) 871615
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089599">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1089599</a>
938 ## -
-- Askews and Holts Library Services
-- ASKH
-- AH29507056
938 ## -
-- EBL - Ebook Library
-- EBLB
-- EBL4191129
938 ## -
-- EBSCOhost
-- EBSC
-- 1089599
938 ## -
-- ProQuest MyiLibrary Digital eBook Collection
-- IDEB
-- cis33054127
938 ## -
-- YBP Library Services
-- YANK
-- 12684647
994 ## -
-- 92
-- INOPJ
Holdings
Withdrawn status Lost status Damaged status Not for loan Collection code Home library Current library Date acquired Total Checkouts Date last seen Price effective from Koha item type
        E-Books EBSCO OPJGU Sonepat- Campus OPJGU Sonepat- Campus 12/07/2022   12/07/2022 12/07/2022 Electronic-Books

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library