write a buisness scenerio on yahoo login page.
Answer Posted / psrisusee
Scenario for Login Page,
If User Name or Password is invalid
then DENY
Else If user name and password matches
then ALLOW
ELSE
DENY.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Test Case for Text Editor!
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
Explain the soak testing?
How would you do " Keeping two folders in sync testing"
What is transaction testing?
Positive and Negative test cases for the speedometer?(minimum 5 each)
Who will take care of test plan and test case?
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
Explain the load testing?
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
What is the domain testing?
Explain the component testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
HOW TO WRITE TEST CASES FOR MEGHA MENU DROP DOWN BOX.
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?