Talk:Capturing Messages: Difference between revisions

From STRIDE Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
Tim - lets discuss.
Tim - lets discuss.


 
<br>
Comment on “Wiki - Getting Started” <br>
Comment on “Wiki - Getting Started” <br>
RE: '''You will be using the FrameworkSetup.pl script to setup packages for a Windows Framework.''' <br>
RE: '''You will be using the FrameworkSetup.pl script to setup packages for a Windows Framework.''' <br>
Perhaps should be “You will be using the FrameworkSetup.pl script to setup a Workspace with packages using a Windows Framework".
Perhaps should be “You will be using the FrameworkSetup.pl script to setup a Workspace with packages using a Windows Framework".
 
<br>
Inconsistency/error in “Wiki – Performing the Exercise
Inconsistency/error in “Wiki – Performing the Exercise
RE: '''One way Command Message with Payload By Value'''
RE: '''One way Command Message with Payload By Value'''
*First bullet states “…with a payload passed by pointer and POOL memory usage.”
*First bullet states “…with a payload passed by pointer and POOL memory usage.”
*“… and a payload consisting of a long field.” It’s not clear to me whether you’re asking for a payload of type long, or a payload of type structure with a single field of type long.  The use of the word field is a little confusing.
*“… and a payload consisting of a long field.” It’s not clear to me whether you’re asking for a payload of type long, or a payload of type structure with a single field of type long.  The use of the word field is a little confusing.
 
<br>
Inconsistency/error in “Wiki – Performing the Exercise”  
Inconsistency/error in “Wiki – Performing the Exercise”  
RE: '''One way Response Message with Payload By Pointer'''
RE: '''One way Response Message with Payload By Pointer'''
*First bullet states “…with a payload passed by value.” – inconsistent with exercise title “By Pointer”
*First bullet states “…with a payload passed by value.” – inconsistent with exercise title “By Pointer”
*“…and a payload consisting of an int field.” Again, is this to be a payload of type int, or a structure with a single field of type int.
*“…and a payload consisting of an int field.” Again, is this to be a payload of type int, or a structure with a single field of type int.
 
<br>
Comment on “Wiki - Two Way Message with Response Payload”
Comment on “Wiki - Two Way Message with Response Payload”
re: with an empty command payload,
RE: with an empty command payload,
Since we define a Stride message as having an optional payload, I think the work empty may be misleading here.  I think no payload is more accurate.  
*Since we define a Stride message as having an optional payload, I think the work empty may be misleading here.  I think no payload is more accurate.  
 
<br>
Inconsistency/error in “Wiki – Performing the Exercise”
Inconsistency/error in “Wiki – Performing the Exercise”
Broadcast Message with No Payload
RE: Broadcast Message with No Payload
- First bulled states “…with a payload passed by value” – inconsistent with exercise title “No Payload”
*First bulled states “…with a payload passed by value” – inconsistent with exercise title “No Payload”

Revision as of 16:51, 31 March 2008

Comments on “Wiki - Training Organization”

RE: STRIDE is applied to both xUnit-style and system-level testing. Was surprised to see this statement. We usually tell customers that Stride can be used for all types of testing up to (pre) system test.

RE: If your primary interest is in integration or QA-style testing, proceed to the Test Scripts topic.

Tim - lets discuss.


Comment on “Wiki - Getting Started”
RE: You will be using the FrameworkSetup.pl script to setup packages for a Windows Framework.
Perhaps should be “You will be using the FrameworkSetup.pl script to setup a Workspace with packages using a Windows Framework".
Inconsistency/error in “Wiki – Performing the Exercise RE: One way Command Message with Payload By Value

  • First bullet states “…with a payload passed by pointer and POOL memory usage.”
  • “… and a payload consisting of a long field.” It’s not clear to me whether you’re asking for a payload of type long, or a payload of type structure with a single field of type long. The use of the word field is a little confusing.


Inconsistency/error in “Wiki – Performing the Exercise” RE: One way Response Message with Payload By Pointer

  • First bullet states “…with a payload passed by value.” – inconsistent with exercise title “By Pointer”
  • “…and a payload consisting of an int field.” Again, is this to be a payload of type int, or a structure with a single field of type int.


Comment on “Wiki - Two Way Message with Response Payload” RE: with an empty command payload,

  • Since we define a Stride message as having an optional payload, I think the work empty may be misleading here. I think no payload is more accurate.


Inconsistency/error in “Wiki – Performing the Exercise” RE: Broadcast Message with No Payload

  • First bulled states “…with a payload passed by value” – inconsistent with exercise title “No Payload”