[Dev] TestMaker 5 completion specification
Frank Cohen
fcohen at pushtotest.com
Thu Nov 23 08:20:17 PST 2006
Writing a protocol handler for TestMaker's TOOL library is pretty
easy. Get the TestMaker source code from cvs.pushtotest.com using
pserver to /var/cvsroot for the tm44 repository. You can use anonymous.
Take a look at TestMaker/tool directory. There is an Ant build script
there for TOOL.
Take a look at src/com/pushtotest/tool/protocolhandler. There you
will find HTTPProtocol.java. You can model the Tibco protocol handler
after that one. You'll find it implements an Abstract base class.
Feel free to implement additional methods that are specific to Tibco.
TOOL provides a factory pattern to let test scripts instantiate a
protocol handler by name. For instance, ProtocolHandler.getProtocol
('http') instantiates a new HTTPProtocol object. Please register your
Tibco protocol handler in com.pushtotest.tool.resources.protocols as
"tibco".
If your protocol handler uses a JAR library then put it into the
TestMaker_home/lib directory and change the TestMaker.sh and
TestMaker.bat scripts to include the library on the classpath.
Once you've done that send me the source files and I'll test them and
commit them to the repository.
Any help you need along the way can be found on this dev email list.
Thanks!
-Frank
On Nov 23, 2006, at 1:38 AM, ad wrote:
> Frank,
>
> Is it easy to make a tibco protocol?
> If you could give me a quickstart on protocol making I might make
> it myself.
> I have 10 years of tibco experience.
>
> Kind regards
> Ad van der Ende
>
> -----Oorspronkelijk bericht-----
> Van: dev-bounces at lists.pushtotest.com
> [mailto:dev-bounces at lists.pushtotest.com] Namens Frank Cohen
> Verzonden: donderdag 23 november 2006 2:08
> Aan: Load and TestMaker Developers List
> Onderwerp: [Dev] TestMaker 5 completion specification
>
> Work on TestMaker 5 continues. I wrote up a specification of the
> remaining
> projects to complete. I expect PushToTest will fund the development
> of the
> projects in this specification. I would love to hear your feedback,
> suggestions, and prioritization.
>
> Download the TestMaker 5 completion specification document at:
> http://downloads.pushtotest.com/tm5/TM5_Specification.pdf
>
> The document is 444K in Adobe Acrobat format. Please post your
> feedback to
> this list.
>
> Thanks.
>
> -Frank
>
>
>
> --
> Frank Cohen, PushToTest, http://www.PushToTest.com, phone 408 374 7426
> Enterprise test automation solutions to check and monitor Web-enabled
> applications for functionality, scalability and reliability.
>
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/dev
>
> __________ NOD32 1.1564 (20060529) Informatie __________
>
> Dit bericht is gecontroleerd door het NOD32 Antivirus Systeem.
> http://www.nod32.nl
>
>
> _______________________________________________
> Dev mailing list
> Dev at lists.pushtotest.com
> http://lists.pushtotest.com/mailman/listinfo/dev
>
More information about the Dev
mailing list