Versions Compared

Key

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

1- Goto_URL

  • Enter a specific website address in the URL text box using the following format:

https://yourwebsite.com

  • Run your test case to make sure navigation is successful.

...

2- Click

  • Define a locator for this command using Gutenberg so that the test case will look for this object and click on it.

...

  • The login links as found in the website used are as follows (https://reference.subject-7.com)

...

  • Run your test case to make sure that the object was clicked successfully.

3- Fill

  • Define a locator for this command using Gutenberg so that the test case will look for this object.

...

  • The text box as found in the website used are as follows (https://reference.subject-7.com)

...

  • Enter a value in the Value field so that the test case will fill this object with this value.

...

  • Run your test case to make sure that the object was filled successfully.

  • Other command options:

A- JavaScript Prompt: If you are using this on a prompt that requires a text input, click JavaScript Prompt and enter the value.

...

Fill Result:

...

B- Clear: to clear the text box before entering your value, use this option. Otherwise, the command will append your text to the value already entered in the text box.

Result without using Clear (original value was “Please enter your email address”).

...

Result with using Clear:

...

4- Clear

...

Define a locator for this command using Gutenberg so that the test case will look for this object and clear all values inserted in this object wherever you need.

...

The next sections include examples for each command in Subject7 that you can use to understand how it works. Each page contains information related to a single command. You can navigate to User’s Guide page to see all commands in the directory or you can expand the list on your left pane to view them one by one.