Home > Software engineering >  Implement field in Quality center automatically add 1
Implement field in Quality center automatically add 1

Time:09-24

QC bug has a property called: to open the number, to achieve the following requirements:
When adjust the bug status to reopen, automatic will re-open the number of + 1,
Statements in the script generator, I was like this:
IF Bug_Fields (" BG_USER_08 "). Value="https://bbs.csdn.net/topics/to open" then
Bug_Fields (" BG_USER_02 "). The value=https://bbs.csdn.net/topics/Bug_Fields (" BG_USER_02 "). The value + 1
- including BG_USER_08 is custom bug status, BG_USER_02 to reopen the number

What's the problem with this script?
  •  Tags:  
  • VBA
  • Related