Forum Discussion

gdave's avatar
gdave
Regular Contributor
7 years ago
Solved

Fetching data from other test case

Hi   Say I have Test 1 which creates a client record using first name, last name, dob etc using a parameter.   Then, Test 2 is to about editing client records which were created in Test 1.   No...
  • shankar_r's avatar
    shankar_r
    7 years ago

    Then your best option would be using Project Variable,

     

    • Store your values into Project Variables in 1st KeywordTest
    • Make use of that Project Variable in upcoming KeywordTests

    This link will help you in work with Project Variable