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 / abdul sameer
Hi Preeti whenever you come across such questions in
interview we need to draw a flowchat for the asked scenario
and then decide how many High level test cases can we come
across, we have some topics which covers how many test cases
can be written for each and every flow , this is not an
ordinary question this is the question which they ask for
certification level.
Here is the flow for your answer
_________
| start |
|_______|
|
_________
| Score |
|_______|
|
/ \
/ \ Yes ________
/ 90- \ _____________ | "A" |___
\100 / |_______| |
\ / |
\ / |
| |
| No |
| |
/ \ |
/ \ Yes ________ |
/ 80- \ _____________ | "B" |___|
\ 90 / |_______| |
\ / |
\ / |
| |
|No |
| |
/ \ |
/ \ ________ |
/ 70- \ Yes__________ | "C" |___|
\ 80 / |_______| |
\ / |
\ / |
| |
|No |
____|____ |
| "F" | |
|________| |
| |
____|____ |
| End |___________________________|
|________|
The above flowgraph explains the scenario which you have said
Now obverse that from this scenario we can see that if
90-100 condition pass we get Grade "A"
if 80-90 condition pass we get Grade "B"
if 70-80 condition pass we get Grade "C"
else we can see "F".
So if we check then there wil be exactly "4" High level test
cases. I need to leave now I will explain in other time
continuine this answer.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is a testbed in manual testing?
What do you think the role of test-group manager should be? Relative to senior management?
Write the 10 high test cases for making video call/face time
What do you like about computers?
What is baseline testing?
Give the real-time example for back-to-back testing?
6 what do you like least about testing?
Different types of design diagrams that supports to write test cases ?
What is the Testing strategy for testing client server applications/products?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
Give an example for pre testing and post testing ?
Explain unit testing, integration tests, system testing and acceptance testing?
What do you plan to become after say 2-5yrs (Ex: QA Manager, Why?)
What is Snapshot Testing? When we need to do and who will involve in this process and also what is the output document of this testing
what are questions asked in TCS for database tester (sqlserver)?ay idea