Both Password & User id are empty & Login, Is it a valid
test case?
Answers were Sorted based on User's Feedback
Answer / neeraj shrivastava
yes this is valid test case because by this we try to check
nature of application for NULL value.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / nuthan kumar v
Yes. We have to verify Login operation by leaving blanks in
both fields. Alert message should be appeared. It should
not allow to next page.
Nuthan Kumar V
Testing Engineer.,
| Is This Answer Correct ? | 2 Yes | 0 No |
Yes this test case is a check for boundary value condition
of NULL in both fields. This test can tell if the proper
error messages are displayed (checks error handling
techniques used in the code). Moreover it also tells if
these conditions are
--> handled in the front end - by having javascript code and
displaying alert boxes
--> handled by backend - by displaying error messages on the
web page. These types of errors for field validatios can put
extra load on the server.
| Is This Answer Correct ? | 1 Yes | 0 No |
when 200 testcases are to be written in a single day, then what will you do?
What is Defect Acceptance ?
What is Test Case?
Difference between spiral model and proto type in sdlc?
Differentiate Test log and defect report.
what are the 3 key elements of agile methodology
How will you know if you wrote sufficient test cases for a particular business requirement.
what is the diff b/w bug and defect?
Role of Software Test Engineer in Software Company
what r the client side scripting languages and server side scripting languages
we enter that user name field is blank and password field is blank and click on Ok. what type of testing is this 1)functional testing 2)security testing
What r the inputs in System Testing?