sudhir


{ City } chennai
< Country > india
* Profession *
User No # 20704
Total Questions Posted # 1
Total Answers Posted # 5

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

Users Marked my Answers as Correct # 29
Users Marked my Answers as Wrong # 7
Questions / { sudhir }
Questions Answers Category Views Company eMail

I want to invest in learning things that will get me good jobs in future. But wondering if Unix knowledge is something that is a MUST have or is it better to do any Data-warehouse tool (cognos, Qclik view, ETL etc..). Please suggest me.

Unix General 1861




Answers / { sudhir }

Question { 5897 }

When and by How you will come to a conclusion “Prepared
testcases covers the given requirements?


Answer

This can be difficult to determine. Many modern software
applications are so complex, and run in such an
interdependent environment, that complete testing can never
be done. Common factors in deciding when to stop :
•Deadlines (release deadlines, testing deadlines, etc.)
•Test cases completed with certain percentage passed
•Test budget depleted
•Coverage of code/functionality/requirements reaches a
specified point
•Bug rate falls below a certain level
•Beta or alpha testing period ends

All those above can be determine using traceability matrix.
Generally decide by Test Lead and Manager.

Is This Answer Correct ?    0 Yes 0 No

Question { 5960 }

can any one define V-V testing?....thanks in advance


Answer

Verification:
Verification is done by frequent evaluation and meetings to
appraise the documents, policy, code, requirements, and
specifications. This is done with the checklists, walk
throughs, and inspection meetings.

Validation:
Validation is done during actual testing and it takes place
after all the verifications are being done.

Please correct me if i am wrong.
Sudhir

Is This Answer Correct ?    7 Yes 3 No


Question { 4732 }

What is the difference found during the Web Page testing &
Desktop testing?


Answer

Desktop testing:
Desktop application runs on personal computers and work
stations, so when you test the desktop application you are
focusing on a specific environment. You will test complete
application broadly in categories like GUI, functionality,
Load, and backend i.e DB.

Web page testing:
Web application is a bit different and complex to test as
tester don’t have that much control over the application.
Application is loaded on the server whose location may or
may not be known and no exe is installed on the client
machine, you have to test it on different web browsers. Web
applications are supposed to be tested on different browsers
and OS platforms so broadly Web application is tested mainly
for browser compatibility and operating system
compatibility, error handling, static pages, back end
testing and load testing.

Please correct me if i am wrong..!!

Regards
Sudhir (Working in a MNC)

Is This Answer Correct ?    5 Yes 1 No

Question { 4339 }

What is V and V model


Answer

V and V stand for
V=Verification
V=Validation

Verification- It is done at application developing stage. It
is process oriented. It is prevention of the bug. ex:
verifying the docs like Srs, proj plan etc.

Validation- It is done at testing phase. It is product
oriented. It is detection of the bug.

Broadly it is called 'V' model in an organisation.

Is This Answer Correct ?    7 Yes 2 No

Question { TCS, 8732 }

what is static and dynamic testing.


Answer

Static Test: Testing prior to deployment. The Verification
activities fall into the category of Static Testing. During
static testing, you have a checklist to check whether the
work you are doing is going as per the set standards of the
organization.

Dynamic Test: Dynamic Testing involves working with the
software, giving input values and checking if the output is
as expected. These are the Validation activities. Unit
Tests, Integration Tests, System Tests and Acceptance Tests
are few of the Dynamic Testing methodologies.

Is This Answer Correct ?    10 Yes 1 No