Both Password & User id are empty & Login, Is it a valid
test case?
Answer Posted / lakshmi v
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 |
Post New Answer View All Answers
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it?
Can you explain equivalence partitioning?
Tell me about Agile scrum and what is your role in Scrum ?
Can Anbody please send me Daily Work status format in which I can save my daily work activity
Can anyone please answer the below question on Manual Testing: Tell me about atleast 5 bugs you come across in your last testing?
can any one send sample test cases for database testing by taking an example? also leave emailid please. thanks (very urgent)
What is formal testing?
What is pesticide paradox? How to overcome it?
What is reverse engineering?
When do we perform smoke testing?
Scenario-based testing Option 1 concentrates on actor and software interaction Option 2 misses errors in specifications Option 3 misses errors in subsystem interactions Option 4 Both 1 abd 2
Discuss what test metrics you feel are important to publish an organization?
What r the functional testing u perform?
In which all places, testing is done?One is from the server by calling server name.Can u suggest others?
Tell me example for Risk,Mitigation,Assumption?