What are the validation check u generaly do in a Banking
log-in
form in security point of view..?

Answers were Sorted based on User's Feedback



What are the validation check u generaly do in a Banking log-in form in security point of view....

Answer / chaitanya

Validations for Banking Login form

Username : A-Z,a-z,0-9
Password : A-Z,a-z,0-9

There should be condition i.e There should be a Min of N no
of characters for both.

Is This Answer Correct ?    1 Yes 0 No

What are the validation check u generaly do in a Banking log-in form in security point of view....

Answer / varu

Here we are validating a banking login form.then go for testing techniques available like

1.Error Guessing
2.Equivalence class partitioning(Check for characters from [A-Z][a-z])
3.boundary value analysis(numbers max,max+1,max-1 min,min+1,min-1)

Is This Answer Correct ?    1 Yes 0 No

What are the validation check u generaly do in a Banking log-in form in security point of view....

Answer / pallavi h.panchbhai

for username and password validation from maxlength and
minlength for blank,
character from a-z,A-Z
Numeric,Alfanumeric

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is kick-off meeting? Why is it optional?

3 Answers  


what is difference between testing and development in your view?

4 Answers   Verizon,


can anybody tell me what is the difference between bata and alfha testing?? and sanitary testing??qtp testing

3 Answers   Infosys,


What are the major components of Perf Test Report?

0 Answers  


How will you test Email field?

5 Answers   IMC, Newgen,


Which types of testing do u do in u r organisation.

5 Answers   Infosys,


what is difference between regression & retesting?

7 Answers  


What kind of inputs do we need from the end user to start proper testing?

1 Answers  


What metrics will be collected during the Testing i.e from requirement Phase to Maintainance Phase

1 Answers  


if the defect is not reproducible then what u give the status in quality center

10 Answers   ACC, Accenture,


What is mutation testing and when can it be done?

3 Answers  


in which Software Life cycle phase does testing occur?

2 Answers  


Categories