AWS::AppTest::TestCaseCreates a test case for an application. For more information about test cases, see [Test cases](https://docs.aws.amazon.com/m2/latest/userguide/testing-test-cases.html) and [Application Testing concepts](https://docs.aws.amazon.com/m2/latest/userguide/concepts-apptest.html) in the *AWS Mainframe Modernization User Guide* .
import { CfnTestCase } from 'aws-cdk-lib/aws-apptest';Or use the module namespace:
import * as apptest from 'aws-cdk-lib/aws-apptest';
// apptest.CfnTestCaseConfiguration passed to the constructor as CfnTestCaseProps.
nameRequiredstringThe name of the test case.
stepsRequiredIResolvable | IResolvable | StepProperty[]The steps in the test case.
descriptionOptionalstringThe description of the test case.
tagsOptional{ [key: string]: string }The specified tags of the test case.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-apptestAWS::AppTest::TestCase