Challenge Overview
In this challenge, we need a python script that can execute all the steps in automated manner as mentioned in the test cases. Also needs to capture a full video of execution and associated screenshot at each step, and fill the table with Pass/Fail execution result.
For example, the execution result of a test case can be like the following:
------------------------------------------------------------------------
Execution result of test case 1: <Test Case Name>
------------------------------------------------------------------------
Step 1 Pass
------------------------------------------------------------------------
Step 2 Pass
------------------------------------------------------------------------
Step 3 Fail
------------------------------------------------------------------------
Final status Fail
------------------------------------------------------------------------
The test cases file will be provided in the challenge forum.
Scope
The test case "SFB_004_Add contact" in the "Skype For Business" tab is in scope.
Final Submission Guidelines
-
Python script code
-
Execution instruction (Deployment guide)
-
Result / output post execution. (Both test completion table and screen shot as proof of execution)
-
A video of executing the script.