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 |
difference between smoke testing & sanity testing?
What will you do when you were given two different projects and asked to complete them at same time?
what are the contents we have to cover in manual testing to get the job
What is TestWare?
explain fields of a bug
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
What is Independent Testing?
please make me understand what is client server and web application?
What is Risk Mitigation and who will involve in Risk mitigation plan?
what is regression testing?
11 Answers IBM, TCS,
wht is need for testing?why testing is neccsary?why testing is done?
How do you perform configuration management with typical revision control systems?