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 / chandu
Hi Preethi,
checking BVA is secondary, first we need to find out the
High Level Test case. what he is asking..
So here we can say one test case. which is functionality
test case,
when user clicks on the Go button, weather it is giving
write message(grade) or not,
and i want to say one more thing for all, for checking BVA
we need Low Level Document(mandatory), then only we will go
for BVA. without having LLD, don't even think about the BVA.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the principles of software testing?
What are the main key components in web applications and client and server applications?
Which criteria should take in account while doing CMS testing of any project?
how to test a store procedure?
What is the big deal about ‘requirements’?
Is an "A fast database retrieval rate" a testable requirement?
For any web application, what are the possible login features that should be tested?
What Is risk Based testing?
How can I done a Web Testing? Which steps are include in it?
Architectural structure of the insurance project?
What about the test case if the field only takes a certain number of characters or a minimum number?
Describe your personal software development process.
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
what types of bugs will we find out in banking projects
what is sanity test (or) build test?