Jump to content

Manual testing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Ashish.aggrawal17 (talk | contribs) at 06:41, 15 February 2007 (Created page with 'MANUAL TESTING is a part of a software testing that requires operator input ,analysis or evaluation . It means a value derived by adding several qualities and...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

MANUAL TESTING is a part of a software testing that requires operator input ,analysis or evaluation . It means a value derived by adding several qualities and dividing the sum by the number of these quantities . Manual Testing is self doing testing means we test our software without help of tools . The basic meaning of Manual Testing is do all things with urself . The following are the suitable steps for Manual Testing :

1. First generate the test data .

2. Then make test Script .

3. After that check them , they are running or not .

Or in other words :

1. Give input first.

2. Raw application with partial documentation .

3. Then study questionare , interview , demo & training - to get knowledge transfer .

4. Prepare test plans and test cases .

5. Run test cases .

6. Then send report .

7. So there are two case when we check report :

(a) If report is rejected then update Tests and again follow step no. 4 , 5 and 6 .

(b) If report is accepted then we get application with guaranteed Quality .

8. And finally we get the output .

So we know that Manual Testing is a very important part of the software testing . It plays an important role in it .