Forum Discussion

macheshmeh's avatar
macheshmeh
Contributor
6 months ago
Solved

Parameter the routins and tests

I want to use a routin (method) in different tests, depend to the test it has to use the routin with required test data   I mean if Test 1 use reusable method with Data1 if Test 2 use reusab...
  • rraghvani's avatar
    6 months ago

    Create a function with two parameters which accepts input (data) and output (test). Assuming Data1/2/3/4 is the input and Test1/2/3/4 is the output results (or visa-versa)