HI Can any one tell me what is the meaning of
creation and setup
of system input files and execute the tests at the command line
Answer / balajiyadav
you are using the Automake builtin support for tests. It's
quite
limited, and I believe it cannot do what you want.
>For example, I have to have a shell script to run
tst_parallel below,
> because it needs to be called with the poe command, and
some env vars
> set. In other cases, I need to call test program with
some command
> line options.
If you don't want to stick with this, there are alternative
testing
frameworks: Autoconf's Autotest -- see the Autoconf
documentation
(since it's a bit underdocumented and declared not yet as
mature, it
may help to look at how other packages use it in order to
get going).
Otherwise, there is always DejaGNU (big, complicated but
can do a lot
of stuff).
I believe there are more testing frameworks, but cannot
think of any
at the moment. I personally use both the simple Automake
TESTS for
easy stuff, and Autotest for some more involved stuff.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the ONE key element of ‘test case’? What is the ONE key element of a Test Plan?
Can you tell me some thing about source code testing tools?
What is formal testing?
Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
10 Answers Infeneon Technologies,
Can u tell What kind of Bug Report Tool are u using in ur project
Generally How do we do Test Estimation. Anybody can expalin this with example. Thanks in advacne..Venkat
What is the best way to answer, what is test scenario, strategy and test plan
what is crud testing ?
How will you prepare Test plan. What are the techniques involved in preparing the Test plan.
What is CVS and why it is used?
Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.
if any bug is found & that problem is resolve & make sure this type of problem is not arrise is any project also 1 - corrective & preventive Action 2 - Risk Analysis 3 - Impact Analysis 4 - Root Cause Analysis