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
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 |
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 |
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 |
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
What is pesticide paradox? How to overcome it?
what is the difference between Client server application and web based application
Project had been started in Manual testing and Automation of some fixed modules, Then finally decided to Test the total Application in Automation then it is possible to test that application.
How will you transfer file from remote server to your machine if ftp is disable
Give me few testcases(5) of any application other than login related!
Apart from testing what are ypur roles as a tester.
What is grey box testing?
explain current project?
tester can give suggestion to developer "how to fix the bug" in bug report
Who fixes the bug as Severity and priority ?
12 Answers Access, Aricent, Infosys,
Types of validation Testing?