question

palemerald avatar image
palemerald asked palemerald posted

Calrification needed in iTest reports.

Hello,

 

Can Some one tell me what this HTML report means. I am just pasting a snip from my report. I would like to know what each field means here. Looks like internally for every command that gets executed, iTest is trying to apply some global analysis rules to verify the response. But can some one explain from this output what does the number present in the regexp pattern correspond to and finally what the interpreter is trying to assert.

 

5.2.4.1 command dut2 00:32:47.3 00:00:00.8
Command: exit all

Post-Processing:  

event OnApplicableMapsNotFound
analyze
  regex (\\[02910872\\]|\\[02670135\\]|\\[02690400\\]|\\[02690399\\]|\\[02690397\\]|\\[02690398\\]|\\[02690563\\]|\\[02690128\\]|\\[02910882\\]|\\[02910917\\]|\\[02910879\\]|\\[02912544\\]|\\[02690248\\]|\\[02910885\\]|\\[02910272\\]|\\[02760131\\]|\\[02670543\\]|\\[02910140\\]|\\[03540141\\]|\\[02910881\\]|\\[02910778\\]|\\[02911024\\]|\\[02910873\\]|\\[02910911\\]|\\[02760434\\]|\\[02760379\\]|\\[02910919\\]|\\[03200290\\]|\\[02651100\\]|\\[02760156\\]|\\[02910841\\]|\\[02690080\\]|\\[\\d+\\]\\s*\\:\\s*Cannot): assert $value != ""
analyze
  regex (\\[02810001\\]): assert $value != ""


5.2.4.2 command dut2 00:32:48.1 00:00:01
Command: enable config

Post-Processing:  

event  OnApplicableMapsNotFound

analyze
  regex (\\[02910872\\]|\\[02670135\\]|\\[02690400\\]|\\[02690399\\]|\\[02690397\\]|\\[02690398\\]|\\[02690563\\]|\\[02690128\\]|\\[02910882\\]|\\[02910917\\]|\\[02910879\\]|\\[02912544\\]|\\[02690248\\]|\\[02910885\\]|\\[02910272\\]|\\[02760131\\]|\\[02670543\\]|\\[02910140\\]|\\[03540141\\]|\\[02910881\\]|\\[02910778\\]|\\[02911024\\]|\\[02910873\\]|\\[02910911\\]|\\[02760434\\]|\\[02760379\\]|\\[02910919\\]|\\[03200290\\]|\\[02651100\\]|\\[02760156\\]|\\[02910841\\]|\\[02690080\\]|\\[\\d+\\]\\s*\\:\\s*Cannot): assert $value != ""

analyze
  regex (\\[02810001\\]): assert $value != ""


5.2.4.3 command dut2 00:32:49.1 00:00:01

 

Command: no interface ge-1/8/2/3

Response:

 

[02910284] : Interface does not exist.

Post-Processing:   event
            OnApplicableMapsNotFound
analyze
  regex (\\[02910872\\]|\\[02670135\\]|\\[02690400\\]|\\[02690399\\]|\\[02690397\\]|\\[02690398\\]|\\[02690563\\]|\\[02690128\\]|\\[02910882\\]|\\[02910917\\]|\\[02910879\\]|\\[02912544\\]|\\[02690248\\]|\\[02910885\\]|\\[02910272\\]|\\[02760131\\]|\\[02670543\\]|\\[02910140\\]|\\[03540141\\]|\\[02910881\\]|\\[02910778\\]|\\[02911024\\]|\\[02910873\\]|\\[02910911\\]|\\[02760434\\]|\\[02760379\\]|\\[02910919\\]|\\[03200290\\]|\\[02651100\\]|\\[02760156\\]|\\[02910841\\]|\\[02690080\\]|\\[\\d+\\]\\s*\\:\\s*Cannot): assert $value != ""


analyze
      regex (\\[02810001\\]): assert $value != ""

iTestresults and reporting
10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

palemerald avatar image
palemerald answered palemerald posted

Thanks WeiD and Kumar   for   your responses.

 

Yes there was a global analysis rule defined in the Base session profile used by my session and this was causing it to be applied for every step being executed in the tc. Let me confirm it with my team why that rule is required.

 

Thanks for your time.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

KumarS avatar image
KumarS answered KumarS posted

iTest does not have any built in analysis rules. So your testcase, session profile or testbed has this "regex" analysis rule which is getting evaluated. Someone in your group has added this global rule which is getting evaluated on every step. You can check global rules in your testcase editor or testbed editor or session profile editor.

 

If you export your test report from iTest as a "fftz" file and attach it, we may be able to tell more. (You can open the Test Reports view and then select the test report and then use File->Export->iTest->Test Report as compressed file to export this file).

 

Generally these numbers look like unicode character codes - but it will be impossible to tell without looking at your report.

10 |950

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.