InterviewSolution
| 1. |
Can Ptf Find Errors And Correct Them? |
|
Answer» As a best practice, while scripts are being recorded, you NEED to INCORPORATE error handling steps WITHIN the tests scripts which you would do otherwise if you were manually testing it. You ALSO need to include verification steps at appropriate stages. So, look for error conditions online as part of the transaction and incorporate the error handling into your test SCRIPT.Whether you can issue a corrective action within the test script itself depends on whether that can be executed within the same transaction in PeopleSoft. As a best practice, while scripts are being recorded, you need to incorporate error handling steps within the tests scripts which you would do otherwise if you were manually testing it. You also need to include verification steps at appropriate stages. So, look for error conditions online as part of the transaction and incorporate the error handling into your test script.Whether you can issue a corrective action within the test script itself depends on whether that can be executed within the same transaction in PeopleSoft. |
|