Subject7 version 8.13 - 5/30/2020

Subject7 version 8.13 has the following enhancements and bug fixes:

  • Added support for global variables that can be used across multiple test cases and can be leveraged in different execution sets/load tests. To define and use global variables:
    • Use Set_Global_Var command to define a value to a variable name
    • Run the test case which will define and store the value in the server
    • Go to another test case and use Get_Global_Var which takes the same variable name defined earlier and brings the value stored in the server
    • Entering ‘@’ in any field in your test case followed by the variable name read in the previous step/bullet
    • You can now use the previously defined global variable in your current test case
  • Added support for printing a message or a list into a file stored online which is accessible after executing test cases. To use this functionality:
    • In a step with Print command, select the type 'Message’ to print any message or ‘List’ which can be used to print lists defined earlier in your test
    • In the Target field:
      • you can select 'Console' which prints the values on screen/console and in local player logs.
      • you can also select 'File' as Target which allows printing the result into a CSV file accessible online after executing the test case
    • After execution, the command allows you to download the file or copy the URL for your convenience
  • Added support for larger XLS/CSV lists to be uploaded using Set_List. You can upload files with rows up to 100,000 without degrading performance
  • Added support to move variables displayed in Variables (Watch) window when performing local runs by dragging and dropping them to your convenience
  • Added tool-tip help for local player log levels
  • Fixed a maximum limit for data sets used in Set_List command. You can upload up to 1000 rows and 50 columns
  • Fixed an issue with functions drop-down list not showing available functions unless clicked
  • Fixed an issue with filters in User Management in admin panel
  • Fixed visual issues with date/time boxes in various parts of the platform
  • Fixed an issue with Verify_Element message not showing correctly when used with more than one attempt/interval
  • Fixed an issue with user creation not validating max user limit in admin panel
  • Fixed an issue with Set_List slow speed when generating large lists
  • Fixed an issue with SOAP Connections not exporting correctly in test case export
  • Fixed an issue with Variables showing unencrypted values in cloud executions
  • Fixed an issue with Get_Rest_Value command not displaying the list of available variables
  • Fixed an issue with refresh button resetting sorted results in Test Case Results page
  • Load Testing: Fixed an issue with 'select all' not selecting more than one page
  • Security Testing: Fixed an issue with security report layout
  • Chrome driver is upgraded to version 83.0.4103.39 and supports Chrome version 83
  • Some other minor enhancements and bug fixes
Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Please sign in to leave a comment.