Sunday, June 2, 2019

What does Automation Framework should have?

Building Productive automation framework requires -

  1. Proper Exception handling
  2. Recovery abilities
  3. Effective logging
  4. Reporting Functionality
  5. High Maintainability
  6. Extensibility
  7. Reusability
  8. Ease of Development.


1 comment:

Read CSV from S3

 import csv def count_records(csv_file):     record_count = 0     first_line = None     last_line = None     # Open the CSV file and read it...