Cargando…

Python testing with Selenium : learn to implement different testing techniques using the Selenium Webdriver /

Implement different testing techniques using Selenium WebDriver with the Python programming language. This quick reference provides simple functional test cases with a syntax-based approach for Selenium WebDriver. You'll begin by reviewing the basics of Selenium WebDriver and its architectural...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Raghavendra, Sujay (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: New York, NY : Apress Media LLC, [2021]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1206395112
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 201114s2021 nyua o 001 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d YDX  |d UKAHL  |d TOH  |d EBLCP  |d GW5XE  |d ERF  |d OCLCO  |d UPM  |d OCLCF  |d VT2  |d OCLCQ  |d OCLCO  |d COM  |d OCLCQ  |d OCLCO 
019 |a 1204342797  |a 1228845515  |a 1232854471  |a 1240535224 
020 |a 9781484262498  |q (electronic book) 
020 |a 1484262492  |q (electronic book) 
020 |a 9781484262504  |q (print) 
020 |a 1484262506 
020 |z 9781484262481 
020 |z 1484262484 
024 7 |a 10.1007/978-1-4842-6249-8  |2 doi 
029 1 |a AU@  |b 000068389328 
029 1 |a AU@  |b 000068977264 
035 |a (OCoLC)1206395112  |z (OCoLC)1204342797  |z (OCoLC)1228845515  |z (OCoLC)1232854471  |z (OCoLC)1240535224 
050 4 |a QA76.76.T48  |b R34 2021eb 
072 7 |a UMX  |2 bicssc 
072 7 |a COM051360  |2 bisacsh 
072 7 |a UMX  |2 thema 
082 0 4 |a 005.1/4  |2 23 
049 |a UAMI 
100 1 |a Raghavendra, Sujay,  |e author. 
245 1 0 |a Python testing with Selenium :  |b learn to implement different testing techniques using the Selenium Webdriver /  |c Sujay Raghavendra. 
264 1 |a New York, NY :  |b Apress Media LLC,  |c [2021] 
300 |a 1 online resource (184 pages) :  |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 
347 |b PDF 
520 |a Implement different testing techniques using Selenium WebDriver with the Python programming language. This quick reference provides simple functional test cases with a syntax-based approach for Selenium WebDriver. You'll begin by reviewing the basics of Selenium WebDriver and its architectural design history and then move on to the configuration and installation of Selenium library for different web browsers, including the basic commands needed to start test scripts in various browsers. You'll review action commands of keyboard and mouse for testing user interactions in a web page and see how hyperlinks are tested. The book also examines various web elements using eight different locators provided by Selenium to help you choose the one best suited to your needs. All Python scripts are ready to test real examples, all of which are explained thoroughly with problem statements. You'll use different Python design patterns to automate test scripts that can be incorporated with Selenium. In the end, Python Testing with Selenium will provide you with the expertise to write your own test cases in future. What You'll Learn Install and configure Selenium WebDriver with Python for different web-browsers Review basic commands of Selenium Locate web elements Work with UI based web elements Assert web elements and handle exceptions Write test scripts in Page Object Model Write test cases with Unittest framework Who This Book Is For Python developers/testers who want to test their web applications. 
505 0 |a Intro -- Table of Contents -- About the Author -- About the Technical Reviewer -- Acknowledgments -- Introduction -- Chapter 1: Introduction to Selenium -- What Is Selenium? -- Selenium Tools and Versions -- Selenium RC (Remote Control) -- Selenium IDE -- Selenium Grid -- Selenium WebDriver -- Selenium 2.0 -- Selenium 3.0 -- Selenium WebDriver Architecture -- Client Library -- JSON Wire Protocol -- Web Drivers -- Web Browsers -- Why Selenium? -- Open Source -- Platforms -- Language Support -- Browser -- Reuse -- Easy Implementation -- Flexible -- Hardware Resources -- Simulation 
505 8 |a Other Testing Tools -- Integrating Python with Selenium -- Summary -- Chapter 2: Getting Started -- Installing Python -- Installing Selenium -- Installing Drivers -- Browser Commands -- Opening a Web Browser -- Mozilla Firefox -- Google Chrome -- Microsoft Edge -- Internet Explorer -- Closing a Browser -- Quit Browser -- Opening a Web Page -- Open a Page Online -- Open a Page Offline -- Setting the Browser Size -- Maximize -- Fullscreen -- Setting the Size -- Setting the Browser Position -- Setting the Size Using Coordinates -- Getting the Browser Position -- Getting the Window Size 
505 8 |a Navigation Commands -- Back -- Forward -- Refresh -- Running a Python Test Case -- Summary -- Chapter 3: Mouse and Keyboard Actions -- Action Chains -- Mouse -- Click -- Click and Hold -- Context Click -- Double Click -- Move to an Element -- Move Offset -- Drag and Drop -- Drag and Drop By -- Release -- Keyboard Actions -- Key Down -- Key Up -- Send Keys -- Send Keys to Element -- Pause -- Reset -- Summary -- Chapter 4: Web Elements -- Elements/Web Elements -- Web Locators -- Locating Elements -- ID Locator -- Name Locator -- XPath Locator -- Nodes -- Parents -- Children -- Siblings 
505 8 |a Atomic Values -- XPath Methods -- Child -- Parent -- Self-Axis -- Ancestor -- Ancestor-or-Self -- Descendant -- Descendant or Self -- Following -- Following Sibling -- Preceding -- Preceding Sibling -- Attribute -- Namespace -- Node Example -- XPath Locator Types -- Absolute Path -- Relative Path -- XPath with Logical Operators -- AND -- OR -- Types of XPath Functions -- contains() -- text() -- starts-with() -- CSS Selectors -- ID -- Class -- Substring Match Cases -- Inner Text -- CSS Selector for Multiple Attributes -- CSS Selector for Child Elements -- Link Locator -- Partial Link Locator 
505 8 |a Tag Name -- Class Name -- Locating Multiple Web Elements -- Locator Issues -- Attribute Change -- No Web Element -- Web Element Not Visible -- Test Case Mismatch -- iframe Web Element -- Summary -- Chapter 5: Navigation -- Hyperlinks -- Testing Hyperlinks -- Hyperlink by ID -- Hyperlink by Text -- Hyperlink by Partial Link -- Hyperlink by XPath -- Nth Hyperlink -- Return All Hyperlinks -- Check for a Valid Hyperlink -- Check for Broken Images -- Data Attributes Hyperlink -- Summary -- Chapter 6: Buttons -- Default Button -- Select -- Select by ID -- By Text -- By Name -- Submit/Form Button 
500 |a Includes index. 
588 0 |a Print version record. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Selenium (Software framework) 
630 0 7 |a Selenium (Software framework)  |2 fast 
650 0 |a Python (Computer program language)  |x Testing. 
650 0 |a Software frameworks  |x Testing. 
650 0 |a Programming languages (Electronic computers)  |x Testing. 
650 0 |a Programming languages (Electronic computers)  |v Software. 
650 0 |a Computer software  |x Validation. 
650 2 |a Software Validation 
650 6 |a Logiciels  |x Validation. 
650 7 |a Computer software  |x Validation  |2 fast 
650 7 |a Programming languages (Electronic computers)  |2 fast 
655 7 |a Software  |2 fast 
776 0 8 |i Print version:  |a Raghavendra, Sujay.  |t Python testing with Selenium.  |d New York, NY : Apress Madia LLC, [2021]  |z 9781484262481  |w (OCoLC)1176320468 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484262498/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH37890069 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6386145 
938 |a YBP Library Services  |b YANK  |n 17100200 
994 |a 92  |b IZTAP