parminder sandhu


{ City } fremont
< Country > usa
* Profession * qa
User No # 1154
Total Questions Posted # 0
Total Answers Posted # 5

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

Users Marked my Answers as Correct # 49
Users Marked my Answers as Wrong # 10
Questions / { parminder sandhu }
Questions Answers Category Views Company eMail




Answers / { parminder sandhu }

Question { 27642 }

What is the Defect density? how to find out Defect density
in the TestEnvironment?


Answer

The Measure Defect-Density (DD) Measures the number of
defects in a perticular size of code. it is measured as follows:
LOC (Lines of Code), Defects: number of defects in the code;

DD = Defects/(K)LOC

Is This Answer Correct ?    42 Yes 4 No

Question { TCS, 21290 }

how can u do regression testing tell me procedure?


Answer

Regression Testing is as discussed in above answer is done
after the first build release, and in regression testing we
test if the bugs that exited in the Build are actually fixed
or not, we also apply testcases for new requirements (if
any) to check if the system is working fine.

Is This Answer Correct ?    4 Yes 2 No


Question { TCS, 21290 }

how can u do regression testing tell me procedure?


Answer

Regarding the regression testing procedure, it is same as
testing, we just re-run all those test that were previously
run, but this time we make sure that the test cases match
the new chnages, or new requirements that were not there in
the system.

Is This Answer Correct ?    1 Yes 0 No

Question { BirlaSoft, 10360 }

what is ERP? why inventory comes in ERP?


Answer

A. Enterprise Resource Planning software, or ERP, doesn't
live up to its acronym. Forget about planning?it doesn't do
much of that?and forget about resource, a throwaway term.
But remember the enterprise part. This is ERP's true
ambition. It attempts to integrate all departments and
functions across a company onto a single computer system
that can serve all those different departments' particular
needs.
B.
Building a single software program that serves the needs of
people in finance as well as it does the people in human
resources and in the warehouse. Each of those departments
typically has its own computer system optimized for the
particular ways that the department does its work. But ERP
combines them all together into a single, integrated
software program that runs off a single database so that the
various departments can more easily share information and
communicate with each other. thats why it has the inventory.

Is This Answer Correct ?    2 Yes 1 No

Question { Creative Informatics, 19591 }

what is tracebility matrix? what is negative testing


Answer

A traceability matrix documents the following:-
1. User and functional requirements.
2. Design specifications that address each user requirement.
3. Testing references (i.e., Operational, and User
Acceptance) and specific objectives or Standard
Operations Procedures (SOPs)which verify that the user
requirements have
been met.

B. "Testing aimed at showing software does not work", is
called negative testing.
Each test in negative testing needs two elements:-
1)to show that the software will fail
2)the failure is handled in a specified manner

Is This Answer Correct ?    0 Yes 3 No