@Honda so in the [GIVEN] field you set the precondition - like open the application/Browser
and in the [WHEN] you perform the action like performing operation and like form filling
and in the [THEN] Field you verify the result when the test case has completed its steps and verifications, you can add the kill Activity.
Yes. How to identify all the process is over or not ?
If we can identify that then we can kill the process accordingly
I am accessing the test data from excel
I am not accessing the excel like what we do using read range activity. If that is the case we know the data table name and its row count.
Here in Test Suite flow is
In work flow right click - create test data
Right test data file - Add test case here i attach the excel file
When we run the test case it will internally access all the rows from the excel file. Hence we not aware of the dt name etc.
Assume there are 5 test data (dynamic) in input excel. How to determine after entering all the data now it’s time to close the browser ?