| Back to Questions Page |
| Question |
What is Database Testing? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
This will not be exact Testing but can be done as
verification.
Field size validation with the Front End or with the
Design.
Field size validation, if application is having data for
multiple language.
Return type of each function and Out Parameter for each
procedure.
If Data base is any file Generation routine that can be
tested.  |
0 | Shubhs |
| |
| |
| Answer |
In database testing one can consider/verify the
1. Database Table/Field/SPs Naming Conventions.
2. Database design .. is it Normalized enough?
3. Database field size.
4. Database field type.
5. Stored Procedures Return type, arguments etc.
6. Relationship between tables. Primary , Foreign Key.
7. Constraints in Database  |
0 | S.m.shoaib |
| |
| |
| Answer |
testing the database for data validity and data integrity
is called data base testing.
data validity means testing whether the frontend data is
correctly added into the database
dataintegrity means testing whether the frontend operations
are correctly done on the backend data  |
0 | Sailaja |
| |
| |
|
|
| |
| Question |
What is Test strategy documents. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
A test Strategy is a document that defines how we goona
test an application. a SQA strategy must define.
The total resources for testing
Testing tools,
Testing environment.
Reviews and Audit details.
Type of testing.
Build pass fail criteria,
Build acceptance criteria,
Bug reporting cycle and tools.
refrence documents  |
0 | S.m.shoaib |
| |
| |
| Answer |
its company level document & doveloped by qa, its define
testing approach to achive testing objetive  |
0 | Sridhar |
| |
| |
| Question |
What is Bidirectional Tracebility, how u use it. |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Bidirectional traceability is tracing from the development
point of view and testers point of view. Its mainly used in
case of traceablity matrix  |
0 | Shilpa |
| |
| |
| Answer |
nothing but tracing r mping the test cases and requirements
from top and from bottom i.e from both the directions
inorder to get per fect mapping with out missing any.
bye  |
0 | Phani |
| |
| |
| Question |
What is Automation Testing Framework |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Amit |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
http://groups.yahoo.com/group/EMOS_framework/  |
0 | Cbueche |
| |
| |
| Answer |
Automation framework is nothing but the procedure and
overall structure u followed for using automation tools. U
say next time we folloewed and Hybrid automation frame work
Wher we need to
1. split the functionality into simle reusable tests
2.All reusable functions r stored in Libraries folder
3.some test scripts r together forms a test suite so
preparing test suites
4.The required test data is saved in one Data Folder
for data driven test
5.Data driver engine wiil get this data and passes to
the Test and whenever it is needed it calls required
functions from library and continues the test
6. Where the result has been stored The result
directory.
What r the naming conventions used for test
scripts,variables, constants, how will u conduct validation
without using check points.
This overall strategy is called test frame.
If u want to escape from the interviver u say It's part of
our test manager who designs or selects frame work for us.
It's ovrerall strategy which u wiil use throught the
automation test  |
0 | Anand Kumar |
| |
| |
| Answer |
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
There is no hard and fast rule to use a specific Automation
frame work. It all depends on your project needs, here are
some info on the same.
Data Driven approach is suitable for applications that have
limited functionality but large number of variations in
terms of test data.
Functional Framework is suitable for applications that have
variety of functionality but limited variations in terms of
test data.
Hybrid Test Automation Framework is suitable for
applications that have variety of functionality and larger
number of variations in terms of test data.
Record, enhance and play back methodology is suitable to
convert small to medium size manual scripts into equivalent
automation scripts - one to one basis.  |
0 | Sid |
| |
| |
|
| |
|
Back to Questions Page |