ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Testing  >>  Manual Testing
 
 


 

 
 Automation Testing interview questions  Automation Testing Interview Questions
 Manual Testing interview questions  Manual Testing Interview Questions
 QA Concepts interview questions  QA Concepts Interview Questions
 Mobile Testing interview questions  Mobile Testing Interview Questions
 Test Cases interview questions  Test Cases Interview Questions
 Test Documents Reporting interview questions  Test Documents Reporting Interview Questions
 Testing AllOther interview questions  Testing AllOther Interview Questions
Question
Suppose if you have given Login screen to Test. What type of
tests  r u going to do on that.How many test cases can u
write.?
 Question Submitted By :: Semo
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 1
generally login screen will have the titel bar,user id,text 
box,password .,ok button, cancel button,help button

 THE CONDITIONS R 
IT SHOULD START WEITH ALPHANUMERIC IN LOWERCASE FROM 4 TO 
16 CHRACTERS LONG,PASSWORD ALLOWS ALPHABETS IN LOWER CASE
OR NUMBERS.

TASTE CASE 1 

SUCCESSFUL ENTRY OF USER ID
BVA
MIN=4CHAR===== PASS           VALID     INVALID
MAX=16 CHAR====PASS           a to z     A TO Z
MIN-1=FAIL                    0 TO 9
MAX+1=FAIL
MIN+1=PASS
MAX-1=PASS

TEST CASE 2
SUCCESSFUL ENTRY OF PASSWORD

BVA
MIN= 4CHAR====PASS            VALID    INVALID
MAX= 8CHAR===PASS             a to z   A TO Z
MIN-1=FAIL                    0 TO 9
MAX+1==FAIL
MIN+1=PASS
MAX-1=PASS

TEST CASE 3

SUCCESSFUL LOGIN OPERATION

UID       PW           CRITERIA

VALID     INVALID       PASS
INVALID   VALID        FAIL
VALID     INVALID      FAIL 
INVALID   INVALID      FAIL
VALID     BLANK        FAIL
BLANK     VALID        FAIL


ANY MORE DOUBTS PLZ ASK ME 

N.VENKATRAMAN 
TESTING ENGINEER
HYD 







 
Is This Answer Correct ?    1 Yes 1 No
Nvr_82@yahoo.co.in
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 2
we can do Negative testing in order to check Error handling
not onlu the aboue general checkings..
 
Is This Answer Correct ?    0 Yes 0 No
Suman
 
 
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 3
1st one is not complete. We have to check security level 
also.if it is web bacsed - after log in to application we 
need to go back and check wheather copy paste of browser 
address is working.
 
Is This Answer Correct ?    0 Yes 0 No
Pratik
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 4
We Need to get the requirements first, & based on the 
requirements we need to test the login interface.
 
Is This Answer Correct ?    0 Yes 0 No
Aleem
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 5
Again its tht simple , i check for boundary conditions , 
tab movement ...giving inputs for execution such as 
alphabets ,numericals , alphanumericals , 
total number of test cases for this is 20
 
Is This Answer Correct ?    0 Yes 0 No
Vivek.ranganathan
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 6
Hi,
I would like to add one more test case regarding security
testing.

Pls check that user is not able to copy paste the password
from provided text box to word document/notepad
 
Is This Answer Correct ?    0 Yes 0 No
Kumud Ingale
 
  Re: Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How many test cases can u write.?
Answer
# 7
First we go for GUI and the functionality by writing 
Postive and Negatvie testcases

GUI testcases
1. Check for the availabiliyt of login sreen.
2. Check for the availability of user name field.
3. Check for the availability of Password field.
4. Check for the availability of Signin and ok  button.
and we can write more testcases depending up on the  
requirements...
POSITIVE testcases.
1. Invoke the Login screen.
2. Enter valid user name and valid password.
3. click on signin or ok button.
To write a positve testcase the tester should be in 
Positive mindset.
NEGATIVE testcases..
1. Invoke the Login screen.
2. Enter invalid user name and invalid Password.
3. Click on signin or ok button.
in this case u have to think in both ways to match ur 
testcase with the requirements and to match with the 
expected value to the actual value.

guess u understood 

any douts u can mail me to ajay.thomala@gamil.com
 
Is This Answer Correct ?    1 Yes 0 No
Ajay
 

 
 
 
Other Manual Testing Interview Questions
 
  Question Asked @ Answers
 
What is the Difference between Volume Testing and Load,Stress tests..? Quark5
How can u do the performance testing? Wipro1
explain bug cycle Cap-Gemini9
How to test Requirements? Cranes3
what is Waterfall model?  5
is test data the same as test condition  2
What is the difference between Retesting and Data Driven Testing? CTS8
what is the format of traceability matrix? HCL2
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 Accenture10
After project was released to customer the customer find a defect in u r build. the build is related to that area which u had tested that. so u r TL comes and asks u then how will u convince u r TL and The customer iFlex4
How to test check boxes  6
What is Elementary Acceptance Testing  2
what is the defference between stress and load testing? TCS5
Any one can send the Test Plan Tempelate to this id raj_kan1979@yahoo.co.in Photon1
If there are so many settings/options to choose, how to write test cases?  1
Did u come across STUBS and DRIVERS?How did u use these in u r project ? Infrasoft7
What all possible test scenarios can be written for the PAINT OF An Airplane? Cognizent1
Generally how do we do DataBase testing in Manual testing.. Do we prepare any testcases.. Generally do we concentrate more means ex: Joins, Triggers.....Anybody can expalin it in detail..Thanks in Advance.... Symphony4
how will you prioritize the work?  1
what is requirement tracebility and it's format  4
 
For more Manual Testing Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com