Proof version 6.5 - 01/22/2016

Proof version 6.5 has the following enhancements and bug fixes:

  • Break point functionality is added for new local player to allow easier debugging: You can double click on the step number, and it will add a break point (i.e. red dot) under the B column of the test case edit page for that step. When you execute/run a test case locally, it will stop at the step with break point and you can click on the play button again to have it resume through the rest of the test case.
  • Performance for reporting page has significantly improved.
  • LOOP functionality is added to Proof with the following syntax. Wizard for this command to be released in a future release.
    • LOOP counter 1 3 1   (The initial number is the start of the loop index, the second number is the last loop index, and the last number is the loop increment)
      • SET_WEB … (You can use @counter to reference each look iteration inside the LOOP command)
      • CLICK …
    • LOOP_END
  • Widget highlighting (flashing green) for IE test case execution is added.
  • New local player scrolls down automatically now while steps are executing.
  • Check-in a test case now prompts the user that the modifications to the test case will be saved alongside the check-in. Answering no will not save the test case.
  • Save button is now available in Advanced View.
  • Regular expression used in the exclusion of a command upon saving of it used to remove all the commas and add additional spaces. This is fixed now.
  • Editing a test case in pause mode used to cause the cursor position to change. This is fixed now.
  • When a checked out test case in Advanced View is checked in while still in this view, the test case was still editable. This is fixed now.
  • Skipped steps are now preserved when going back and forth between Advanced and Grid views.
  • Filtering is added to all levels of cloud executions. In order to filter, click on “Add new” at any level and set your specific filter for reporting.
  • You can now drill down in the cloud runs by just clicking on the arrow to the left of the name of the test report in the same view as opposed to having separate tabs.
  • Proof is now keeping the history of changes for Test artifacts: Locator, Data Templates, DB Connections, SSH Connections, SOAP Connections, Queries, and Code Snippets. In order to see the history of changes, simply go to each test asset and click on “History” which will show you a list of all versions of that asset. Now, you can click on the link for the version of interest to see the modifications between the existing and that version side-by-side with the list of changes highlighted in yellow. In this view, you can pick and choose which field of which version to use in your existing test asset and then save it that way.
  • You can now search by Test case id at the Test Library page.
  • No Group 5 Exception is fixed.
  • Selenium is upgraded to 2.48.2
  • References functionality is added to the DB Connections page.
  • References functionality is added to the Query Management page.
  • Function reference is fixed to bring up the actual step within the test case where function is being used at.
  • User guide is updated to reflect 508 functionality. Please note that 508 is an add-on feature of Proof.
  • SET_WEB now has the timestamp functionality to generate unique values.
  • Other minor bug fixes and enhancements.
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.