Friday, July 4, 2008

Test Management contents

  • Test Plans
  • Test Script Planner
  • Test Scripts
  • Test Execution Results
  • Defect Reports

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...