Turn your manual testers into automation experts! Request a DemoStart testRigor Free

Release Notes: Indexing dropdowns, DNS proxy, Kobiton Integration, Database Connection

Last week, we simplified the database connection string.

Selects/Dropdowns

  • We included a new way to select an option in a dropdown/select by its position. This way will try to select the option only by index and will fail if it is not possible. Here are some examples of the command:
select option 10 from "dropdown"
select 1st option from "dropdown"
select second option from "dropdown"

Proxy

  • We added an option to specify custom DNS servers for Android devices provided by tR.
  • This option can be found in the Settings section of your testRigor UI inside the Proxy tab (Only in suites for Android).

Integrations/Infrastructure Provider

  • testRigor can now run native mobile tests using Kobiton as an external infrastructure provider. 

Database Connection

  • We included a dropdown to select the JDBC by database.
  • We also added separate fields for username and password of the connection.
  • The username and password of the connection string can be overwritten in test cases using the variables “usernameJDBC” and “passwordJDBC“. 
    • Expressions like the following may be used:
save stored value "user2" as "usernameJDBC"
save stored value "pwdUser2" as "passwordJDBC"
Related Articles

Release Notes: API (Multiple body parameters)

This week, we released the ability to use multiple body parameters for API calls. API calls It is now possible to use more than ...

Release Notes: if/else, time zones

This week, we released if/else logic and the ability to set the time zone your cases run in. Conditionals We have released the ...