athilakshmi


{ City } bangalore
< Country > india
* Profession * software testing
User No # 4485
Total Questions Posted # 0
Total Answers Posted # 11

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

Users Marked my Answers as Correct # 117
Users Marked my Answers as Wrong # 37
Questions / { athilakshmi }
Questions Answers Category Views Company eMail




Answers / { athilakshmi }

Question { 6524 }

how to test if there are 2000 requirements ro be tested in
an application ?


Answer

If we have 2000 requirements, divide the requirements to
the testers in the prority basis.

Eg:

To test functionality , those requirements has to
allocate for one group of testing people. Like wise we have
to segricate the requirements.

Is This Answer Correct ?    0 Yes 0 No

Question { 5990 }

tell me about V-Model


Answer

Verification Validation

1. Requirement Analysis
1.1 SRS 11. Acceptence Testing
1.2 BRS ( Alpha & Beta
1.3 FRS Testing)
1.4 Use Case 10. Performance
Testing ( Load, Stress,
Volume)
2. Design 9. System Testing
2.1 HLD
2.2 LLD 8. Integration Testing
3. Coding
4. Testing 7. Funcional Testing
4.1 Unit Testing
4.2 Unit Integration Test
5. Product Release 6. Sanity Testing

Is This Answer Correct ?    2 Yes 0 No


Question { 6993 }

what is the difference between stress and load testing


Answer

Load Testing: Increase n number of users and check the
response time of the applications.

Stress Testing : Increase the n number of transactions and

check the response time of the applications

Is This Answer Correct ?    1 Yes 1 No

Question { CTS, 17184 }

What is Tracebility Matrix ? What is there in that and what
will u do with that ?


Answer

Tracebility matrix is nothing but mapping the requirements
to the test cases. that means in order to the client that
we have covered all the req according to the SRS document.

there are 5 status

1. New

2. Open

3. Assign

4. Reopen

5. Differed

6. Close

Is This Answer Correct ?    1 Yes 15 No

Question { 7403 }

what do you mean by documentation testing


Answer

Documentation testing is to verify the SRS document as per
the requirements.

Eg:

Inspection, Walkthrough, Audit, code review ect..

Is This Answer Correct ?    2 Yes 2 No

Question { Infosys, 64017 }

what is the main difference between high and low level
design in sdlc


Answer

High level design:
Overall architecture of the appplication (e.g) data
flow, flow chart, data structure ect.

Low level design:

Detailed description of the each and every module.

Is This Answer Correct ?    101 Yes 11 No

Question { poonam industries, 11301 }

What is the test scenario? What is the difference between
test strategy and test scenario.?


Answer

Giving name to the test cases is called the testing
scenario.

Difference between the testing scenario and testing
strategy.

Testing scenario:

Giving name to the test cases is called the testing
scenario.

Testing strategy

what type of testing that we are going to do in the
application is called testing strategy.

Is This Answer Correct ?    2 Yes 4 No

Question { 9888 }

Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples


Answer

Boundary value analysis:

take the input value from the edges of the classes and
write the test case.

Eg:
1..........n;
input value is -1 0 1 and (n-1), n, (n+1)

Equivalent Partioning

Divide the input value into different class and pick the
value from the each class and write the test case:

Eg:
Age=n
input value is +n and -n

Is This Answer Correct ?    2 Yes 3 No

Question { 5875 }

who is releasing the project?PM/TL?


Answer

PM only release the projects

Is This Answer Correct ?    2 Yes 0 No

Question { Cap Gemini, 10485 }

trecebality matrix used for which purpose?


Answer

Purpose of Tracebility matrix:

TM is mapping the req to the test cases, that means in
order to tell the client that we have covered all the
requirements according to the SRS document.

Is This Answer Correct ?    4 Yes 0 No

Question { Wipro, 14018 }

what is diff b/w smoke testing & sanity testing?


Answer

Sanity Testing:

This testing will be done by the tester to check
whether the new application is ready for the major testing
effort.

Smoke testing :

this just like sanity testing, but this testing will be
done by the developer before releasing to the tester for
the further testing.

Is This Answer Correct ?    0 Yes 1 No