Skip to main content

Source Code Change View

Testspace updates the spec with source changes and now only notifies users when the case name has been changed or deleted and has existing status. Using the hello.md spec as an example, and modifying Test Case One name (i.e. (mod) added):

# Hello
This is a manual test.

## Test Case One (mod)
Some description here.

* check this
* check that

## Test Case Two
Some description here.

* check this
* check that

The listing will visually indicate the status may be mismatched due to newer source changes.

Listing indicating Source Code Change

The spec dialog will include the case name that has been changed (Test Case One (mod)) and strike through the original name while showing its status.

Spec showing new and old case names

Once the spec is re-executed the changed name will no longer be shown.