1. WHAT IS USE CASE? WRITE AN EXAMPLE OF USE CASE?
2. WHAT ARE THE PROPERTIES OF DEFECT TEMPLATE?
3. WHAT ARE THE TYPES OF TESTING?
4. WHAT IS TESTING?
5. WRITE TEST CASES FOR YAHOO MESSENGER LOGIN?
6. EXPLAIN PROBLEMS IN COMMUNICATIONS WITH CLIENT?
7. WHAT IS WEB TESTING?
8. WHAT SHOULD A SUCCESSFUL TEST ENGINEER DO?
9. WHAT IS BI DIRECTIONAL TRACEABILITY MATRIX?
10. TELL ME A REAL ACENARIO WHICH YOU EVER FACED?
11. GREAT BUG YOU FOUND IN YOUR CAREER?
Answer / saranya c
1. Use Case is a document, it should be prepared by the
product team...how do use the product ? it is called as use
case...
Ex: take "Login" page.
Use case 1. Enter the valid user name and password
Use case 2. Click the Ok button, it should be opened the
application.
2. Defect template properties:
* Defect id
* Deftect description
* Test case id (which test case failed that id only
should be mentioned here)
* Test Case Description (Which test case failed that
description should be added)
* Tested Date.
This document should be prepared every end of the testing
and send PM and devlop team leader
3. Black box testing
*BVA
*ECP
*Error guessing
White box testing
* Unit testing
* Integration testing
system testing
usability testing
user acceptance testing
end to end testing
smoke testing
sanity testing
4. Testing is the process of completeness, correctness of
the developed product, it should be give the quality prodcut.
5. Main test cases for yahoo messenger
* Don't give the input----warning message should be
displayed
*enter only user name-----warning message "Please enter
password
* enter only password----"Please enter the user name
and password
* user name should be allowed only alpha characters
* Password should be allowed all characters.
8. Test engineer should be give the product as a "Quality
product" and push the developer to rectify the main bugs as
early as possible. Every day testing status should be sent
to PM. Test engineer should be follow the test plan.
11. When you give the single quotation in the text box
field, here error page going
* page navigation problem
* Spelling mistake in the warning message
* Click the Back button from the browser, it should not
go to the back.
| Is This Answer Correct ? | 6 Yes | 2 No |
if a problem on client side is restarting of PC then what are u going to do and say me the methods to solve the problem?
what is testplan? and can you tell the testplan contents?
what are test deliverabls?
do you or anyone has 100or over test cases in different categories
what is volume Testing?
hOw do we avoid logging duplicate bugs
CGI MANUAL TESTING INTERVIEW questions: 1. tell me about your self 2. could you please explain bi-directional traceability 3. Tracebulity matrix with example 4. What and diff between validation & verification activities 5. Possible ways to check the log-in screen page get locked (user acc should b same all ways) 6. log in screen for a job portal for user and new registration user screen and give some new requirement changes 7. What is maintainace testing and support-testing 8. What the real time scenarios you are using your system 9. what are the techniques used for test coverage 10. what are the methods used for manual testing to write test case 11 is any domain you would like to prefer 12 have you been a part of end-to end testing (system testing) 13. What is non-functional testing?
Differentiate Test strategy and Test case?
How many members can write the single test case?
Give an example of high severity and high priority bugs?
What is pesticide paradox? How to overcome it?
Did u come across STUBS and DRIVERS?How did u use these in u r project ?