How to check if provided QA Checker settings file has been used during verification

Hi there,

Do you know if it's possible to see if the provided QA Checker settings file has been used during verification? In the exported QA report maybe?

Thanks,
Evelyn

emoji
Parents
  • ,

    If you mean that if there is a reference to the QA settings file in the QA report, I don’t think so.

    Things you can do:

    • Import the file and ensuring that it’s really there (by browsing the QA settings), and then save the project as a project template, so next time you create a project from that project template, you know that those settings are there.
    • I prepend an underscore character (_) to every regex Description in QA Checker. So if I run QA Checker and I see messages with the leading underscore, I know that my QA settings has been imported.
    • You can type an ad-hoc error in the target segment, one you know it’s being checked by the QA settings. In this way, you verify that the corresponding error message is thrown as soon as the segment is confirmed in Editor.

    Not sure if your question has been addressed…

    emoji
Reply
  • ,

    If you mean that if there is a reference to the QA settings file in the QA report, I don’t think so.

    Things you can do:

    • Import the file and ensuring that it’s really there (by browsing the QA settings), and then save the project as a project template, so next time you create a project from that project template, you know that those settings are there.
    • I prepend an underscore character (_) to every regex Description in QA Checker. So if I run QA Checker and I see messages with the leading underscore, I know that my QA settings has been imported.
    • You can type an ad-hoc error in the target segment, one you know it’s being checked by the QA settings. In this way, you verify that the corresponding error message is thrown as soon as the segment is confirmed in Editor.

    Not sure if your question has been addressed…

    emoji
Children