This is a common login screen example with all well known
fields like username, password, etc.
How could you test this in Unit Testing Phase, Integration
Testing Phase and System Testing Phase??
Answers were Sorted based on User's Feedback
Answer / tapas mohanty
UNIT TESTING-I AM GIVING FEW COMMON TEST CASE
1.TEST IF YOUR ENTRY WILL BE ALLOWED IN USER NAME FIELD
2.ENTRY WILL BE ALLOWED FOR PASSWORD BUT IT IT MUST BE
ENCRYPTED.
3.BOUNDARY VALUE ANALYSYS FOR BOTH FIELD
4. THERE MUST BE A LOGIN OPTION
INTEGRATION TESTING-
1.KEEP BOTH FIELD BLANK AND TRY TO USE THE LOGIN OPTION.
EXPECTED-ERROR MESSAGE OR PAGE WILL APPEAR.
2. GIVE CORRECT VALUE IN USERNAME AND INCORRECT PASSWORD
TRY TO LOGIN.EXPECTED-ERROR MESSAGE OR PAGE WILL APPEAR
3.IF PASSWORD FIELD IS CASE SENSITIVE THEN ENTER CORECT
VALUE IN USER NAME AND ENTER CORRECT PASSWORD BUT WITH CASE
CHANGED.EXPECTED-ERROR MESSAGE OR PAGE WILL APPEAR.
4.GIVE CORRECT ENTRY IN BOTH FIELD.EXPECTED-MUST NAVIGATE
TO THE NEXT PAGE.
SYSTEM TESTING-YOU CAN INCLUDE ALL OF THE ABOVE CASES AND
PREPARE THE COMBINED SCENARIO WISE TEST CASE.
| Is This Answer Correct ? | 40 Yes | 6 No |
Answer / baviya
unit testing phase:
===================
This will be done by a developer.Testing an an individual
one.Here they ll test a individual field say username and
then Password field....
Integration testing:
====================
This can be tested either by developer or tester.Combining
two or more field.say username and password together and
then adding adding another field......
System Testing:
===============
This will be tested only by a tester.
They ll test based on their customer requirement.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / hema
Unit testing conducted by developer.
Integration and system testingdone by tester.
under system testing i will condust usebility testing,functional testing,nonfunctional testing.
under function testing i will conduct BVA,ECP,error guessing(negetive testing).
Then i will check integration testing
(give correct user name,password)
click sign next page should display.
| Is This Answer Correct ? | 0 Yes | 0 No |
types of reviews
how to write test cases for boundary value analysis and equality partitioning?
Is it possible to have a defect with high severity and low priority and vice-versa i.e high priority and low severity? Justify,if possible? give a example?
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
What Is Functional Testing?
what is test scenario and test case ?please explain detail
what are the stages/statuses in the life cycle of a defect?
what is the difference between functional testing and regresion testing
How many testcases have you written till, now as an average per project?
what is mean by configuration managaement.. explain with example ?
send the senario template
Prepare a set of test cases you would use to test a 'Corded telephone?