Download TOSCA LEVEL 1 CERTIFICATION-WITH 100% VERIFIED SOLUTIONS | NEW STUDY GUIDE and more Exams Nursing in PDF only on Docsity! TOSCA LEVEL 1 CERTIFICATION- WITH 100% VERIFIED SOLUTIONS | NEW STUDY GUIDE Intro Goal: Create and Execute Automated Test cases. SUT: System Under Test Lesson 1 Creating modules (Books, Computers, Accessories) and uniquely identify them via the UL parent tab. Lesson 2 Creating a Test Case (Precondition, order product, start checkout, checkout process, verification of prices, confirmation, verification of success, postcondition) Lesson 3a Adding Modules to Test Cases Ctrl + T = Add a module to a test step Lesson 3b Created 3b test case folder. Moved more modules into the test case. Lesson 4a and 4b Steer the Test Case. Values need added (i.e. Credit card numbers) {RND[10]} = Random 10 digit char {RND[100][999]} = Random 3 digit # between 100 and 999 Dynamic Expressions Syntax: {Command[Parameter]} F9: hides unused test steps Lesson 5 Date Formats Month and Year {Expression[BaseDate][Offset][Format]} Lesson 6a Buffer Lesson 6b Verify Lesson 6C Verify Prices Lesson 7a and 7b Reusable Test Step Blocks are contained within a Test Step Library. Reusable Test Step Block – Test Step that is reusable Lesson 8a Wait On Action Mode - Delays the execution of the next Test Step value by waiting for a specific property or value; the wait duration is dynamic. Maximum duration of Wait On can be changed here: Settings>> TBox >> Synchronization >> Synchronization Timeout during Wait On Module Merge - Allows you to combine 2 Modules Lesson 8a Waiton How to use WaitOn 1. Enter a Property (i.e. Visible or InnerText) as the Value of a TestStep attribute. 2. Enter the value 3. ActionMode set to 'WaitOn' Lesson 8b Created another Testcase.