Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Kwon tests - Add item to cart:

View file
nameKwon.side

...

Reference

webpage : https://selenium.dev/selenium-ide/

Docs : https://selenium.dev/selenium-ide/docs/en/introduction/getting-started

install for chrome : https://chrome.google.com/webstore/detail/selenium-ide/mooikfkahbdckldjjndioackbalphokd

...

Organizing your tests

Tests

You can add a new test by clicking the + symbol at the top of left side-bar menu 

Suites

Tests can be grouped together into suites.

...

Command-line Runner

https://selenium.dev/selenium-ide/docs/en/introduction/command-line-runner

Code Expert

Supported Exports

Currently, export to the following languages and test frameworks is supported.

  • C# NUnit

  • Java JUnit

  • JavaScript Mocha

  • Python pytest

https://selenium.dev/selenium-ide/docs/en/introduction/code-export

...

API Reference

Commands

https://selenium.dev/selenium-ide/docs/en/api/commands

  • open

  • click

  • echo - Prints the specified message into the third table cell in your Selenese tables. Useful for debugging.

  • run script

  • if ~ else

  • select

  • wait for element visible - Wait for a target element to be visible on the page.

  • execute script

    • Executes a snippet of JavaScript in the context of the currently selected frame or window. The script fragment will be executed as the body of an anonymous function. To store the return value, use the 'return' keyword and provide a variable name in the value input field.

Image Added

...

Intergrate with jenkis : After Test

Image Added