⟩ Tell me what are the steps to perform automation process using RFT?
1. Recording of Test Scripts:
- Test scripts are recorded on the fly, while the user navigates through application.
- Verification points are inserted for validating the system response, which makes the test scripts data-driven.
2. Enhancing Test Scripts:
- Conditional branching, refactoring, handling exceptions are performed for additional functions.
3. Playing Back the Scripts.
- Scripts execution on certain application under test to emulate the actions that are already performed during recording of the scripts is done.
- Drawing conclusion , logging the discrepancies are performed in order to address the desired issues / regression issues of application functionalities.