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 |
!.what is the need for testing ?
how to face the interview how the dress wear while going to interview
Describe me to the basic elements you put in a defect report?
why sanity testing and why smoke testing?
What r the input documents to the design test cases?
Explain test case?
write test 5 negative test cases for pen?
What are the disavantage of Manual Testing?
Explain user acceptance testing.
what is date field test case
From where should we start writing the test cases. Say suppose we have a pageA with few check boxes, radio buttons, links, some text in it and a link on pageA takes us to another pageB. Then from where should we start writing the test cases?Also suppose we have 10 links in a page should we write separate test cases for each link?
What are cookies?