Mercury/hp quality center version
What year did mercury qc version 5.0,6.0,7.0,7.2,7.6,8.0,8.0 and hp qc 8.2,9.0,9.2,10.0 were they introduced.
What types of documents would you need for qa, qc, and testing?
Answered by: Pranoy jyoti Swargiary
Answered On : Aug 25th, 2005Documents for QA,QC/ Testing depends upon company to company standards and procedures to carry on the process.Generally,Project Plan,SRS,BRS,Design plan,use cases are reqd to prepare Test Plan for QA/Testing,test scenerios,test strategy,test cases,tracebility matirx,acceptance test plan,all types of testing phases' test plan if reqd.,checklists.Besides that,we will be having test result document,bug report document,test matrics documents,etc,The template for all the documents will vary according to company standards.
QC is inherent characteristics fulfill requirement.
QA is before work commence.
Following three documents are most required
1- BRD
2- FRD
3- SAD
and Test Plan Document
Correct me if I am wrong
Hi guys, what is test case efficiency for this scenario : in your project total number of test cases executed is 1000, total test cases passed is 860 and number of failed test cases is 140.
We can
1. In depth testing of that module.
2. Regression testing for integrated module
3. Smoke or Sanity testing for application to check the major functionality
we can use regression testing for that product.
Can someone explain regression testing?Difference b/w retesting and regression testing?
The purpose of Regression testing is to confirm that a recent program or code change has not adversely affected existing features.
Quality and productivity measures
The individual who supports in preparing metrics need to have working knowledge of quality and productivity measuresa – trueb – false
Yes, Answer is A True,
Test metrics team is required to possess a working knowledge of quality and productivity measures.
If you have less time for testing what you will do?
If the time is less for conducting the testing, I will do Exploratory testing or Ad hoc testing.
If it is wrong please answer this question
Where do you get your expected results?
From requirement document
we get expected results from the SRS and Functional Design Documents.
if there is no clear documentation we prepared expected results from the
1. Previous similar products.
2. by communicating with the developers
3. by common sense.
Difference between black & white box testing
Answer posted by radhika on 2005-05-23 18:10:57: black box testing: testing input/output without knowledge and/or regard of the internal code. Commonly designed/executed by test team. white (glass) box testing: testing input/output with full knowledge and/or regard of the internal code. Commonly...
Black box testing is the process of giving the input to the system and verifying the output. In Black Box Testing tester only knows what the system is supposed to be. He cannot look inside the box. It...
Black Box Testing is basically an input output driven testing without bothering about internal and code level details of Application . Here we check only the behaviour of software application with the...
Define verification and validation. Explain the differences between the two.
Verification is the Disciplined approach, to evaluate whether the software product fulfills the conditions or requirements imposed on it. In simple terms, verification is performed mainly to ensures t...
verification: are you developing the product is right
validation : are you developing the product is right
What is the stlc and what are the responsibility of test lead in stlc?
TL responsibilities in STLC are, They will be creating the test plans, reviewing and approving the test cases, approving the bugs, preparing the TSR.
My strengths are I am very good Quick Learner so I can learn any kind of concepts in very fast manner. I am very adaptable person so I can handle any kind of person and situations. I don't give up ea...
I m a motivated person, I like challenges and I am very organized
What is the entry criteria for performance testing?
As we are in to new development project. We received the documents like srs, frd etc... We identified the test scenarios for performance testing. What is the entry criteria for starting (execution) performance?
The application should be functionally stable, all the data flow should be working fine, Min. set of cycles should be ready, server should be ready, SLA should be defined, performance testplan should be ready.
At what stage of the life cycle does testing begin in your opinion?
testing starts when all requirements are gathered,resources are available to test , system is built ,tools are available if any automation is to be done
The answer to this question depends on many things. What SDLC is being employed? Are you referring to static or dynamic testing? How much time and resources will be applied to functi...
What are the levels(level-1,level-2........) of functional testing?
Functional testing is related to what the system does , it is also called blackbox testing
level-0 sanity testing
level-1 comprehensive testing
level-2 regression testing
level-3 re-regression testing
What are the attributes of test automation
The attributes of test automation Maintainability,Reliability ,Flexibility ,Efficiency ,Portability ,Robustness and
Usability
How will you test the font of any style ?
Eg: verdana, arial etc
Thanks for the Answer Sandhya , Actually I have faced a question how shall we test the Font without using any tool.??
And one more query that , how can we test by previewing the font ?
Please help me out on the same....
The Font Control Panel allows you to configure font settings, organize fonts and preview font styles. Preview function is used to test fonts of any style.
A set of one or more computer program, a source code that aims to test unit of program, its a sort of white box testing techniques implemented by developer for an early defect detecting and also to facilitate integration
Unit Testing is the testing the application when the application is in the development stage where the developers concentrate on developing the application as small unit programs, later all these unit...
We use decision table testing technique