دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 2nd Edition نویسندگان: Avasarala. Satya, Gundecha. Unmesh سری: ISBN (شابک) : 9781788996013, 1788996011 ناشر: Packt Publishing Ltd سال نشر: 2018 تعداد صفحات: 0 زبان: English فرمت فایل : EPUB (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) حجم فایل: 8 مگابایت
کلمات کلیدی مربوط به کتاب راهنمای عملی Selenium WebDriver 3: تست اتوماسیون پایان به انتها برای مرورگرهای وب و موبایل با Selenium WebDriver: نرم افزارهای کاربردی--توسعه،کتاب های الکترونیکی،نرم افزارهای کاربردی -- توسعه
در صورت تبدیل فایل کتاب Selenium WebDriver 3 Practical Guide: End-To-end Automation Testing for Web and Mobile Browsers with Selenium WebDriver به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب راهنمای عملی Selenium WebDriver 3: تست اتوماسیون پایان به انتها برای مرورگرهای وب و موبایل با Selenium WebDriver نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
پوشش دادن؛ صفحه عنوان؛ حق چاپ و اعتبار؛ Packt Upsell; مشارکت کنندگان؛ فهرست مطالب؛ پیشگفتار؛ فصل 1: معرفی WebDriver و WebElements. ابزار تست سلنیوم؛ سلنیوم وب درایور ; سرور سلنیوم; سلنیوم IDE؛ تفاوت بین سلنیوم 2 و سلنیوم 3 ; مدیریت مرورگر؛ داشتن API های بهتر؛ داشتن پشتیبانی از توسعه دهندگان و قابلیت های پیشرفته؛ تست برنامه های موبایل با Appium. راه اندازی یک پروژه در Eclipse با Maven و TestNG با استفاده از جاوا. عناصر وب؛ مکان یابی WebElements با استفاده از WebDriver. روش findElement؛ روش findElements.؛ Selenium WebDriver 3 آخرین نسخه ای است که توسط بسیاری از متخصصان برای آزمایش خودکار استفاده می شود. این کتاب شما را از طریق API های مختلف Selenium WebDriver راهنمایی می کند و راه حل هایی را برای چالش های رایج در هنگام استفاده از Selenium WebDriver ارائه می دهد. شما یاد خواهید گرفت که از WebDriver از راه دور برای اجرای آزمایشها بر روی ماشینهای راه دور برای آزمایش مرورگر متقابل و ... استفاده کنید.
Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Introducing WebDriver and WebElements; Selenium Testing Tools; Selenium WebDriver ; Selenium Server; Selenium IDE; Differences between Selenium 2 and Selenium 3 ; Handling the browser ; Having better APIs; Having developer support and advanced functionalities; Testing Mobile Apps with Appium; Setting up a project in Eclipse with Maven and TestNG using Java; WebElements; Locating WebElements using WebDriver ; The findElement method; The findElements method.;Selenium WebDriver 3 is the latest version used by many professionals for automated testing. The book will guide you through various Selenium WebDriver APIs and provide solutions to the common challenges faced while using Selenium WebDriver. You will learn to use remote WebDriver to run tests on remote machines for cross-browser testing and ...
Cover
Title Page
Copyright and Credits
Packt Upsell
Contributors
Table of Contents
Preface
Chapter 1: Introducing WebDriver and WebElements
Selenium Testing Tools
Selenium WebDriver
Selenium Server
Selenium IDE
Differences between Selenium 2 and Selenium 3
Handling the browser
Having better APIs
Having developer support and advanced functionalities
Testing Mobile Apps with Appium
Setting up a project in Eclipse with Maven and TestNG using Java
WebElements
Locating WebElements using WebDriver
The findElement method
The findElements method. Inspecting Elements with Developer ToolsInspecting pages and elements with Mozilla Firefox
Inspecting pages and elements in Google Chrome with Developer Tools
Using the By locating mechanism
The By.id() method
The By.name() method
The By.className() method
The By.linkText() method
The By.partialLinkText() method
The By.tagName() method
The By.xpath() method
The By.cssSelector() method
Interacting with WebElements
Getting element properties and attributes
The getAttribute() method
The getText() method
The getCssValue() method
The getLocation() method
The getSize() method. The getTagName() methodPerforming actions on WebElements
The sendKeys() method
The clear() method
The submit() method
Checking the WebElement state
The isDisplayed() method
The isEnabled() method
The isSelected() method
Summary
Questions
Further information
Chapter 2: Different Available WebDrivers
Firefox Driver
Using GeckoDriver
Using Headless Mode
Understanding the Firefox profile
Adding the extension to Firefox
Storing and retrieving a profile
Dealing with Firefox preferences
Setting preferences
Understanding frozen preferences
Chrome Driver
Using Headless Mode. Using Mobile Emulation for testing mobile web applicationsAdding ChromeExtensions
InternetExplorerDriver
Writing your first test script for the IE browser
Understanding IEDriver capabilities
Edge Driver
Writing your first test script for the Edge browser
Safari Driver
Writing your first test script for the Safari browser
Summary
Questions
Further information
Chapter 3: Using Java 8 Features with Selenium
Introducing Java 8 Stream API
Stream.filter()
Stream.sort()
Stream.map()
Stream.collect()
Stream.min() and Stream.max()
Stream.count(). Using Stream API with Selenium WebDriverFiltering and counting WebElements
Filtering element attributes
Using the Map function to get the text value from elements
Filtering and performing actions on WebElements
Summary
Questions
Further information
Chapter 4: Exploring the Features of WebDriver
Taking screenshots
Locating target windows and Frames
Switching among windows
Switching between frames
Handling alerts
Exploring Navigate
Waiting for WebElements to load
Implicit wait time
Explicit wait time
Handling cookies
Summary
Questions
Further information.