Real Time Interview Questions
Real Time Interview Questions
105. Write test cases for ordinary calculator like+, -, %, *, /, square root
using test
scenarios?
109. Please explain how we can estimate to Prepare test cases and
execution of test
cases. Is there any benchmark…
110. There is French dictionary and if you want to check it in English and
there is no documentation available then how you will test it and
write test cases?
111. Write down test cases for Notepad to "Save/Save as" a file. Write
down Functional, UI,
112. What kind of things you have to consider in writing test cases for web
interface testing?
113. If there is a message in the background and there is a popup screen
in the front. How to capture this message
without closing the popup screen.
114. Write test cases for blank screen that it is white. There are no scrolls
appearing on the screen.
115. How can I baseline my requirements?
116. If the requirements are added frequently or some of major
requirements are missing, what do you do?
117. What is the key element of Defect Report and Test case format?
118. What is bi-directional traceability matrix? Give sample format?
199. What role do you see yourself in 2-3 years from now?
202. What consideration u will take while deciding the test cases for
regression testing?
207. What difference you have observed while testing the Clint/Server
application and web server application?
208. What are the differences between system and functional testing?
209. What are the differences between interface and integration testing?
219. How do you know when the product is tested well enough?
220. What was a problem you had in your previous assignment (testing if
possible)? How did you resolve it?
221. Could you tell me two things you did in your previous assignment
(QA/Testing related hopefully) that you are
proud of?
222. What is the difference between a test strategy and a test plan?
223. Tell me about a difficult time you had at work and how you worked
through it.
224. Give me an example of something you tried at work but did not work
out so you had to go at things another way.
226. What is the primary difference between black box and glass box
testing? What kinds of bugs are you more likely
to find with black box testing? With white box?
227. A program asks you to enter a password, and then asks you to enter
it again. The program compares the two entries
and either accepts the password (if they
match) or rejects it (if they don’t). You can
enter letters or digits.
228. How many valid entries could you test? (Please show and/or explain
your calculations.)
229. Why would you use scenario testing instead of domain testing? Why
would you use domain testing instead of
scenario testing?
230. When would you use function testing and what types of bugs would
you expect to find with this style of testing?