| Chan Kenneth 2007-06-09, 4:16 am |
| Dear all,
I am a rookie in software testing, and now I have a project that
requires me to do combinatorial testing( N-way testing) on some large
size applications. My supervisor suggest me to find some applcations
that have lots of inputs, then use automatic testing to see the fault
detection capability of the test suits that generated by the N-way
testing method.
And he also said web application or web browser is good choice,
however, I have downloaded firefox source code, and found some
testcases already done by firefox developers in
http://www.mozilla.org/quality/brow...ases/bookmarks/
however, I got the problem is I don't know how to pass those testcases
into testing phase, before, I have done all the testing are in one
single file and just directly pass the different combinations of the
inputs into the arguments( in C, like the main argvs ) , but now with
these web application or OOP program, I don't know how to start with
it, is there any tool for helping to test them?
Could you guys help me out with this? Any suggestion will be very
appreciated.
Thanks in advanced.
Kenneth
|