Rational Functional Tester Question:
Download Job Interview Questions and Answers PDF
Tell me what are the steps to perform automation process using RFT?
Answer:
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.
- 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.
Download Rational Functional Tester Interview Questions And Answers
PDF
Previous Question | Next Question |
Can you please explain about Test Managers in RFT.? | Explain how data driven testing is useful in RFT? |