QUOTE(davegeek @ 5 Aug, 2008 - 07:07 AM)

As professional test engineer I am going to reply to it.
For all my carrear I have never heard of n-way testing, neither in my testing courses nor from someone. Though, I presume that if your program does execute some business workflow (a way) or many of them (the ways) then this might be a case. In other words, n--way testing would be E2E test back and forth with respect to the test paths that are possible in your application. What I mean by "test path" is just a test scenario that includes sequence of test steps in the logical order.
Though if we are talking about path or branch tests (white-box methodology) then n-way might be execution/test of this variable throughout all code units.
Also I assume that n-way testing means something else, something that is just called the way I did not get use to. You will need to ask QA guys for that, or more likely - methodology QA guys. It's all about theory, IMHO, that's from the Brainbench pool of questions.
Thx.
Thanks davegeek
N-way testing refers to cobiotorial explosion problem for generating test case, examples include IPO, IPOG, AETG, Jenny
the aims for these tools is to generate test suite, that covered the inteaction between tuples.
the question to be clear, where we can use tese test suite ( speacilly fr higher order interaction)?