What are the tables in testplans and testcases?  This concept is related to Whitebox testing in SQL.

Showing Answers 1 - 25 of 25 Answers

smita

  • Jun 16th, 2005
 

we use EXCEL tables

  Was this answer useful?  Yes

lokesh

  • Jun 21st, 2005
 

what is difference between test plan and test cases 

  Was this answer useful?  Yes

Sesha Reddy

  • Jul 4th, 2005
 

i want to know the White Box testing

  Was this answer useful?  Yes

P kantharaj

  • Jul 25th, 2005
 

what is mean by white box testing

  Was this answer useful?  Yes

priya

  • Jul 28th, 2005
 

White box testing is used to test the internal logic of the code.for ex checking whether the path has been executed once,checking whether the branches has been executed atleast oonce .....Used to check the structure of the code

  Was this answer useful?  Yes

kamal

  • Sep 2nd, 2005
 

 
Test plan is a document that contains the scope, approach, test design and test strategies. It includes the following:- 
1. Test case identifier 
2. Scope 
3.Features to be tested 
4. Features not to be tested. 
5. Test strategy. 
6. Test Approach 
7. Test Deliverables 
8. Responsibilities. 
9 Staffing and Training 
10.Risk and Contingencies 
11. Approval 
 
While A test case is a noted/documented set of steps/activities that are carried out or executed on the software in order to confirm its functionality/behavior to certain set of inputs.

  Was this answer useful?  Yes

Test plan :-is defined as the techinical approach of testing.

Test plan:- is document which describes scope ,approach of the efforts made by software testing team.

Testcase:- is a document that describes input,action,expected ,response ,output to know the feature of the software application or the product.

Testcase is only maximum of 3 lines of description that describes your approach with software product or application and it response when you give someinputs or when you u navigate application.

  Was this answer useful?  Yes

whitebox testing:-the whitebox testing is performed by a person who is a tester who knows some internal knowledge of design ans code.Able to pinpoint when any error strikes in the code when he is doing the code level of testing.And when coming to application and product based testing he should be knowing the internal design and code.Here he can test the projects which he developed and he can also test the products from other sources and test them.

  Was this answer useful?  Yes

vishal

  • Jan 26th, 2006
 

  Can u reply me Installation Testing process,or any related site so that i can go through it.At least reply me what r the test scenarios and process of inst.teting.how shud i answer this question durring interview.

  Was this answer useful?  Yes

sehlhorst

  • Feb 1st, 2006
 

We've got a good introduction to whitebox testing that is designed to introduce and explain the concept. It also links to several other relevant posts (more details on whitebox testing, unit testing, other software process topics).If you want to get a conversational understanding of the topic, these articles should be all you need.

  Was this answer useful?  Yes

satsihreddy

  • Feb 23rd, 2006
 

Testing of a function with knowing the structure of program is a white box testing or Glass box testing.

  Was this answer useful?  Yes

ififthelement

  • Mar 20th, 2006
 

The tables in Test cases are

Test case ID, Test Case Description, Test case Pre Condition/Post condition, Steps to execute, Expected result, Test case data, Calls to external steps, test case execution date, responsible person, status - pass/fail, if Fail then Defect ID (in case a separate tool is used to specify the BUG details), Test Case Category - business Critical, low priority, integration test case, functional test case, unit test case

  Was this answer useful?  Yes

Test Plan:It is the plan prepared by a QA/Test Manager/Test Lead for scheduling the testing activities for the particular build/version of a project.It Contains almost 15 fields according to IEEE 829-1983 document.

Test Case :It is a document prepared from the Use Case's/SRS/Functional Specifications to test the application/product.It mainly consists of S.No,Steps to perform or Description,Test Data,Expected and Actual.Each step in the steps to perform are executed manually in the application/product,if the result is matching the expected than the test case is pass.If the expected result and actual result are not matching,than verify the test case execution once again,to know that the defect is reproducible again or not.if it is reproducible log the defect.

Test Plan and Test Case can be documented using excel sheet or any test management and defect tracking tool like Test Director.

  Was this answer useful?  Yes

Purniray

  • Nov 15th, 2007
 

White box testing is done by programmars. To do white box testing they should know internal code or design.

  Was this answer useful?  Yes

pushpaseenu

  • Jul 21st, 2008
 

A test case may be the smallest unit of testing. Consists of Testing steps, testing requirements, pre-conditions, post-conditions,Boundary value analysis.

A Test plan has an approach, tools to be used, who is the tester, schedule, risk analysis.

  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