How do you test if you have minimal or no documentation about the product?

Showing Answers 1 - 7 of 7 Answers

siva rama raju

  • Jun 6th, 2005
 

based on previous experiance on that particular product we start testing .this is mainly called ad-hoc testing

  Was this answer useful?  Yes

kotireddy

  • Jun 28th, 2005
 

this type of testing conducting who knows the domain knowledge,frame work,use cases, this type of testing conduting ad-hoc testing,sanity testing

  Was this answer useful?  Yes

choudary

  • Jul 8th, 2005
 

in this situation i will try to test the application with the perception of end user. 
and  
i use my(or someones) previous experiences. 
here we are not prepare any formal test plans and testcase documents.  
most of the time we perform ad-hoc on this type of applications.

  Was this answer useful?  Yes

Sandeeep

  • Oct 5th, 2005
 

In these type of situations we do Adhoc testing(Testing with out any Required Documents), but basically testing without documents itsself is a bug,only thing we can do is by using our testing knowledge and experience wecan carry out.

  Was this answer useful?  Yes

I would not perform ad-hoc testing.

Ad-hoc testing is performed after completing formal testing.  By this time, testers have already studied requirements, have prepared tests cases to cover them, and have executed their test cases over numerous test cycles.  By this time, they know the product very well. 

I would perform exploratory testing.

Exploratory testing is performed when there is little to no prior knowledge of the product.  Exploratory testing strives to identify defects as quickly as possible and therefore doesn't waste time studying requirements and authoring test cases prior to the test effort.  Instead, exploratory testers 1) learn about their products, 2) execute tests, and 3) author test cases at the same time. 

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