anna


{ City } fords
< Country > usa
* Profession *
User No # 25915
Total Questions Posted # 0
Total Answers Posted # 87

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 493
Users Marked my Answers as Wrong # 123
Answers / { anna }

Question { 8818 }

Can any one explain about USE CASES?


Answer

Use cases is a document that describes user action and
system response for a particular functionality. For example
if there is a submit or next button on the end of the page
and if we " "click it" it has to take us to next page. So
the submit or next button's functionality is to take us to
the next page.

Is This Answer Correct ?    8 Yes 3 No

Question { 6239 }

As a Tester how we choose black or white box testing
technique for a application?


Answer

As a tester we do black box testing. To do white box testing
we need to know coding. And the technique that we have to
apply in testing is positive and negative testing. Test
leads will let us know what kinds of testing we have perform.

Is This Answer Correct ?    16 Yes 0 No


Question { 5026 }

Hi all,

I am currently working in manual testing and am interested
in database testing. How do I change my career from manual
to database testing? What are the prerequisites for that
inorder to equip myself for database testing?


Answer

Hi,
You have to learn SQL queries. Most of the time in the
database testing we use the JOIN queries. We need to learn
so basic queries. You can learn SQL in www.w3schools.com.
Whatever is this website is more then enough for database
testing.

Is This Answer Correct ?    2 Yes 0 No

Question { 3035 }

specify another matrix/table used for same functionality as
of tracibility matrix?


Answer

Another matrix used for same functionality as of
traceability matrix is Test director now called as Quality
center.
Traceability matrix is used to map between the requirements
and the test cases.
Even in the QC we map requirements to test cases.

Is This Answer Correct ?    0 Yes 1 No

Question { 6159 }

what is security testing? can u please set an example for it?


Answer

Security testing
Some page of the application is access able only to the
authorized persons. As a tester we have to test that
securities are working fine.
For example bank application, Not all user can login in to
the banking website, this how they protect from hackers.
Even bank employee can access only authorized pages not all
the pages of the application.

Is This Answer Correct ?    2 Yes 0 No

Question { 6838 }

What are the contents of a Test Plan?


Answer

Contents of the test plan are
1. Entrance and Exit criteria
2. Features to be tested and Features not to be tested
3. Environments
4. Resource and training
5. Reports like status, summary and defect tracking reports.
6. Risk analysis
7. Suspension criteria.

Is This Answer Correct ?    0 Yes 0 No

Question { 6838 }

What are the contents of a Test Plan?


Answer

Hi Somesh,
Here is a little correction. Test plan is
prepared by the test lead or by the tester. Project managers
prepare test strategy.

Is This Answer Correct ?    0 Yes 0 No

Question { 5141 }

how to Link the requirement with Test Cases in the
Treaceability Matrix. Give real time Example

( Pl. Real Time Project testers only)


Answer

Hi,
In the real time application is divided into
different modules. Each module or the requirement is
identified with the unique ID. For every module we write one
or more test cases and each test case has it own Id.
Traceability matrix is used to mapping between the
requirement and test cases. In the traceability we enter the
requirement id and the testcase id's that are linked to each
other.

Is This Answer Correct ?    2 Yes 0 No

Question { ITC Infotech, 8870 }

Explain Water fall Model


Answer

Hi,
Like Ramprasad said this is how the water fall model
works. But it has it's major disadvantages. If there is a
major change in the requirement like adding new
functionality or fixing the defect when the application is
in testing phase, then it will be very expensive to fix it.
So this is not really a successful model.

Is This Answer Correct ?    3 Yes 0 No

Question { Xavient, 6617 }

What is Equivalence Partitioning and Boundary Value Analysis.
Is Boundary Value is subset of Equivalence Partitioning??


Answer

Boundary value - For example password. In the requirement
doc if they define like password should be 6-10characters.
Then we have to test for 5 characters, we have test 6 and
one between value like 7 or 8 or 9, and with 10 characters
and one with 11character
For ex a to z we have test (a-1),a, g, z,(z+1)
Equivalence partitioning means we have to divide them into
equal parts and we have test each part.
for ex. 500 to 1000. divide them into equal parts like 500,
600,700,800,900,1000 to test them.

Is This Answer Correct ?    9 Yes 2 No

Question { Xavient, 10377 }

What is Testing Life Cycle?


Answer

Testing life cycle includes

1. Analyzing the requirements
2. Prepare the test cases
3. Execute the test cases
4. Defects tracking
5. Preparing the Reports for the testing.

Is This Answer Correct ?    3 Yes 1 No

Question { Xavient, 13720 }

What is severity and Priority,gave me a example of High
Severity and Low Priority and Vice Versa.


Answer

Severity is defined by the tester. Severity defines the how
severe is the defect like critical, high severity, medium
and low severity.
Priority is defined by the developers. Priority defines how
soon the defect need to be fixed.
If the main functionality of the application is not working
as intended then while testing we assign it as high
severity. For ex. In the banking application after
completing the transaction we have click submit if it
doesn't work properly it is high severity defect.
Low priority is if there are any cosmic errors like spelling
mistake. First they have to first pay attention to the high
severity and then low priority defect.

Is This Answer Correct ?    8 Yes 1 No

Prev    1   2   3   4   5    [6]