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?
Answers were Sorted based on User's Feedback
Answer / phani_k07
We will write the test case procedures only ,we can write
the BVA and ECP test cases for it.For instance
TEst case 1 :valid user name entry (shud be b/w 4 -14 chars)
then
BVA are min char 4 max char 14,min+1 ,min -1 ,max +1 ,max-1.
ECP are a to z ,0 to 9 ,A-Z,special chars ,blank.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
Answer / nits
you should go for test scenarios..thats it.It will be
enough for the interviewer.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
write the test cases for pen
13 Answers GE, NEDA,
There is one scenario. On login page three fields are available i.e.Login id,Password and checkbox(having funtion remeber my password for 1 week). Please tell me test cases for checkbox.
Test a file replication service that copies files from one net location to another
what is not present in the test case? 1>requirment ID 2>test case ID 3>bug ID 4>objective
How to write test cases on for Logging management?
what all are available test cases for Search engine NLP (Sixth sense).
Describe to me the difference between validation and verification.
How to write test case on paper and pen.
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
1. Given the following: You have an application that consists of three parts: a front end GUI, a middle-ware layer where all the processing of data takes place and a database where data is read from. What are the areas that would be most likely to break? What would your testing strategy for this be? Why? 2. Imagine I am handing you a wine glass and I ask you to test it. What would your testing strategy for this be?