Hi All,
I am new in testing field. I got an interview and the
question was asked-
What would be your high level test case on the following
scenario. There are 2 fields one is SCORE and other is
GRADE and there is a go button. Scenario is If score is 90-
100 then grade should be A, if Score is 80-90 then B, if 70-
80 then C Else F.
So I told that -
I will check Boundary values by giving max +1 and min-1
values.
I will check the functionality is working as per the
requirement or not.
I will include + and - testing.
But seems like my answer was not correct, obviously because
I don't have much experience. So plz provide me the best
answer of this Q ?
Thanks in advance.
Preeti

Answer Posted / santosh kumar

Hi preeti, the given scenario is not a valid scenario.I am
explaining you in deatil.The Grade respective to the score
will not valiadte.It will be like this

1)90-100---A
2)80-89----B
3)70-79----C
4)Else-----F

OR it can be 91-100----A
81-90-----B
70-80-----C
Else---F
And the boundary value analysis for this Object(0-100)
1)Min(0)-----Pass(0)F Grade
2)Max(100)---Pass(100)A Grade
3)min(+1)----Pass(1)F Grade
4)Max(-1)----Pass(99)A Grade
5)Min(-1)----Fail(-1)F Grade
6)Max(+1)----Fail(101)F Grade

for each validation user should have to write 6 test cases
Total validation above mentined 4 condtions so, (4*6)=24
test cases will occur.
For example considering first case:90-100(for grade A)

1)Min(90)-----Pass(90)A Grade
2)Max(100)--- Pass(100)A Grade
3)min(+1)---- Pass(91)A Grade
4)Max(+1)---- Fail(101)F Grade
5)Min(-1)---- Fail(89)B Grade
6)Max(-1)---- Pass(99)A Grade

Is This Answer Correct ?    26 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why use caffine for HPLC calibration ?

1662


What do you like about computers?

1792


hi friends i have a question while the files are uploading into the web server(for storing)..... securely......... what is the meaning securely.......its regarding virus threating or user authentication.... the files are video files these are ripping and converted into .flv format pls clarify ..........thanks in advance......

1479


how recovery manager works in winrunner

1559


What are the main key components in web applications and client and server applications? And explain the differences between them?

676






what is test case management?explain in brief.

1551


Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.

1811


what s test block ratio? please any one answer me..

1827


In our project, we use Withdrawal Indent, we are confused to use heading as "Withdrawal Indent" or "Withdraw Indent". Please suggest me which one to use ASAP, Thanks in advance

1542


IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?

9086


can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??

1391


how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me

1801


Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?

3004


What does 100% statement coverage mean?

1813


can u plz give an example for regression testing with example.

1609