What are the verification methods? - RFT

What are the verification methods?



The following are the verification methods:

- Case-Sensitive: Verifies the text that is captured during recording exactly with the text that is captured during playback.

- Case-Insensitive: Verifies the text that is captured during recording exactly with the text that is captured during playback in content but not in case of alphabets.

- Numeric Equivalence: Verifies the values that are captured during recording exactly with the values that is captured during playback in content.

- Numeric Range: Verifies the values which are captured during recording fall within a specified range during playback.

- User-defined DLL test function: Sends text to a function which in a DLL, so that custom tests can run. Path specification that includes directory and the name of the DLL is done.

- Selected blank field verification: Verifies the field selected has null values, which has no text or numeric data. The verification point will pass, when the field is blank.
Post your comment