CFNUnitBridge

  • Thread starter Thread starter Davis
  • Start date Start date
D

Davis

Hi, Does anyone know if CFnUnitBridge supports testing
of Forms apps. With the NUnit you need the NuNit Forms
extension. How do developers here test CF user interfaces?
 
Davis said:
Hi, Does anyone know if CFnUnitBridge supports testing
of Forms apps. With the NUnit you need the NuNit Forms
extension. How do developers here test CF user interfaces?

When you say "testing of forms apps", I read that that you are looking
for a means to test your UI (i.e. push buttons, enter text, etc).
CFNUnitBridge is not for testing UIs. Instead, you may want to look at a
product like Spb Software House's Pocket PC TestSuite[1].

If I have incorrectly interpreted your remarks, please clarify what you
mean by "testing of forms apps".

[1]http://www.spbsoftwarehouse.com/products/testsuite/?en
 
Thanks Nino, yes the PocketPC TestSuite looks good for testing
the UI.

What would you recommend for Unit testing of CF application code?
The CFNUnitBridge project looks as though its no longer being worked on.
What tools are developers using these days for Unit testing on CF?

Regards

Nino Benvenuti said:
Davis said:
Hi, Does anyone know if CFnUnitBridge supports testing
of Forms apps. With the NUnit you need the NuNit Forms
extension. How do developers here test CF user interfaces?

When you say "testing of forms apps", I read that that you are looking for
a means to test your UI (i.e. push buttons, enter text, etc).
CFNUnitBridge is not for testing UIs. Instead, you may want to look at a
product like Spb Software House's Pocket PC TestSuite[1].

If I have incorrectly interpreted your remarks, please clarify what you
mean by "testing of forms apps".

[1]http://www.spbsoftwarehouse.com/products/testsuite/?en
 
Back
Top