-
DarkLight
Commit Selenium Test scripts to a Version Control System
To playback the selenium recorded scripts smoothly as well as commit your Test scripts to version control, follow the below steps:
- Click on the TAF module.
- Go to the Test Transformation tab.
- Choose Selenium as the Test type.
- Enter a label name.
- Click Browse and browse the recorded Test Case using Selenium from your system and upload them. Usually, the file will be in JAVA format.
- Click Upload.
- Find your Test case in the Label section.
- For each label, the following information is displayed:
- Label Name: Label name assigned to the Test case
- Category: Test category i.e., Test Automation or Test Execution
- Status: View the status of the test transformation
- Delete the Test Case: Delete the Test case permanently
- Click on the Open icon to view the test case details on the right side of the screen.Important Note:The Open option will be disabled for Labels that are in transformation in progress status
- Click on the log (
) icon to view the log details.
- If you would like to add further test data to the current test case, do so using Add Test Data option.
- Or, click on the Commit to Version Control button to complete the test transformation process.
- The next screen will allow selecting your Version Control repository and its mapped branch where you will commit.
Was this article helpful?