Is it possible to use winrunner for unit testing?

Showing Answers 1 - 3 of 3 Answers

rashwin

  • Feb 9th, 2006
 

Mainly when we want to check the funcationality of the product then we go for winrunner.

In unit testing mainly we will focus on the structure of the program not the functionality.So if we want to check the output of small unit then it is ok.

Normally unit testing developers only do.

  Was this answer useful?  Yes

Ramireddy

  • Feb 28th, 2006
 

Winrunner is not pliable to use for unit testing.if you want unti testing tool you can go for maxQ,Junit and test maker.

  Was this answer useful?  Yes

senthil Kumar P

  • Sep 14th, 2006
 

No,winrunner can not used for unit testing

win runner used for checking application(exe),known as block box testing. It dosn't bother about internal(coding) dts.It considers only external dts

At that time you perform unit testing ,you only check internal(coding) dts,(white box testing),not external

 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions