cancel
Showing results for 
Search instead for 
Did you mean: 

Testing

Former Member
0 Kudos

Hi Good Morning gurus,

With respect to testing..how to create a test document? What it contains? How to prepare the test document. Is test document is different from test script..pls explain..

Thanks and regards,

Satish

Accepted Solutions (1)

Accepted Solutions (1)

former_member183879
Active Contributor
0 Kudos

Hi Satish,

During the testing phase, you will have a test plan and the list of scenarios which should be tested.

Once that is decided, there should be test scripts available for each scenario.

Each script will have some information on the masterdata to be used, transactions involved and the expected results during each transaction.

It will have the sequence of transactions, the inputs needed to given for each screen in a transaction, the output expected and the last column to update the results of the test. The script will also guide the expected differences in this and the ways to solve it. For unexpected errors, the errors get logged in a tracker meant for testing purposes. All such issues logged are analysed in greater depth and remedy is taken to solve the issue. Once the problem is solved, it will come up for retesting.

Once the test is completely fine, it will then be send for user testing and upon user approval, it will be moved to production system.

Hope this helps you

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

First we need to create a test plan. What scenario we are going to test. Not down the test data we are going to use. Maintian the expected result in each step. Start testing and record the actual test redults in each steps. Compare the same with the expected result. Now you may be able to find the issues, if any.

Prase

Former Member
0 Kudos

Hi Prashanth thanks for ur quick replay..I would be thankful to u if u send any sample test document..pls..

Satish