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 diff between stress & load testing
Give me an example when black box testing will not able to detect a bug which white box will detect?
Please give me any example of High severity and Low priority type of bug ?
Hi all. I have 2 years exp in manual testing.Now i want to shift.i got so many email from other company that send ur cv .After sending no response from them .whats the reason.
why we need to write test cases?
3 Answers ABC, eClerx, Sling Solutions, Tech Mahindra,
Wht is the Test Harness, Anybody can explain it in Detail..Thanks in advance...
If any customer will raise the change request, it falls under developer part or QA part?
How do you measure a quality of the product ?
At what stage unit testing has to be done?
What kind of inputs do we need from the end user to start proper testing?
What is Testing Life Cycle. Explain Briefly?
What we do in performance testing? Is it possible without any tool?