What is the difference between smoke testing and the built testing?what is adhoc testing?DIFF between revision and version?Please answer me as soon as possible. Thank you for your patience.

Showing Answers 1 - 7 of 7 Answers

sudhakar2068

  • Oct 11th, 2006
 

  • In computer programming, smoke testing is a preliminary to further testing, which should reveal simple failures severe enough to reject a prospective software release. In this case, the smoke is metaphorical.
  • Ad Hoc Testing: A testing phase where the tester tries to 'break' the system by randomly trying the system's functionality. Can include negative testing as well.

    versions:This document describes the version numbering used in the Unicode Standard, the nature of the Unicode character repertoire, and how to cite and reference the Unicode Standard, the Unicode Character Database, and Unicode Technical Reports.

    Revision control (also known as version control or source control) is the management of multiple revisions of the same unit of information. It is most commonly used in engineering and software development to manage ongoing development of digital documents like application source code, art resources such as blueprints or electronic models and other critical information that may be worked on by a team of people. Changes to these documents are identified by incrementing an associated number or letter code, termed the "revision number", "revision level", or simply "revision" and associated historically with the person making the change. A simple form of revision control, for example, has the initial issue of a drawing assigned the revision number "1". When the first change is made, the revision number is incremented to "2" and so on.

    sudhakar kolla,

    My email:kollasudhakar2005@yahoo.co.in.

    My number:09819859346

      Was this answer useful?  Yes

    Smoke Testing Validates whether the Project meets the basic requirement.if smoke test fails we cant proceed with further levels of Testing

    Adhoc Testing:Testing the Product without following any Test Spec just by knowing the functionality of the product

    Revision and version are one and the same

      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