|
Home > Archive > BizTalk Server General > May 2005 > Unit Test in Biztalk
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unit Test in Biztalk
|
|
| Truc, Ha Duy 2005-02-18, 7:48 am |
| Hi All,
I'm developing with BTS 2004. But I dont know how to Unit with it? and which
tools I should use?
Thanks and Best Regards
TrucHD
| |
| Ian Cross (Cassium) 2005-02-20, 6:12 pm |
| It depends on what you're trying to test, but try the tool on Kevin Smith's
blog.
http://blogs.msdn.com/kevinsmi/
Cheers,
Ian
"Truc, Ha Duy" wrote:
> Hi All,
> I'm developing with BTS 2004. But I dont know how to Unit with it? and which
> tools I should use?
>
> Thanks and Best Regards
> TrucHD
>
>
>
| |
| Truc, Ha Duy 2005-02-20, 8:47 pm |
| How about unit test for mapping file?
Thanks
TrucHD
"Ian Cross (Cassium)" <IanCrossCassium@discussions.microsoft.com> wrote in
message news:2C499051-D98E-4299-98DA-5FB69D7EACDA@microsoft.com...
> It depends on what you're trying to test, but try the tool on Kevin
Smith's[vbcol=seagreen]
> blog.
>
> http://blogs.msdn.com/kevinsmi/
>
> Cheers,
>
> Ian
>
> "Truc, Ha Duy" wrote:
>
which[vbcol=seagreen]
| |
| Truc, Ha Duy 2005-02-26, 2:50 am |
| For example, I want to unit test the inbound, outbound schema, mapping and
orchestration.
In tool of Keven Smith, I found that It is only used for schema testing. Is
that right?
Thanks and Best regards
Duy Truc
"Truc, Ha Duy" <truch@fsoft.com.vn> wrote in message
news:eDyJ0w7FFHA.3728@TK2MSFTNGP14.phx.gbl...
> How about unit test for mapping file?
> Thanks
> TrucHD
> "Ian Cross (Cassium)" <IanCrossCassium@discussions.microsoft.com> wrote in
> message news:2C499051-D98E-4299-98DA-5FB69D7EACDA@microsoft.com...
> Smith's
> which
>
>
| |
|
|
| Scott Colestock 2005-05-25, 5:59 pm |
| In advance of using what looks like a cool project. you can always use NUnit
in conjunction with existing adapters.
Structure your tests to submit a particular set of test inputs over
transport of choice, and look for outputs (the method will vary based on
whether you have request/response ports or just one-way ports.)
I have a rudimentary n-unit test for the Deployment Framework sample
download at
http://www.traceofthought.net/ Cate...br />
work.aspx
Scott Colestock
www.traceofthought.net
"Paul" <Paul@discussions.microsoft.com> wrote in message
news:AAD3A89C-869F-4D75-B0D3-E2728DE734C3@microsoft.com...[vbcol=seagreen]
> BtsUnit
>
> Keep watching the site for updates:
>
> http://gforge.public.thoughtworks.org/
>
> http://gforge.public.thoughtworks.org/projects/btsunit/
>
> Paul
>
>
> "Truc, Ha Duy" wrote:
>
|
|
|
|
|