Rational Functional Tester Question:
Explain what are the verification methods?
Answer:
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.
- 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.
Previous Question | Next Question |
Explain what is the purpose of a test object map in Rational Functional Tester? | Explain what is a datapool its contents and creation process? |