RE: What are the tables in testplans and testcases? This concept is related to Whitebox testing in...
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
RE: What are the tables in testplans and testcases? This concept is related to Whitebox testing in...
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.
RE: What are the tables in testplans and testcases?...
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.
RE: What are the tables in testplans and testcases?...
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.
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.
RE: What are the tables in testplans and testcases?...
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.