What are the basic stuff you require to begin creating test cases.

Questions by LoniT   answers by LoniT

Showing Answers 1 - 23 of 23 Answers

Akash Chandra

  • Aug 11th, 2006
 

HI

 basic stuff require for Test cases is full fledge knowledge of Functional design and STLC. Scenario plays a vital role for having Test Cases. Let me know if I missing something.

  Was this answer useful?  Yes

Karan Sorout

  • Aug 18th, 2006
 

Actually the Input to write test cases varies from company to company and project to project.

Normally URS/BRS./FRS in addition with Design document is supplied to the testers.

At many places depends upon the client, the Use Cases are provided alone.

If not agreed then let me know at karan.sorout @ gmail.com

  Was this answer useful?  Yes

Aparna

  • Aug 22nd, 2006
 

Basic stuff are

                   USE CASES

                   TEST SCENARIO

                    PROTOTYPE

  Was this answer useful?  Yes

Harpreet

  • Sep 12th, 2006
 

can u put some more light over it.....explain it

  Was this answer useful?  Yes

kanchana

  • Sep 29th, 2006
 

test case id

test case procedure

test data

expected result

actual result

status-  indicates wheather the test passed or failed.

  Was this answer useful?  Yes

Alok Dadarya

  • Oct 4th, 2006
 

1. SRS/FRS

2. Understand Low level degin doc and High level design doc

3. Client/customer meeting to understand functionality of the product

4. Start Test case in specific template.

  Was this answer useful?  Yes

Dileep Kumar.G

  • Oct 31st, 2006
 

Hi,

While writing code we'll write test cases.

For writing testcases we need indepth knowledge on functionality of the application (where we can get it from Docs like Business Design Doc, SRS, Wireframes, Use case doc). Along with these docs we may have sessions regarding application.

        If we have any doubts regarding the functionality we can get them clarified in those sessions. Generally, we'll raise our comments or doubts in Review report after studying the document. TL  or PL will resolve the comments.

Cheers

dileepkumar.g@gmail.com

  Was this answer useful?  Yes

Vijay

  • Nov 24th, 2006
 

Could anyone throw some linght :What are the basic items Required to write UNIT TEST CASES in Agile Methodology(SCRUM Development)lingagiri9@gmail.comThanks in Advance,Vijahy

  Was this answer useful?  Yes

Sujatars

  • Feb 27th, 2007
 

SRS/FS/Use Cases  is input to your test cases.All the more u can write test cases based on high level design & low level design

  Was this answer useful?  Yes

vijay.mariswamy

  • Apr 16th, 2007
 

the basic stuff required for writing the test cases varies from one organisation to another and from project to project. basically the used case wil be reffered to write the test cases and in case if their is no elaborated srs instead application is itself is ready then we go for the explorating the application and with the help of  the bussiness analyst test cases will be started writting.
for your comment you can revert back to me in vijaymariswamy@yahoo.co.in

  Was this answer useful?  Yes

kokkikumar

  • Jul 9th, 2008
 

 FuncnationalReqirmentSpecification,SoftwareReqirmentSpecification,SystermReqirmentSpecification so this document we need and creat testplan

  Was this answer useful?  Yes

Well, when it comes to white box testing what we require to write test cases is the code and functionalities that the code should perform....

While performing white box testing we have to know what are the classes to be united tested and we write test classes while performing unit testing in Java

Regards,
Narin Kamuni

  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