https://issues.apache.org/bugzilla/show_bug.cgi?id=51824
--- Comment #3 from Adrian Bala <[email protected]> 2011-10-07 20:23:46 UTC --- Hi Guys, let me try to explain it this way. In some TestPlans I have many similar requests which could be group in blocks. ... +block1 // Now I am testing block 1 + GET: request 1 + GET: request 2 + ... +block2 // Now I am testing block 2 + GET: request 1 + GET: request 2 + ... ... I would like to be able to add some comments visible in Tree Listener which I realize with some extra empty requests but would be easier as shown below ... +block1 + Now I am testing block 1 + GET: request 1 + GET: request 2 + ... +block2 + Now I am testing block 2 + GET: request 1 + GET: request 2 + ... ... Is it the idea clearer now or I need to add the screenshot tomorrow? Or maybe there is other way to do that with no requests but I simply do not know it? I would be grateful for any constructive TIPs how to realize it easier. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
