suppose an interviewer asks you to write a testcase for a
login window (and application is not given to test). Should
we write actual results or expected results or both?
Answer Posted / b.venkat reddy
if u draw the diagram of login as follow
username .............
password .............
ok cancel
first we will write the testcases based on boundary value
analysis and equilly partitioning
accorinding bva, if username accept the characters between
4-14 we should write x-1,x,x+1 and y-1,y,y+1 as 3,4,5 and
13,14,15
according to eq, we should write the valid and invalid case
based on 0-9,a-z,A-Z,special characters and spaces
if any wrong mail me ,thank u
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Define some of the attributes of a test case?
What is component testing?
What are semi-random test cases?
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain which test cases are written first black boxes or white boxes?
write a test case for yahoo compose page?
Explain the integration testing?
How to test Webservices and how can we write test cases for that
write test case for button of google page?"i am feeling lucky" if button is not appear on page?
In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input:
Could you pls give me sites where i can test card? mail me to
how to write a test cases for courier offices?
Which of the following defines the expected results of a test? Test case specification or test design specification.
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
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?