You are on page 1of 4

SEPP testing framework

Summary :- The SEPP testing framework is meant to use for


testing the SEPP product environment. Pre generated test cases
in the form of le would be the input for this framework and it will
produce result in a separate le with status of passed or failed.

Prerequisite:-
Python (>= 3.6)
pycurl (7)
certi

Work ow :-

Given :- There would be input le which contains the test cases


and there expected output to be veri ed, there may or may not be
a le mentioning the speci c test cases to be checked referring to
the input le.

To achieve :- create a le which contains the veri cation of test


cases provided in input le and referred inside the speci c test
case le (if exists).
fi
fi
fl
fi
fi
fi
fi
fi
fi
fi
fi
fi
fi
fi
Approach :-

Scenario 1 :- If le containing speci c test cases exists and have


correct values.
Iterate over all the test cases of speci c test case le and checked
for the referred test case from input test le, verify and push the
result into the respective output les.

Scenario 2 :- If le containing speci c test cases does not exists


or have incorrect values.
Iterate over all the test cases of input test case le , verify and push
the result into the respective output les.
fi
fi
fi
fi
fi
fi
fi
fi
fi
fi

You might also like