mario_didonna
12 years agoNew Contributor
Changing Windows Forms names
Dear Sir or Madam,
I'm using TestComplete 7.52.678.5 with Windows7 64-bit, testing a framework that draws upon the .NET framework.
When I record an operation inside of a dialog, the name of the dialog is recorded as "wndWindowsForms10Window8app033c0d9d1", but when I play this step back it doesn't work because the name of the dialog is now "wndWindowsForms10Window8app033c0d9d1"; the last character is different.
I need some logic that will just identify an opening string in the name of a Windows Form name so that I can send the playback command to the right destination. Can someone help me with this topic?
Yours sincerely, Mario
I'm using TestComplete 7.52.678.5 with Windows7 64-bit, testing a framework that draws upon the .NET framework.
When I record an operation inside of a dialog, the name of the dialog is recorded as "wndWindowsForms10Window8app033c0d9d1", but when I play this step back it doesn't work because the name of the dialog is now "wndWindowsForms10Window8app033c0d9d1"; the last character is different.
I need some logic that will just identify an opening string in the name of a Windows Form name so that I can send the playback command to the right destination. Can someone help me with this topic?
Yours sincerely, Mario
Hi ppad ,
there are some JQL functions that you can use.
In your case it would be "issue not in hasTestCoverage()" in a JQL query. Have a look at the docs.
https://support.smartbear.com/zephyr-scale-server/docs/jql-functions.html
But you can also use the traceability reports (even the simple Coverage Report in your case or any of the others). If you filter them by "Issue" using a Jira filter, it will show you the issues (included in that filter) that do not have test cases as well.
Cheers
Josh