0% found this document useful (0 votes)
102 views4 pages

SEPP Testing Framework Doc

The SEPP testing framework takes test cases from an input file and verifies them, producing a results file with pass/fail statuses. It iterates through test cases in a specific test case file if one exists, otherwise it iterates through all cases in the input file. The results are written to output files.

Uploaded by

Zishan Jawed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
102 views4 pages

SEPP Testing Framework Doc

The SEPP testing framework takes test cases from an input file and verifies them, producing a results file with pass/fail statuses. It iterates through test cases in a specific test case file if one exists, otherwise it iterates through all cases in the input file. The results are written to output files.

Uploaded by

Zishan Jawed
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

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