Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Webship-js: When I click "link"
webship.co
webship.co

Posted on

     

Webship-js: When I click "link"

This step definition is used as a command to click a link, to correctly navigate to a specific page that expects to navigate to.

When (I|we)* click "([^"]*)?"

Define the step of clicking the link with the specified id|class|name|title|text.

Example (1) by text:

When I click "Contact Us"
Enter fullscreen modeExit fullscreen mode

Example (2) by id|class|name:

When we click "contactUs"
Enter fullscreen modeExit fullscreen mode

Real example testing on thewww.un.org/en
site.

Feature: Check header menuAs an anonymous userI want to be able to visit the home pageTest the header menu so that I know that it is working Scenario: Check header menu   Given I am on the homepage    When I click "About Us »"    Then I should see "About Us"    When I click "Our Work »"    Then I should see "The United Nations coordinates its work with the funds, programmes, specialized agencies and other organizations of the UN System."    When I click "Events and News"    Then I should see "Discover what the United Nations is doing to address the key issues facing the international community."    When I click "Get Involved"    Then I should see "Get Involved"
Enter fullscreen modeExit fullscreen mode

Watch the recorded video of the robot while running the automated functional testing feature

https://www.youtube.com/watch?v=2SGv6DMM3Ag

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

Love to help in speeding up the work of having Automated Functional Acceptance Testing for products to ship websites in a swift way.
  • Location
    Amman,Jordan
  • Joined

More fromwebship.co

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp