Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Selenium IDE-02

  • MadhukarQAIT
  • 2020-06-07
  • 739
Selenium IDE-02
Selenium-IDESeleniumIDEAssertion commandsverify commandswait commandsAssert vsVerify commandsrun test suite
  • ok logo

Скачать Selenium IDE-02 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Selenium IDE-02 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Selenium IDE-02 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Selenium IDE-02

#SeleniumIDE#WebDriver#Selenium
Selenium IDE-02
*****************
Agenda:
Enhancement in the Script
Validation commands
Stored commands
Wait commands
Synchronization
Debugging Test Script
Execution Types
When to use Selenium IDE and WebDriver
Limitations of Selenium IDE
========================================
Enhancement in the script:
After creation of basic script to perform required transactions on AUT we do
enhancement in the script in order to validate actual values in AUT
We can use following commands in Selenium IDE:
-Validation commands
-Stored commands
-Wait commands
1.Validation commands:
Using these commands we can verify actual values in application,
there are 2 categories of commands
a. Assert commands
b. Verify commands
a. Assertion Commands:
Using Assert/Assertion commands we can verify specified value/webelement availability in a page
Based on specified value/webelement availability it will give the status of test
Pass/fail, if it is failed then execution will be terminated

Following are the some of Assertion Commands:
i. Assert Element Present: to check specified webelement present or not in a page
ii. Assert Title: to check title of the page
iii. Assert Text: to check the text value in webelement
for Practice:
Ex-1: Create script to check “Forgot your pwd” link working or not in Sales Force application login page using Assert command
Ex-2: Create script to validate Login functionality in mercury Tours application using assert command

b. Verify commands:
These are used to check webelement/value is present in application or not
Based on specified webelement/value availability it will give the
status Pass/fail and continue the script execution irrespective of the status
Ex:
i. verify Element Present: to verify specified webelement present in a page or not
ii. Verify Text: to check the Text in webelement
iii. Verify Title: to check the title of the page
For Practice:
Ex-1: Create script to check “Register” link working or not in Mercury Tours application using verify command
Ex-2: Create script to validate Login functionality in mercury Tours application using Verify command

Stored and Echo command:
i. store: command is used to store value in a variable
ii. store Value: to read arguments from Edit box
iii. store text: to read visible text of webelement
iii. store Title: to read the current page title
iv. store Alert: to read text displayed in the alert
v. echo: command is used to print a string value or value which is available in variable

Note:
Variables are enclosed within a ${var_name} when being printed or used on elements
For Practice:
Ex: create script in Selenium IDE to read page title before & after login operation in www.facebook.com application

Ex-Create script for Orange HRM project
Navigate URL
Check for username element availability
Perform login operation
Verify page title is “OrangeHRM” or not
Read and print page title
Click on “welcome Admin” link
Click on “Logout”

Synchronization in Selenium IDE:
To pause script execution for some time we can use following synchronization commands i.e.default time is 30sec.
i. Wait For element present  Wait up to the webelement present in page
ii. Wait for text Wait up to the specified webelement lable/text is displayed

Debugging test scripts:
Once scripts are created then we need to perform debugging to check script will run smoothly or not and to identify any logical errors in the script by using Breakpoint and set Start point
Breakpoint:
It will break the execution at that statement where we used breakpoint
Set Start Point:
Using this option we can set execution point from required statement in the script

Execution types:
There are 2 types of executions
1. Play current test case:
Using this option we can execute selected test case only
2. Play the entire Test suite
Using this option we can perform test batch execution
Sequential execution of test cases based on functionality flow in application is called as Test Batch execution

Q. when to use Selenium IDE and WebDriver
In following scenarios we use Selenium IDE:
Scenario-1: to check whether the application is compatible with selenium for automation
Scenario-2: while creating scripts in WebDriver, if we have any difficulty to identify locators (i.e. Webelement properties)
Scenario-3: to change script into different languages
To automate complete project we prefer WebDriver

2. Explain what are the limitations of Selenium IDE?
-It supports only Firefox & chrome browsers only
-We can’t use Conditional and Loop statements
-We can’t parameterize script
-Reading data from external files like .txt, .xls and DB is not possible
-Can’t generate the customized reports
-Exception handling is not present

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]