Hi,
Can you please let me know how to populate the test results in to existing tables?
- Each unit run will have unique number or ID
- Test status is failed or passed: Getting in the Oracle output but not storing in anywhere
- I would like to pass actual and expected queries from other table (how can do?)
- I need full test case information/history like test_id(unique), test_status(P/F), execution_date, Expected result, actual result etc. I need this info in the table it self.
Can you please help for above requirement?