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 |
Case study like you have been assigned in a team which going through a crucial phase of the project. Then how you can save your project to release on time without any defect leakageā¦.
what is the differance between debugging and testing?
How do you analyze your test results? What metrics do you try to provide?
Comparison testing is typically done to test two competing products as part of customer market analysis prior to product release. Is it true.explain comparision testing
exactly what is the purpose of configuration mgt tool? also give some examples?
What you consider at the time of Module Integration?
What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?
How do you measure a quality of the product ?
Explain about your current project role? and What are the applications involved? Where you will get paper bills?
you r a tester having good knowledge of coding.now in ur company developers are having some problem in coding will u (tester) help them.
How will you select the regression test case?
In my Projects there are permissions for users. According to permissions assigned to user, he can use the application. So Shall I write test cases for each & every permissions? There are 170 permissions for each & every functionality. Please guide me properly.