I am using BPT framework for automation testing and I have two tests as below:
1. Generate Shopping cart on an online shop application
2. Approve the shopping cart with approver's ID
I have created both the tests with reusable components and the data is imported from external excel sheet in both tests. These tests are working well individually, however I want to pass the shopping cart number (dynamically) generated in test 1 to second test for approval...
I am sure this is a very common requirement, but I did not find any such option to parameterize the data from one business process test to another, So I am using a separate excel file to update and read the dynamic data..
I would be happy if I can avoid maintening such extra files ..
Request you to please provide some better solution for this issue.
Thanks,
~Manish