Print Page | Close Window

Are you doing functional testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Functional Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Functional Software Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=642
Printed Date: 13May2024 at 6:36am


Topic: Are you doing functional testing
Posted By: poulami
Subject: Are you doing functional testing
Date Posted: 04Apr2007 at 4:12am

Sometimes it's difficult to ascertain what kind of testing you're doing. If you're unsure, try asking yourself these questions:

  1. Is the sequence that your tests run in important?
  2. Do you need/want more output than "..F.E"?
  3. Are you struggling with fixtures when what you really want is variables?
  4. Do you need to prepare your suites by hand? (i.e. can't rely on your test suite to be dynamically generated.)

If you answered yes to any of the preceding you may be doing some sort of functional testing. Even if you're decidedly not doing functional testing and you answered yes to some, you may want to use some of JFunc's functionality in your own unit testing.




Print Page | Close Window