Language:
English
繁體中文
Help
圖資館首頁
Login
Back
Switch To:
Labeled
|
MARC Mode
|
ISBD
Java testing with Seleniuma comprehe...
~
Raghavendra, Sujay.
Java testing with Seleniuma comprehensive syntax guide for automation /
Record Type:
Electronic resources : Monograph/item
Title/Author:
Java testing with Seleniumby Sujay Raghavendra.
Reminder of title:
a comprehensive syntax guide for automation /
Author:
Raghavendra, Sujay.
Published:
Berkeley, CA :Apress :2024.
Description:
xxvii, 328 p. :ill., digital ;24 cm.
Contained By:
Springer Nature eBook
Subject:
Web applicationsTesting
Online resource:
https://doi.org/10.1007/979-8-8688-0291-1
ISBN:
9798868802911$q(electronic bk.)
Java testing with Seleniuma comprehensive syntax guide for automation /
Raghavendra, Sujay.
Java testing with Selenium
a comprehensive syntax guide for automation /[electronic resource] :by Sujay Raghavendra. - Berkeley, CA :Apress :2024. - xxvii, 328 p. :ill., digital ;24 cm.
Chapter 1: Introduction to Selenium -- Chapter 2: Getting Started -- Chapter 3: Mouse and Keyboard Actions -- Chapter 4: Web Elements -- Chapter 5: Navigation -- Chapter 6: Buttons -- Chapter 7: Frames and Textboxes -- Chapter 8: Assertions -- Chapter 9: Exceptions -- Chapter 10: Waits -- Chapter 11: Page Object Models -- Chapter 12: Selenium with TestNG Framework.
Master the art of automated testing using Selenium with Java in this comprehensive guide. Whether you're a beginner or an experienced tester, the book equips you with the knowledge and techniques to build robust and maintainable test suites, ensuring the quality and reliability of your web applications. This book starts introducing the basics of automated testing and the importance of Selenium. It then covers the setup and configuration of the Selenium WebDriver in Java, providing a solid foundation for your testing environment. You'll learn essential aspects of Selenium testing in Java, including working with different browsers, locating web elements using locators, and performing actions on them. From there, you'll explore how to handle dynamic web pages and effective wait mechanisms and verifications to ensure accurate and reliable test results. The book also guides you in setting up Selenium in Java for continuous integration and emphasizes best practices for testcode organization and maintainability, such as the Page Object Model (POM) and structuring test suites effectively. By the end, you'll have the expertise to address advanced scenarios, such as working with iframes, and know how TestNG enhances Selenium automation, enabling structured tests, data-driven insights, and swift parallel executions. Throughout the book, you'll benefit from real-world examples and practical exercises that reinforce the concepts. The clear explanations and step-by-step guidance make it easy to follow along and apply the knowledge to your own testing projects. What You Will Learn Understand the fundamentals of automated testing and the role of Selenium in web application testing Set up the Selenium WebDriver in Java and configure the testing environment Work with different web browsers and their drivers to perform cross-browser testing Identify and locate web elements using various locators, such as IDs, class names, CSS selectors, and XPath expressions Perform actions on web elements, such as clicking buttons, entering text, submitting forms, and navigating through web pages Handle dynamic pages by implementing effective wait mechanisms, including implicit waits, explicit waits, and fluent waits Verify and assert expected conditions and outcomes using assertions and verification techniques provided by Selenium in Java Apply best practices for test code organization and maintainability, including using the Page Object Model (POM) design pattern Handle advanced scenarios, such as working with iframes, and elevating Selenium automation through TestNG's structured frameworks, data utilization, and parallel processing.
ISBN: 9798868802911$q(electronic bk.)
Standard No.: 10.1007/979-8-8688-0291-1doiSubjects--Topical Terms:
969888
Web applications
--Testing
LC Class. No.: QA76.73.J38 / R34 2024
Dewey Class. No.: 005.133
Java testing with Seleniuma comprehensive syntax guide for automation /
LDR
:04045nmm a2200325 a 4500
001
658649
003
DE-He213
005
20240701123258.0
006
m d
007
cr nn 008maaau
008
240923s2024 cau s 0 eng d
020
$a
9798868802911$q(electronic bk.)
020
$a
9798868802904$q(paper)
024
7
$a
10.1007/979-8-8688-0291-1
$2
doi
035
$a
979-8-8688-0291-1
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.73.J38
$b
R34 2024
072
7
$a
UMX
$2
bicssc
072
7
$a
COM051280
$2
bisacsh
072
7
$a
UMX
$2
thema
082
0 4
$a
005.133
$2
23
090
$a
QA76.73.J38
$b
R142 2024
100
1
$a
Raghavendra, Sujay.
$3
888819
245
1 0
$a
Java testing with Selenium
$h
[electronic resource] :
$b
a comprehensive syntax guide for automation /
$c
by Sujay Raghavendra.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2024.
300
$a
xxvii, 328 p. :
$b
ill., digital ;
$c
24 cm.
505
0
$a
Chapter 1: Introduction to Selenium -- Chapter 2: Getting Started -- Chapter 3: Mouse and Keyboard Actions -- Chapter 4: Web Elements -- Chapter 5: Navigation -- Chapter 6: Buttons -- Chapter 7: Frames and Textboxes -- Chapter 8: Assertions -- Chapter 9: Exceptions -- Chapter 10: Waits -- Chapter 11: Page Object Models -- Chapter 12: Selenium with TestNG Framework.
520
$a
Master the art of automated testing using Selenium with Java in this comprehensive guide. Whether you're a beginner or an experienced tester, the book equips you with the knowledge and techniques to build robust and maintainable test suites, ensuring the quality and reliability of your web applications. This book starts introducing the basics of automated testing and the importance of Selenium. It then covers the setup and configuration of the Selenium WebDriver in Java, providing a solid foundation for your testing environment. You'll learn essential aspects of Selenium testing in Java, including working with different browsers, locating web elements using locators, and performing actions on them. From there, you'll explore how to handle dynamic web pages and effective wait mechanisms and verifications to ensure accurate and reliable test results. The book also guides you in setting up Selenium in Java for continuous integration and emphasizes best practices for testcode organization and maintainability, such as the Page Object Model (POM) and structuring test suites effectively. By the end, you'll have the expertise to address advanced scenarios, such as working with iframes, and know how TestNG enhances Selenium automation, enabling structured tests, data-driven insights, and swift parallel executions. Throughout the book, you'll benefit from real-world examples and practical exercises that reinforce the concepts. The clear explanations and step-by-step guidance make it easy to follow along and apply the knowledge to your own testing projects. What You Will Learn Understand the fundamentals of automated testing and the role of Selenium in web application testing Set up the Selenium WebDriver in Java and configure the testing environment Work with different web browsers and their drivers to perform cross-browser testing Identify and locate web elements using various locators, such as IDs, class names, CSS selectors, and XPath expressions Perform actions on web elements, such as clicking buttons, entering text, submitting forms, and navigating through web pages Handle dynamic pages by implementing effective wait mechanisms, including implicit waits, explicit waits, and fluent waits Verify and assert expected conditions and outcomes using assertions and verification techniques provided by Selenium in Java Apply best practices for test code organization and maintainability, including using the Page Object Model (POM) design pattern Handle advanced scenarios, such as working with iframes, and elevating Selenium automation through TestNG's structured frameworks, data utilization, and parallel processing.
650
0
$a
Web applications
$x
Testing
$x
Automation.
$3
969888
650
0
$a
Browsers (Computer programs)
$x
Testing
$x
Automation.
$3
969889
650
0
$a
Java (Computer program language)
$3
189341
650
1 4
$a
Java.
$3
763312
650
2 4
$a
Programming Language.
$3
913494
710
2
$a
SpringerLink (Online service)
$3
273601
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/979-8-8688-0291-1
950
$a
Professional and Applied Computing (SpringerNature-12059)
based on 0 review(s)
ALL
電子館藏
Items
1 records • Pages 1 •
1
Inventory Number
Location Name
Item Class
Material type
Call number
Usage Class
Loan Status
No. of reservations
Opac note
Attachments
000000237759
電子館藏
1圖書
電子書
EB QA76.73.J38 R142 2024 2024
一般使用(Normal)
On shelf
0
1 records • Pages 1 •
1
Multimedia
Multimedia file
https://doi.org/10.1007/979-8-8688-0291-1
Reviews
Add a review
and share your thoughts with other readers
Export
pickup library
Processing
...
Change password
Login