Simple basic automation framework with base components, one can always make it as complicated as they want. But over the years this has been the basic structure for me.
Components:
1) Data Files: You store your test data here in XML, JSON, or any other format that you are going to read it from.
2) Test Script: This will store your scripts/code that you wish to execute/run using the Data Files.
3) Reporting and Logging: This is where you will receive your debug, error and reporting logs. You can define these as checkpoints in your script/code.
4) Client: This is where all the fun takes place(automated script execution), I call it sit and watch place!
Components:
1) Data Files: You store your test data here in XML, JSON, or any other format that you are going to read it from.
2) Test Script: This will store your scripts/code that you wish to execute/run using the Data Files.
3) Reporting and Logging: This is where you will receive your debug, error and reporting logs. You can define these as checkpoints in your script/code.
4) Client: This is where all the fun takes place(automated script execution), I call it sit and watch place!
1 comment:
Nice Explanation but still pretty basic. Looking for detailed one in next post.
Post a Comment