Proof Version 6.2 - 10/04/2015

Proof 6.2 has the following enhancements and bug fixes:

  •     If/Else is now a Proof command. However, wizards do not support it yet. Here is an example of this command:

SET_WEB joining_date_1 LOCATOR unit_test.cell.joining_date_row_1 NODE TEXT
SET_WEB employee_name_1 LOCATOR unit_test.cell.employee_name_1 NODE TEXT "\s"
IF DATE 'MM/DD/yyyy' @joining_date_1 > 10/10/2002
    SET_WEB joining_date_2 LOCATOR unit_test.cell.joining_date_row_2 NODE TEXT
ELSEIF TEXT @employee_name_1 = "John"
    WAIT 10
ELSEIF TEXT @employee_name_1 = "JohnAbraham"
    GET_URL http://proof.subject-7.com/html/unitTest.html
    SET_WEB range_1 LOCATOR unit_test.text.digit_range_1 NODE TEXT
    SET_WEB range_2 LOCATOR unit_test.text.digit_range_2 NODE TEXT
    WAIT 2
ELSEIF TEXT @employee_name_1 = "John"
    GET_URL http://www.subject-7.com
ELSE
    GET_URL http://www.google.com
ENDIF

  •     If rerun of a failed test case passes, the overall status of the execution set is marked as pass now as opposed to fail
  •     Now, you can search for a test case based on its test case id in the Test Library page
  •     Headless (i.e. no browser) support is now added to both cloud run and local run
  •     EXECUTE_SCRIPT command is now taking an optional second parameter where you can specify a unique text to note which tab/window/popup to apply the Javascript snippet to. This enhanced command is as follows: EXECUTE_SCRIPT script "popup unique text"
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.