Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.?

Answers were Sorted based on User's Feedback



Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / kumud ingale

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 ?    3 Yes 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / ajay

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 ?    3 Yes 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / nvr_82@yahoo.co.in

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 ?    4 Yes 3 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / suman

we can do Negative testing in order to check Error handling
not onlu the aboue general checkings..

Is This Answer Correct ?    1 Yes 0 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / pratik

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 ?    1 Yes 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / aleem

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

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / vivek.ranganathan

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 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / manojnarra

Mostly we can prefer three steps
1.GUI(GRAPHICAL USER INTERFACE)
2.FUNCTIONAL
3. NON FUNCTIONAL

THE FUNCTIONAL TESTING IS FURTHER DEVIDED IN TO TWO
CATEGIRIES
1.POSITIVE TEST CASES
2.NEGATIVE TEST CASES

MANOJ NARRA

Is This Answer Correct ?    0 Yes 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / suresh

These are the test cases i wrote for a login screen
and i wrote 26 simple test cases, if i depth i will write
another 10 test cases

Test case 1
1.Minimum 4 characters = PASS
2.Maximum 16 characters = PASS
3.Less than 4 characters = FAIL
4.Greater than 16 characters = FAIL
5.Special characters = FAIL
6.Blank space = FAIL
7.Both alphabets and characters with minimum 4 characters
and Maximum 16 characters = PASS
8.Both alphabets and characters Less than 4 characters = FAIL
9.Both alphabets and characters Greater than 16 characters =
FAIL
Test case 2
10.Minimum 4 characters = PASS
11.Maximum 8 characters = PASS
12.Less than 4 characters = FAIL
13.Greater than 8 characters = FAIL
14.Special characters = FAIL
15.Blank space = FAIL
16.Both alphabets and characters with minimum 4 characters
and Maximum 8 characters = PASS
17.Both alphabets and characters Less than 4 characters = FAIL
18.Both alphabets and characters Greater than 8 characters =
FAIL

Test case 3

User Name Password Criteria

19.Valid Valid PASS
20.Valid Invalid FAIL
21.Invalid Invalid FAIL
22.Invalid Valid FAIL
23.Valid Blank FAIL
24.Invalid Blank FAIL
25.Blank Valid FAIL
26.Blank Invalid FAIL

Is This Answer Correct ?    0 Yes 1 No

Suppose if you have given Login screen to Test. What type of tests r u going to do on that.How man..

Answer / surbhi

The answer given by Suresh is perfect ...
First we will check the basic functionality whether all the text boxes:

User ID:
Password:
Submit..
Button are working or not ...Then if it has any kind of hyper link then we will check that .....

Then the security testing will be done . where we will check the password shud not have copy paste options....
And if it is a application related to bank or any financial term then we will check for the application time out period after login...


Then after that we will check the main functionality checking for data and inputs ...


And last once main testing is done then the GUI testing will take place...



Correct me if i am wrong....

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Manual Testing Interview Questions

what is the decission table?

1 Answers   Wipro,


What is the relation ship between regression testing and pesticide paradox?

4 Answers  


If you find a bug and the developer says it is as-designed, what can you do?

4 Answers   Wells Fargo,


Which one is done first, either testcases or test scenario?

3 Answers   Fidelity,


How to check security of any browsers???

1 Answers   IBM,


scenario is like the following, a software to be installed in the train the work of the software is when ever any object comes opposite to it the train has to be stopped would u plese any bone tell us the test case for this

2 Answers   AZTEC,


What is the difference between stress, volume and load testing?

7 Answers  


hi, this is geetha, i have one doubt regarding the vulnerability testing. For sql injection testing is there any need for the tools to be installed. If it is what is tool and what is the method to test in sql injection testing. Plz Guide me

0 Answers  


Why does software have bugs?

2 Answers   Crea,


Could you tell me two things you did in your previous assignment (QA/Testing related hopefully) that you are proud of?

2 Answers   Allianz,


Suppose that your're running tests on the windows calculator and find that 1+1=2,2+2=5,3+3=6,4+4=9,5+5=10 and 6+6=13. Write a bug title and Bug Description that effectively describes this problem?

9 Answers   FCG,


How is the communication with the developers for the Unit Testing?

2 Answers   CSS,


Categories