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



This is a common login screen example with all well known fields like username, password, etc. Ho..

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

This is a common login screen example with all well known fields like username, password, etc. Ho..

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

This is a common login screen example with all well known fields like username, password, etc. Ho..

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

Post New Answer

More Manual Testing Interview Questions

What is Entry Criteria & Exit Criteria

3 Answers   QA, Wipro,


what is the preference when we perform manual testing- either FEATURES or FUNCTIONALITY ?

1 Answers  


What is meant by TRM in Testing?

4 Answers  


What is configuration Management What is change management What are Severity and priority levels What is Data integrity and Data validity What are the browsers available and explain their versions Is it possible that Quality variates project to project What are GUI Map files and explain their Contents What is Data base check point and why we go for that What is the difference between the Client server application and a Web application Does Winrunner Supports Web applications What is process Management What is an Error, Defect, Bug What is Quality Which version of Winrunner you are using What is Build Verification and why we go for it What is Defect density What is Integration testing What is Static testing and types of Static testing What is Validation testing what is Data driven testing and why we go for data driven testing what is the definition of Testing What is Sanitation Testing

1 Answers   Semantic Space,


How can i understand about the concept of "State Transition" Testing. Can any Testing genius can suggest me.

2 Answers  






why u can choose manual tasting

4 Answers   HP, SourceTrace Systems,


can any body explain about BVA and ECP briefly?

3 Answers  


when will u write user aceptance test cases before functional or after?

2 Answers  


Any body can write the test cases for Address field, Mobile Number field & Landline Number field ?

3 Answers   Maslin Technologies,


what is UAT and IST ?

5 Answers  


what is meant by web service testing and what is the use of web service testing ?

1 Answers  


What is regression testing

13 Answers   Satyam,


Categories