shankar


{ City } pune
< Country > india
* Profession * software test engineer
User No # 4329
Total Questions Posted # 0
Total Answers Posted # 25

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

Users Marked my Answers as Correct # 241
Users Marked my Answers as Wrong # 63
Questions / { shankar }
Questions Answers Category Views Company eMail




Answers / { shankar }

Question { Disha Tech, 15007 }

What is difference between Client-Server and Web based
architecture.?


Answer

Client/Server: Application is installed in Server and exe
is installed in Clients.
Web: Applications is installed in Server and clients access
the application through browsers.

Is This Answer Correct ?    4 Yes 5 No

Question { JVS, 5685 }

what is mutation testing ? when we are using this type of
testing?


Answer

Mutation testing is performed as part of Unit Testing. In
this testing phase, programmers will perform some change in
the coding and execute previously completed tests. If all
the tests are passed, then he will concentrates on the
same. If any one of the test is failed then he will
concentrate on the further coding.

Is This Answer Correct ?    2 Yes 0 No


Question { EDS, 19065 }

What are the contents in "Requirements Traceability Matrix"
not in " Test Responsibility Matrix"?


Answer

RTM describes the mapping among the requirements, test
cases and bugs.

Contents:
---------
1. Req.Id.
2. Description
3. Test Case Id
4. Result(Pass/Fail)
5. Bug Id.

Is This Answer Correct ?    5 Yes 1 No

Question { 7379 }

Explain Bug Life Cycle and expalin briefly each 'Status'
also


Answer

When a Tester find a defect in an application, he will send
the defect report to PL with status as NEW. He will check
the defect whether it was bug or not. If it was bug, he
will change the defect status as OPEN and send it to the
corresponding developer to fix it. The Developer fixes the
defect and change the status as FIXED and send it to the
Test Engineer. The Test Engineer performs Retest and
Regression Testing on the modified build. If the bug was
fixed he will change the status as FIX-VERIFIED. other wise
he will change the status as RE-OPEN. If the bug was fixed,
he will send the defect report to the Test Lead with status
as FIX-VERIFIED. The Test Lead will CLOSE the defect.

Is This Answer Correct ?    0 Yes 0 No

Question { vsworx, 42163 }

What is Object Spy in QTP?


Answer

Object Spy enables us to view the properties of an opened
application. Object Spy Pointer is used to point an object.
Object spy displays the properties of the selected object
in the properties dialogue box of the object spy dialogue
box.

Is This Answer Correct ?    9 Yes 2 No

Question { MBT, 5488 }

what r the contents in defect reporting?


Answer

1. Defect Id
2. Defect Title
3. Severity
4. Priority
5. Originator
6. Assigned To
7. Duplicate Id
8. Test Case Id
9. Version
10. Build
11. Description
12. Comments

Is This Answer Correct ?    0 Yes 0 No

Question { SumTotal, 14258 }

What are the different types of joins


Answer

2 types:
1. Inner Join
2. Outer Join
3. Cross Join
1. Inner Join: Inner Join displays matched rows.
2. Outer Join: Outer Join displays matched rows as well as
unmatched rows. Outer Joins again classifed into 3 types.
2a. Left Outer Join: Matched rows as well as left table
unmatched rows.
2b. Right Outer Join: Matched rows as well as right table
unmatched rows.
2c. Full Outer Join: Matched rows as well as left table
unmatched rows and right table unmatched rows.
3. Cross Join: It will display the cartegion product of the
tables.

Is This Answer Correct ?    3 Yes 0 No

Question { Virtusa, 7798 }

What is a Test Plan and What it contains?


Answer

Test Plan is a document describing the scope, approach,
resources and schedule of testing activity. It identifies
the test items, features to be tested, who will do each
task and risk requiring contingency planning.

Is This Answer Correct ?    5 Yes 0 No

Question { 8130 }

Importance (Testing)QC and QA activities of a company?


Answer

QA works for Defect prevention. He involves throughout the
life cycle. He concentrates on the process of product. He
focuses on each and every role of the development team and
check whether they are following as per the guidelines
specified by the quality standards or not. He involves in
reviews and meetings

QC works for Defect detection and correction. He involves
after development of the product. He verifies the developed
build with expectation. If the build was not same as
expected, he will reject the build. He involves in all the
testing phases

Is This Answer Correct ?    0 Yes 0 No

Question { MBT, 9022 }

how do give priority?i mean to say on which basics?
suggest me with proper answer plz.


Answer

Priority defines the importance of defect w.r.t. client
point of view i.e. how soon it should be fixed.
Responsibility of Development Head. Classification could
be: Urgent, High, Medium, Low

Is This Answer Correct ?    1 Yes 0 No

Question { 7097 }

What are the file extensions for per-action, shared object

repository files and what is the extension for library

files?


Answer

Per-Action : .mtr (module test repository)
Shared : .tsr (test script repository)
Libraryfile: .vbs (visual Basic Script)

Is This Answer Correct ?    6 Yes 1 No

Question { 25744 }

Synchronozation types in QTP


Answer

2 types: 1. wait()
2. Synchronization point

1. Wait(): pause the test for fixed time specified in the
wait statement.

2. Synchronization point: To define the time mapping
between the QTP and application, we use this concept. If we
dont want to perform any operation until an object in our
application achieves certain status then we can insert
synchronization point to instruct QTP to pause the test
until the object getting the certain value.

Is This Answer Correct ?    19 Yes 0 No

Question { IBM, 11406 }

what r the contents in srs?(like test plan).2.wt r the
contents in design documents? ,3.who wil deploy the new
build 2 the tester?( this que asked in ibm)


Answer

SRS is basically organisations' understanding of customer
requirements and dependencies for a particular point of
time prior to any actual design or development work. It
provides input to the development team to design the
project. It provides input to the testing team for
validation check.

Contents:
--------
1. Introduction
1.1. Project Overview
1.2. Scope
2. Existing System
3. Proposed System
3.1. Project System
3.2. Project Archetecture
3.3. Automation
4. Requirements
5. User Management

Is This Answer Correct ?    3 Yes 1 No

Question { 5663 }

in qtp how we work with out put values and what is the process?


Answer

Output values are used to view the values of the objects
while running the script. It captures the values of the
objects while running and output them into data table and
they can be used for input data.

Is This Answer Correct ?    3 Yes 0 No

Question { 6749 }

What are the essential elements needed for database testing


Answer

1. Database Design Documents
2. Admin User Id & Password
3. Database User Id & Password
4. DSN Name
5. Build
6. Any API-TOAD

Is This Answer Correct ?    0 Yes 1 No

 [1]   2    Next