Philip_Baird
12 years agoCommunity Expert
Orchestrating script based execution
Hi, I am looking at putting together some automated script based testing and was wondering what the preferred way of orchestrating script execution was.
So far, I have used KeywordTests, where each keyword test represents a particular use case to be tested.
I used the following approach:
1. Define appropriate steps required
2. Code (or reuse) script functions for each step
3. Create a Keyword Test
4. Add each script function to the keyword test in order of required execution
5. Run Keyword Test
Is this an acceptable practice, or is there another, preferred, way of orchestrating script based tests?
So far, I have used KeywordTests, where each keyword test represents a particular use case to be tested.
I used the following approach:
1. Define appropriate steps required
2. Code (or reuse) script functions for each step
3. Create a Keyword Test
4. Add each script function to the keyword test in order of required execution
5. Run Keyword Test
Is this an acceptable practice, or is there another, preferred, way of orchestrating script based tests?