View Source AWS.AppTest (aws-elixir v1.0.4)

AWS Mainframe Modernization Application Testing provides tools and resources for automated functional equivalence testing for your migration projects.

Link to this section Summary

Functions

Link to this section Functions

Link to this function

create_test_case(client, input, options \\ [])

View Source

Creates a test case.

Link to this function

create_test_configuration(client, input, options \\ [])

View Source

Creates a test configuration.

Link to this function

create_test_suite(client, input, options \\ [])

View Source

Creates a test suite.

Link to this function

delete_test_case(client, test_case_id, input, options \\ [])

View Source

Deletes a test case.

Link to this function

delete_test_configuration(client, test_configuration_id, input, options \\ [])

View Source

Deletes a test configuration.

Link to this function

delete_test_run(client, test_run_id, input, options \\ [])

View Source

Deletes a test run.

Link to this function

delete_test_suite(client, test_suite_id, input, options \\ [])

View Source

Deletes a test suite.

Link to this function

get_test_case(client, test_case_id, test_case_version \\ nil, options \\ [])

View Source

Gets a test case.

Link to this function

get_test_configuration(client, test_configuration_id, test_configuration_version \\ nil, options \\ [])

View Source

Gets a test configuration.

Link to this function

get_test_run_step(client, step_name, test_run_id, test_case_id \\ nil, test_suite_id \\ nil, options \\ [])

View Source

Gets a test run step.

Link to this function

get_test_suite(client, test_suite_id, test_suite_version \\ nil, options \\ [])

View Source

Gets a test suite.

Link to this function

list_tags_for_resource(client, resource_arn, options \\ [])

View Source

Lists tags for a resource.

Link to this function

list_test_cases(client, max_results \\ nil, next_token \\ nil, test_case_ids \\ nil, options \\ [])

View Source

Lists test cases.

Link to this function

list_test_configurations(client, max_results \\ nil, next_token \\ nil, test_configuration_ids \\ nil, options \\ [])

View Source

Lists test configurations.

Link to this function

list_test_run_steps(client, test_run_id, max_results \\ nil, next_token \\ nil, test_case_id \\ nil, test_suite_id \\ nil, options \\ [])

View Source

Lists test run steps.

Link to this function

list_test_run_test_cases(client, test_run_id, max_results \\ nil, next_token \\ nil, options \\ [])

View Source

Lists test run test cases.

Link to this function

list_test_runs(client, max_results \\ nil, next_token \\ nil, test_run_ids \\ nil, test_suite_id \\ nil, options \\ [])

View Source

Lists test runs.

Link to this function

list_test_suites(client, max_results \\ nil, next_token \\ nil, test_suite_ids \\ nil, options \\ [])

View Source

Lists test suites.

Link to this function

start_test_run(client, input, options \\ [])

View Source

Starts a test run.

Link to this function

tag_resource(client, resource_arn, input, options \\ [])

View Source

Specifies tags of a resource.

Link to this function

untag_resource(client, resource_arn, input, options \\ [])

View Source

Untags a resource.

Link to this function

update_test_case(client, test_case_id, input, options \\ [])

View Source

Updates a test case.

Link to this function

update_test_configuration(client, test_configuration_id, input, options \\ [])

View Source

Updates a test configuration.

Link to this function

update_test_suite(client, test_suite_id, input, options \\ [])

View Source

Updates a test suite.