0% found this document useful (0 votes)
99 views1 page

Exercise 2 - Testcase Structure and Predefined Test Configuration Parameter

A logical folder structure within Test Cases makes work easier to create and maintain. This exercise teaches how to create a folder structure within a Test Case in Tosca and set a predefined Test Configuration Parameter (TCP) like browser type. Key steps are to navigate to Test Cases, create a folder structure for a sample Test Case on shipping costs with steps like precondition and verification, and set the TCP "Browser" to "InternetExplorer" on the Test Case level. Organizing Test Cases into a logical structure and setting common parameters standardizes testing.

Uploaded by

Anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views1 page

Exercise 2 - Testcase Structure and Predefined Test Configuration Parameter

A logical folder structure within Test Cases makes work easier to create and maintain. This exercise teaches how to create a folder structure within a Test Case in Tosca and set a predefined Test Configuration Parameter (TCP) like browser type. Key steps are to navigate to Test Cases, create a folder structure for a sample Test Case on shipping costs with steps like precondition and verification, and set the TCP "Browser" to "InternetExplorer" on the Test Case level. Organizing Test Cases into a logical structure and setting common parameters standardizes testing.

Uploaded by

Anand
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Exercise 2 - TestCase Structure and Predefined Test Configuration Parameter

Objective
By the end of this exercise, you will be able to create a logical TestCase structure within Tosca and set a predefined Test
configuration parameter (TCP).

Why is this important?


A logical folder structure within your TestCase makes your work easier to create and maintain. Test configuration parameters
are used to apply specific values to various TestCases; defined for various object types. A common TCP is to set the browser
that Tosca is using to test.
Key elements:

Test
TestCase TestCaseFolder configuration
parameter
Instructions

1. Navigate to the TestCases section.


Create a TestCaseFolder named “TestCase 1”. Within this new Folder, create a Folder named “2 TestCase
2.
Structure and TCP”.

3. Within the TestCase 1 subfolder, create a TestCase named “Shipping Costs”.

Create the following TestStepFolders within the TestCase you just created:
• Precondition
• Order Product
• Start Checkout
4. • Checkout Process
• Verification of Prices
• Confirmation
• Verification of Success
• Postcondition
On the TestCase level create a Test configuration parameter named “Browser” with the value
5.
“InternetExplorer“.
6. On the “Details” tab on the TestCase level, change the TestCase WorkState from “PLANNED” to “IN_WORK”.

Hints
»» The folder structure follows the path taken through the application to order a product
»» Use the shortcut “Ctrl+N, Ctrl+F” to create a new folder
»» Use “Ctrl+,” to create a folder on the same level
»» Folder structures might change during the process of TestCase creation. Folders might need to be added or
deleted – this is normal

11

You might also like