-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update filenames to reflect new test ID format #56
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is in line with my understanding that the revised test case id is generated based on the following logic:
- "06.1" points to baseline test "6.1 Test Procedure for Meaningful Images"
- "-" hyphen separator
- "1" points to the appropriate baseline test step
- "-" hyphen separator
- "fail" expected outcome of this test case
- "-" hyphen separator
- "1" points to an incrementor that can be any value that results in a unique composite test case id
Thanks for the review, @akingkci! These were updates only to the test files filenames. Similar updates are needed for the test case "TC" filenames and for the link in the TC to the test files. Added issue #57 for this. |
Got it 😊
From: Kathy Eng <[email protected]>
Sent: Tuesday, January 26, 2021 6:03 PM
To: Section508Coordinators/baselinealignment <[email protected]>
Cc: Alan King <[email protected]>; Mention <[email protected]>
Subject: Re: [Section508Coordinators/baselinealignment] Update filenames to reflect new test ID format (#56)
Thanks for the review, @akingkci<https://github.com/akingkci>!
These were updates only to the test files filenames. Similar updates are needed for the test case "TC" filenames and for the link in the TC to the test files. I'll add a separate issue for that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://github.com/Section508Coordinators/baselinealignment/pull/56#issuecomment-767884993>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMXWVN7RF3T5W4FO7II74WLS35C4DANCNFSM4WTTBA4A>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me too. I think we'll need to come back and update some links but that can be a separate update.
Updated test ID Format: [Baseline Test ID#]-[test step #]-[pass/fail/dna]-[reference #]