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 are the cases why parameterization is necessary when load testing the Web server and the database server?
what are the ways to crash an application when it is unter testing?
Can we use automation tools during static testing? If yes when and how?
Are Test Condition and Test Description/Procedure are different? Please Reply
Can anybody provide me links for the ISTQB certification materials?
why you choosed testing as a carrer?
what is the difference b/n DPD(Defect profile document) and DRD(Defect Report document).
What is state transition?
How to test the Fire walls?
what is prototyping model,RAD model V model, spiral model?????
What is TestWare?
what is proto type model?