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 |
what is WinRunner frame
keep pen in u r hand and write negative test cases.
What are the phases involved in software testing life cycle?
Guys, can any one of u give the realtime example for Alpha Testing
After testing the application May I have to keep a Test Log of the application ? If Yes then how? And What is the format for it?
Who does integration testing ? Developer or Test Engineer?
8)What is the actual need for an alpha and beta testing? A)For the developers it is impossible to predict how the end user with really use the application B)Misinterpretation of instructions for using the software C)End users may use strange combinations of input data D)All the above
How many are the types of Black Box testing ?
What is the basic need for preparing test cases?
Hi,iam geetha i want to know about the different type of testing for the webapplications. Since iam doing only manual testing, i want in full details about webapplication testing. Thanks in advance
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
Explain some techniques for developing software components with respect to testability.