Skip to content

Creating Scenarios and Assembling Test Scripts | Mobile app

This article is a part of the Self-paced Learning Series for the Course: Mobile app Testing Course of Worksoft SaaS.

Please refer to the link for more details on the Course.
 
 Mapping the Worksoft SaaS feature to the Course Context :: Lesson 3 :: Topic 3


1. Creating Scenarios and Assembling the Test Scripts of Test Case 1
To perform a test (on the Worksoft SaaS cloud) for our Test Case 1we will assemble the 2 Test Scripts into Scenarios. 

Now we will create first scenario, the first Test Script (Enters and Submits the input values for HICC and also calculates the Results) and second Test Script (Verifies the Actual Results with the Expected Results) contain the steps to perform the actual function. Hence, we will combine these two Test Scripts into one Scenario.


As we know that Versioning is applicable to any entity in Worksoft SaaS, in this module, we will apply this concept to the Scenario entity.
       
2. Practice:

Create the first Scenario: 

       1. Click 'Create' and enter Scenario name 'Perform data inputs and Verify results for 'HICC - State = NJ Zip = 08817 Age = 45 Income = $20000'
       2. Find the 2nd Test Script 'Enter & Submit Inputs for HICC - State = NJ Zip = 08817 Age = 45 Income = $20000' and click the + button to pick this Test Script
       3. Find the 3rd Test Script 'Verify Results of the HICC - State = NJ Zip = 08817 Age = 45 Income = $20000'' and click the + button to pick this Test Script
       4. Scroll down to the Selected Test Scripts section and double-check if both the Test Scripts are added in the correct sequence. If not, drag and drop to arrange them.
      5. Scroll to the top and click 'Save as WIP and Exit'.

Please Note:
  • The Scenario Names suggested are only for the purpose of this Training. As a best practice, we do not recommend lengthy names, adding sequence numbers or test data in the name.
  • Once the Scenarios are created, there are many action buttons available to be used for various purposes, we will discuss the importance of each action in the later part of the course.
  • We will not be creating a Successor Scenario in this course, as we do not have the need to use it. However, the process of creating a Successor Scenario is the same as the Predecessor Scenario.
         

Feedback and Knowledge Base