Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[alf-dev] Test Management Events

I plan to change the Segue Test Management tool so that it launches a single event in response to its test build service being consumed.  There will be no “Process Started” events issued, which is less chatty and follows the Unix “no news is good news” paradigm.

 

The event will have the following attributes:

Event Type = “Successful Completion”

Object type = “Test Results”

Object ID = URL of test results page (may include multiple parameter/value pairs).

 

A sample soap message is given below.

 

I will make the changes on the Serena POC machine ASAP unless there are objections.

 

-Bob

 

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

      xmlns:xsd="http://www.w3.org/2001/XMLSchema"

      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

 <soapenv:Body>

  <ALFEvent version="1.0" xmlns="http://www.eclipse.org/alf/XMLSchema/Events.xsd">

     <BasicEvent alfEventVersion="1.0" xmlns="">

 

      <EventData>

       <ns1:EventID xmlns:ns1="http://www.eclipse.org/alf/XMLSchema/Events.xsd">869330C0-A4B5-11DA-B0C0-A1DEAF16D71B</ns1:EventID>

       <ns2:Timestamp xmlns:ns2="http://www.eclipse.org/alf/XMLSchema/Events.xsd">2006-02-23T21:44:11.718Z</ns2:Timestamp>

       <ns3:EventType xmlns:ns3="http://www.eclipse.org/alf/XMLSchema/Events.xsd">Successful Completion</ns3:EventType>

       <ns4:ObjectArray role="entity" xmlns:ns4="http://www.eclipse.org/alf/XMLSchema/Events.xsd">

        <ns4:ObjectType>Test Result</ns4:ObjectType>

        <ns4:ObjectId>http://localhost:19120/segue/DEF/TM/Projects?pId=4&amp;prtab=2</ns4:ObjectId>

       </ns4:ObjectArray>

       <ns5:Source xmlns:ns5="http://www.eclipse.org/alf/XMLSchema/Events.xsd">

        <ns5:Product>SilkCentral Test Manager</ns5:Product>

        <ns5:ProductVersion>8.1</ns5:ProductVersion>

        <ns5:ProductInstance>hqx-dev-alf</ns5:ProductInstance>

       </ns5:Source>

      </EventData>

 

      <ContextArray>

       <Context nesting="0">

        <User>

         <CommonName>alf</CommonName>

         <LoginID>alf</LoginID>

         <Credentials>********</Credentials>

        </User>

        <InitiatingFlow type="computer"/>

     </Context>

    </ContextArray>

 

   </BasicEvent>

 

     <EventDetails xmlns=""/>

 

     <ToolExtensionData schemaLocation="http://localhost:9080/active-bpel/services/TTServiceService" xmlns="">

        <ns6:Project xsi:type="xsd:string" xmlns:ns6="http://www.eclipse.org/alf/XMLSchema/Events.xsd">org.eclipse.ui.examples.rcp</ns6:Project>

        <ns7:Build xsi:type="xsd:string" xmlns:ns7="http://www.eclipse.org/alf/XMLSchema/Events.xsd">1024</ns7:Build>

        <ns8:EventID xsi:type="xsd:string" xmlns:ns8="http://www.eclipse.org/alf/XMLSchema/Events.xsd">ff34f4127e3e4b7e896cb98bb2ec8886</ns8:EventID>

        <ns9:TestType xsi:type="xsd:string" xmlns:ns9="http://www.eclipse.org/alf/XMLSchema/Events.xsd">SUCCESS</ns9:TestType>

     </ToolExtensionData>

 

  </ALFEvent>

 </soapenv:Body>

</soapenv:Envelope>

 

 

 

Bob Brady, Ph.D.

Senior Software Engineer

Segue Software

201 Spring Steet

Lexington, MA 02421

t: 781-402-5975

f: 781-402-1097

e: rbrady@xxxxxxxxx

w: www.segue.com


From: alf-dev-bounces@xxxxxxxxxxx [mailto:alf-dev-bounces@xxxxxxxxxxx] On Behalf Of Brian Carroll
Sent: Wednesday, December 07, 2005 7:21 PM
To: alf-dev@xxxxxxxxxxx
Subject: [alf-dev] ALF Architecture conf call CANCELLED for Thurs Dec 8

 

Dear Architecture team,

 

We will NOT have an ALF Architecture call tomorrow, December 8th for the following reasons:

 

  1. The ALF Vocabularies paper is still undergoing internal review. The essence of that document is as I described a couple of calls ago.  I have received some constructive feedback and hope to soon have that available on the ALF site.
  2. The ALF Security:SSO paper is still under construction.  The gist of that document is as I described at last week’s call.

 

So, with nothing significant to discuss and nothing new to review, it makes sense to cancel tomorrow’s call. And with the POC just around the corner, the time may be better spent on the POC.

 

Regards,

Brian



**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.


Back to the top