Group discussion: Testing methodologies, Scenario 1/2

Suggested answers to Scenario 1:

  1. SysTest framework for Unit testing​
    Yes [Rationales: Scenario 1 has two parts. The first part consists of validation to select the insurance vendor in the fixed asset table. This requires development, which can be tested by developing unit test code using SysTest framework]​
  2. Import task recorder to generate test code
    Yes [Rationales: You can generate the test code for the entire business process by importing the task recorder and perform the entire test together. Hence this is another possible option]​
  3. ​Acceptance test library​
    Yes [Rationales: The second part of the business scenario if managing insurance and premiums. This requires testing of different combination of data. ATL can generate data and test the scenario. Hence this is also a good option]​
  4. ​Regression Suite Automation Tool​
    Yes [Rationales: RSAT lets you test the entire scenario including the UI simulation. This scenario has significant UI interaction. Hence, it is a right candidate for RSAT]​
  5. Performance SDK​
    No [Rationales: This is not a data heavy business process and doesn’t require performance testing]​