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

Скачать или смотреть [Arabic] Robot Framework Beginner Tutorial 7 - Summary Example

  • Coding in Arabic
  • 2025-12-21
  • 3
[Arabic] Robot Framework Beginner Tutorial 7 - Summary Example
  • ok logo

Скачать [Arabic] Robot Framework Beginner Tutorial 7 - Summary Example бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно [Arabic] Robot Framework Beginner Tutorial 7 - Summary Example или посмотреть видео с ютуба в максимальном доступном качестве.

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

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

Cкачать музыку [Arabic] Robot Framework Beginner Tutorial 7 - Summary Example бесплатно в формате MP3:

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

Описание к видео [Arabic] Robot Framework Beginner Tutorial 7 - Summary Example

#testcases #test #testingautomation #selenium #webautomation #webtesting #paython

** Settings **
Documentation A comprehensive suite covering all Robot Framework concepts.
Library SeleniumLibrary

Test Setup Open Application To Login Page
Test Teardown Close Browser
Force Tags Full_Suite


** Variables **
${URL} https://practicetestautomation.com/practic...
${BROWSER} Chrome
${VALID_USER} student
${VALID_PASS} Password123

** Keywords **
Open Application To Login Page
Open Browser ${URL} ${BROWSER}
Maximize Browser Window

Submit Login Form
[Arguments] ${username} ${password}
Input Text id=username ${username}
Input Text id=password ${password}
Click Button id=submit

** Test Cases **
-- ORIGINAL TESTS --
Verify Successful Login
[Documentation] Positive Test: Checks if a valid user can log in.
[Tags] Smoke Login
Submit Login Form ${VALID_USER} ${VALID_PASS}
Page Should Contain Logged In Successfully

Verify Invalid Login Error
[Documentation] Negative Test: Checks error handling for wrong credentials.
[Tags] Regression Login
Submit Login Form incorrect_user incorrect_pass
#Element Should Be Visible id=error
Page Should Contain Your username is invalid!

Verify Logout Functionality
[Documentation] Functional Test: Checks if the logout button works after login.
[Tags] Regression Logout
Submit Login Form ${VALID_USER} ${VALID_PASS}
Click logout link (Library Keyword)
Click Link xpath=//a[text()='Log out']
Verify we are back at the login page
Element Should Be Visible id=submit
Page Should Contain Test login

Verify Logo Visibility
[Documentation] UI Test: Checks if the main logo is displayed on the page.
[Tags] UI
Verify the image exists using an image locator or ID
Element Should Be Visible css=img.custom-logo
Log To Console UI Check: Logo is visible.

Verify Login With Empty Fields
[Documentation] Negative Test: Checks what happens when no data is entered.
[Tags] Regression Login
Just click submit without calling the 'Input' keywords
Click Button id=submit
Verify error message appears
Element Should Be Visible id=error
Log To Console Negative Check: Empty fields handled.

Created By : Hussein Mikawi
Email : [email protected]
Phone : +201100757603

Комментарии

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

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

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

video2dn Copyright © 2023 - 2025

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