How do we write test cases without knowing the Proper requirement and Documents?

Showing Answers 1 - 8 of 8 Answers

ArunSivaRaj A P

  • Jul 28th, 2006
 

This type of testing s called Exploratory Testing.

According to James Bach has defined exploratory testing as "an interactive process of concurrent product exploration, test design, and test execution."

Regards

ArunSivaRaj A P

  Was this answer useful?  Yes

vramesh76

  • Sep 1st, 2006
 

I agree with Arun.

Its also known as sanity testing,Where we test the basis functionaly of the application,by whome is having more experience and knowledge about that particular domain(Also known as Error guessing .It comes under Risk management).

  Was this answer useful?  Yes

Exploratory testing is a reasonable approach when you don't have requirements.  In this approach, testers learn about the application, execute tests, and author test cases all at the same time. 

  Was this answer useful?  Yes

We can write the test cases based on how the application works

i.e first work with the application and then you write based upon how it is working

  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