What should be tested when Unit Testing is conducted?
Answer / ramyab.mca@gmail.com
Hai...
What should be tested when Unit Testing: A lot depends on
the type of program or unit that is being created. It could
be a screen or a component or a web service. Broadly the
following aspects should be considered:
a. For a UI screen include test cases to verify all the
screen elements that need to appear on the screens
b. For a UI screen include Test cases to verify the
spelling/font/size of all the “labels” or text that appears
on the screen
c. Create Test Cases such that every line of code in the
unit is tested at least once in a test cycle
d. Create Test Cases such that every condition in case
of “conditional statements” is tested once
e. Create Test Cases to test the minimum/maximum range of
data that can be entered. For example what is the
maximum “amount” that can be entered or the max length of
string that can be entered or passed in as a parameter
f. Create Test Cases to verify how various errors are
handled
g. Create Test Cases to verify if all the validations are
being performed
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 2 Yes | 0 No |
what is testing management methodologies?? plz help me
when will u write user aceptance test cases before functional or after?
For your testing you need 15 open accounts. A production data cut has been given to you. What will you do?
Acceptance testing is designed whether or not the software is FIT for the user to use. The concept of FIT is important in both design and testing. There are four components of FIT. State these 4 components?
U have a Scenario and there is box to enter values from 0 to 1000. Now what is the Test data u will test? What are the positive and negative test cases? How will U use Equivalence class Partition ?
which defect matrix or what defect matrix would you look at in ascertain the quality of product? And give some explanation about defect matrix. Its urgent.
In V model how will you explain all testing types (unit,integration,sysetem,acceptance testing) as all these parallel testing.E.g.Once the design phase is completed how will you do the integration teting over here as tester doesnt know much about design.Briefly justify the V-model?
How you send defect report?
who you done security testing in Banking project? tell me situation where you perform?
In Testing why We need to Write Testcases compalsarly.
how can we perform load testing and performance testing manually.
write test case for 1<=a<10;10<=b<=20 using boundry value analysis