| Back to Questions Page |
| |
| Question |
What r the madatory fields in TD? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi,
Requirements,test plan,run test, defects are mandatory
fields in TD.if it is wrong let me know
Thanks&Regards
siddu  |
| Siddu |
| |
| |
| Answer | TD has 3 mandatory fields..
1. Run tests
2.Plan tests--->for creating test palns and test cases.
3.track defects  |
| Bhargavi |
| |
| |
| Answer | Test Director mainly have four grids
1.Requirements
2.Test plan
3.Testlab
4.Defect  |
| Kiran Kumar |
| |
| |
|
|
| |
| Question |
TD is web based or client/server? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | TD is web based tool .Its not client-server tool ,Its like
a client-server tech.  |
| S Saritha |
| |
| |
| Answer | this is with respect to saritha,ur answer is wrong it is a
client server not web based tool...
it will maintain clint server architechure where server is
the database with stores the test information,and client is
qc center machine by which the data stored will be retirved
n the server n client r communicating with active x
controls...  |
| Xyz |
| |
| |
| Answer | Hello Xyz and saritha,
Test Director is web based as well as client-server tool.We
can access TD by web browser only.
cheerz,
kiran kumar  |
| Kiran Kumar |
| |
| |
| Question |
What is the latest version in TD? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Latest version of Td is QC 9.0 (Quality center)  |
| S Saritha |
| |
| |
| Answer | Ms. saritha i am asking about TD version before coming QC  |
| Ree |
| |
| |
| Answer | In td 8.0 is the last version after 8.0 it comes Qc 9.0  |
| Muthu |
| |
| |
| Answer | The latest Version is HP Quality Center 9.2.  |
| Nitin |
| |
| |
| Answer | Hi
Latest Version Of QC is 9.5.  |
| Rehan |
| |
| |
| Question |
What r the views in testdirector? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In TD,In the requirment tab two views are available
1.Document View
2.Coverage View  |
| S Saritha |
| |
| |
| Answer | Thanq saritha
I heared about there r tree view and log view is it right
if not correct it  |
| V@g.com |
| |
| |
| Answer | The both answers above are mistake.
There are three types of views:
Document view
Coverage view
Coverage Analysis view  |
| Ravi |
| |
| |
| Answer | can u ravi briefly explain all the views,n their
importance...thanx in advance  |
| Aaa |
| |
| |
| Answer | Requirements Views:
1. Requirements Tree View
2. Requirements Grid View
3. Requirements Coverage view
4. Coverage Analysis View
Test Plan Views:
1. Test Grid View
2. Test Plan Tree View
Test Lab Views:
1. Test Sets Tree View
2. Test Sets Grid View  |
| Kaushik |
| |
| |
| Question |
What r types of parametarizations? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | This question doesn't make any sense. But still i will try
to give information as much as possible.
1) Using keyword view you can do parametrization.
2) Using VB script you can do that.
3) By passing arguments from one script to other you can
parametrize.
Dose it make sense? :)  |
| Rnashok |
| |
| |
| Answer | Types of Parametarizations are:
1.Through Keyword View
2.Through Expert View using Data Table Methods by using
Import and Export Methods
3.Through Data Driver
Correct if i am wrong  |
| Chandini |
| |
| |
| Answer | Types of parametarization
Through flat files
through Keyboard
through excel sheet
through frontend grids  |
| Ajreddy |
| |
| |
| Answer | no parametrization types
but passing values by keyword view, vb scripting, similar
to data driven approach  |
| Balachander |
| |
| |
| Question |
What is test fusion report? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Test fusion reports is nothing but test results.  |
| King |
| |
| |
| Answer | Once a tester has run a test, a TestFusion report displays
allaspects of the test run: a high-level results overview,
an expandableTree View of the test specifying exactly where
application failuresoccurred, the test data used,
application screen shots for every stepthat highlight any
discrepancies, and detailed explanations of eachcheckpoint
pass and failure. By combining TestFusion reports
withQuickTest Professional, you can share reports across an
entire QAand development team.  |
| Rnashok |
| |
| |
| Question |
What r the diffrernt file extentions in QTP? |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | If the script is saved with per action mode:
script is saved with .mts xtension(module test script)
repository is saved with .mtr xtension(module test
repository)
If the script is saved with shared repository mode:
Filles will be stored with .tsr xtension(test shared
repository)
library files will be stored with .vbs xtension
test results will be stored with .xml xtension
test batch files will be stored with .mtb xtension(module
test batch)
recovery file will be stored with .qrs xtension(quick
recovery scenario)
action templates will be stored with .mst xtension
test data files(if it is excel)will be stored with .xls
xtension.  |
| Shilpa Reddy |
| |
| |
| Question |
what is the diffrence b/w Regression testing and re-testing |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Regression testing:
Re execution of a selected test case on modified build to
ensure bug fix work and occurances of side effects is
called regression test.
Retesting:
Re executing the same test more than one time with multiple
test data.it is also called iterative or re-testing.
For Example: There are 10 testcases to be passed for a
requirement. But 10th testcase failed and tester raised a
defect in the defect log.
Retesting: After the above defect is fixed, tester need to
execute the 10th testcase to check the expected result for
the same.
Regression Testing: After the above defect is fixed, tester
need to execute the 20% of above testcases by selecting
randomly to make sure that existing functionality is not
broken because of the above fix.  |
| Vidya |
| |
| |
| Answer | Vidya is absolutely correct with her answer above !  |
| Puneet |
| |
| |
| Answer | I FEEL THAT BOTH REGREESION AND RE TESTING ARE SAME  |
| Madhu |
| |
| |
| Answer | regression testing:
regression testing means reported bug is resolved or
not this is called regression testing.
retesting means to test diffrent combinaions of data i,e
called retesting testing.....  |
| Sunithayagnamurthy |
| |
| |
| Answer | Regression Testing:Whenever there is a change/modification
in the code of an application may be due to change in
requirement or bug fixing the testing carried out in this
event to avow that application is not behaving in an
aberrant manner is called regression testing.
Re-testing:This testing is done with both positive and
negative inputs i.e. executing one fuctional test case with
different sets of data.
Plz correct me if i'm wrong
Shijath Ali
9945327269  |
| Shijath Ali |
| |
| |
| Question |
what is the diffrence b/w Sanity testing and smoke testing |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Both of these are more or less the same. Checking the
basic functionalities of the build after deploying the code
is called smoke or sanity testing.
Hope im rite.  |
| Selvi |
| |
| |
| Question |
what is the diffrence b/w QA and QC? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Quality Assurance: It is a group of management, where they
monitor and improve the entire development process, monitor
whether they are able to meet the agreed standards of the
company and whether problem issues were found and dealt.
Quality control: It is the actual testing for each and
every phase of an application to meet customer requirements
or to maintain the quality in an application.  |
| Nehisha |
| |
| |
| Answer | QA : Measuring and monitoring the software development
process is called Quality Assurance.
QC: The validation of deliverables i.e., outcomes after
process is called Quality Control.  |
| Rajani |
| |
| |
| Answer | QA
* QA make sure you are doing the right things in right way.
* QA is Developing,orgnising the best quality processes.
* QA is the process Related
* QA is the Preventive Process.
QC
* QC makes sure the results of what you have done and what
you expected.
* QC means implementing the process developed by former
team.
* QC is the actual testing of the software.
* QC is corrective process.  |
| Pallavi H.panchbhai |
| |
| |
| Answer | Quality Assurance:
Software QA involves the entire software development PROCESS
- monitoring and improving the process, making sure that any
agreed-upon standards and procedures are followed, and
ensuring that problems are found and dealt with. It is to
'prevention
Quality Control:
A set of activities designed to evaluate a developed work
product.Quality Control makes sure the results of what
you've done are what you expected.  |
| Sunny |
| |
| |
| Question |
what is the diffrence b/w verification and validation? |
Rank |
Answer Posted By |
|
Question Submitted By :: Hprasad |
| This Interview Question Asked @ CIL |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Verification is doing the right job.
Validation is doing the job right.
Implies, if there is an application to test, verification
means, testing the correct application, whereas, validation
means, testing the application correctly with correct
testing methods.  |
| Nehisha |
| |
| |
| Answer | 1.verification means examing the document and finding a
error
2.am i building product right
3.it is low level activity
4.methods used in inspections,walkthrough,per review
validation means excuting the document and finding a defect
2.am i building right product
3.it is high level activity
4.methods used in black box and white box  |
| Sarika |
| |
| |
| Answer | verification:verification is building a right producu/right
application
validation: validation is building the product/application
right  |
| Samratreddy |
| |
| |
| Answer | Software testing is used in association with verification
and validation:
* Verification: Have we built the software right (i.e.,
does it match the specification)?.Its process based.
* Validation: Have we built the right software (i.e., is
this what the customer wants)?.Its product based.  |
| Shiva |
| |
| |
| Answer | Verification is process oriented. It involves the process
and procedures followed. Its a preventive action.
Eg: walkthrough, inspection, review checklists...
Validation is product priented. It is ths actual testing of
the product.  |
| V5 |
| |
| |
|
| |
|
Back to Questions Page |