버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

  • Manual-type environments are available for any licensed version of TESTaide. Environments of these types do not allow for any automated testing and contain basic text-based steps meant to indicate external testing steps.

  • Server-type environments are available for the Pro version of TESTaide. Server-type environments are used for Python-based scripting for automated testing that are is executed directly on the host machine.

  • Hub-type environments are available for the Pro version of TESTaide. Hub-type environments are also used for Python-based scripting for automated testing though they are executed on an external machine with a Selenium hub + nodes running.

...

Environment

Field

Description

Manual, Server, & Hub

Platform

This is the operating system of the host machine. TESTaide currently allow Linux, Windows, Mac, iOS, & Android systems.

Browser

The browser the environment uses. TESTaide currently allow Chrome, Firefox, Microsoft Edge, & Internet Explorer.

Environment Name

The name is automatically generated in the format of ‘Type-Platform-Browser’. You can alternatively enter another name to your liking.

Browser version (Optional)

The current browser version of the environment.

You can usually find the version by opening your selected browser, clicking the settings on the top-right (☰, ⚙︎, ⁝) of the browser, and selecting the Help or About option.

Tags (Optional)

Tags are used to quickly search and find items via the search bar on the header navigation. A tag is created by entering a string of characters followed by pressing the ‘Enter’ key on the keyboard.

Description (Optional)

The maximum length for the description is 1000 characters.

Environment Name

The name is automatically generated in the format of ‘Type-Platform-Browser’. You can alternatively enter another name to your liking.

Server Only

Browser Path

Enter the path to where the browser is installed, refer to the examples below

Windows:

C:/Program Files/Google/Chrome/Application/chrome.exe

Linux:

/usr/bin/google-chrome

Driver File Path

Enter the path to where the webdriver is installed, refer to the examples below

Windows:

C:/TESTaide/Webdriver/chromedriver.exe

Linux:

/opt/TESTaide/Webdriver/chromedriver

Hub Only

Address

Enter the IP address of the Selenium hub.

Port

Enter the port of the Selenium hub.

...

Once an environment has been created, you can interact and view with the environment by clicking on its name, which redirects you to the detailed page for that environment. From here are some further interaction interactions that become available to the user.

정보

Note that if there are no available IP-addresses, the Hub creation popup window will not allow you to create the environment and will show you an error message. Please refer to this guide on installing a TESTaide Infrastructure Agent for Hub environments.

Edit Environment

You are able to edit some of the information about the environment by clicking on the desired environment, and when you have been redirected to the detailed page of the environment

...