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

i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?

0 Answers  


what is testing

8 Answers  


Draw Backs of automated testing?

6 Answers   Wipro,


what technical problem u face in your module please tell what is it mean its any bug or anything else i want ans give any example which ever modul u r working for u can give me any example

0 Answers   Google,


what type of testing techniques are using after accept the build?

0 Answers  






who is releasing the project?PM/TL?

3 Answers  


in employe details form, we are entering First name as manjunath and Last name as sastry. but when we retriving the data in reports form, it shows as first name as sastry and last name as manjunath. here bug may be in employee details form or reports form. how you check in manual?

9 Answers   CTS,


As i know Tester must hv to submit the test cases, test report, bug report,test results to his/her manager. So i question is What we write in test report and what else document we hv to submit to the Pm/TL.

2 Answers  


What is difference between regression testing and re- testing?

17 Answers   Mind Tree, TCS,


There are 2 clients for a server and that clients can access the data from the server only for 10 days. so how will you test this scenario manually? Can u pls help me?..

4 Answers   eMids, TCS,


will rapid test script wizard works in web testing?

1 Answers   QA,


tell me some req'r which were added to frs , in the middle of the project? brahma412@yahoo.co.in July 24

1 Answers   CTS,


Categories