SlideShare uma empresa Scribd logo
1 de 5
1. ABOUT QUALITY CENTRE
Quality Centre (QC) is a Mercury Tool, now bought over by HP.. so is now marketed as HP
Quality centre
We will be working with QC 9.0
Only on IE; with Mozilla Firefox , u will need extra addins
Connect with multiple products (show the Addins)
Normally QC is installed on server , each person will access QC thru browser .. and hence all
the updates are automatically available to everyone who is accessing QC
It is a Test Management Tool , where you can
o Create Requirements
o Create Test Cases , and map the requirements to Test Cases (ensuring Traceability)
o Execute the test Cases (Manual and thru QTP)
o Log and link defects to test cases
o Generate, View and Analyze Test Reports
QC has
o Site Administration (which is normally handled by the QC Admin
o Addins – show the QTP addins
o QC Tool link (where U will actually work on the projects)

2. STEPS TO CREATE DOMAIN AND PROJECT:
Click on Site Administrator
Enter username as ‘Administrator’, and password as blank
Click on Create Domain
Create Domain window will be displayed, enter Domain Name (‘AIRLINES’) and click OK
Domain will be created.
To delete a domain, click on delete domain
Click on create project
Select create an empty project
Click next
Enter Project Name(Flight Reservation), Select Domain and click Next
Keep the Backend Details as it is and click Next
Warning message is displayed , click on OK
Select the users who will work on the project (Administrator must be selected, since we will
be logging in to QC as Administrator) and click on add select users arrow symbol and click
Next
De-check the option ‘Store Project Repository in the Database’ (it will not create the
project (if selected) .. it will only try and use the existing projects
Click Create.
3. STEPS TO CREATE AN NEW USER
Select Site Users
Click on New User image
Enter the User Details and click OK
Select the Project -> Project Users -> Add from Users List
Select the user and click on green arrow sign, so that user gets access to the selected project.
(One user can work on more than one project at one time)
4. STEPS TO START QUALITY CENTER
Always open QC in IE because Quality Center does not support Mozilla Firefox
Click on Quality Center
Enter Username as Administrator, and Password as Blank and click Authenticate
Select the Domain and Project and click Login
5. STEPS TO ENTER REQUIREMENTS
Click on New Requirements tab
New Requirement window will be displayed
Enter all the details and click on submit button (name is only the mandatory field in this
window)
Click on new child requirement tab, to add the child requirement
With both the type of requirements we can attach a file, URL and snapshots
We can sort the requirements by putting filters on it. For this click on filter tab
We can select the columns that you want to display using select columns tab. In this we have to
just select the columns that we don’t want and click on < button so that it get added into
available columns and click ok.
By selecting the Requirement details tab we can do following :
o Edit the requirements.
o Attach a file
o Using coverage tab we can connect the requirement to the test cases (external linking)
o Using linked defects tab we can link defects to the requirements.
o Clicking on history tab we can find out who all reviewed the requirement at what date
and time.
o Using zoom in and out we can expand and collapse the requirements.
6. STEPS TO VIEW REQUIREMENTS
Requirements can be viewed in two ways:
1. Requirement Tree: it shows requirement in hierarchal structure .in this view you can
add the requirements ,edit and delete it (View-> Requirement Tree)
2. Requirement Grid: it shows requirements in grid structure and in this view we can only
Edit or Delete the requirements but we can’t Add the requirements (View->
Requirement Grid)
7. WHAT IS COVERAGE ANALYSIS
Requirements-> View-> Coverage Analysis
Coverage Analysis shows you the status of requirements: whether they have been covered by
the test cases; and if yes then whether those test cases have run, passed, failed etc.
More details after we have done linking and execution of test cases
8. LINKING OF REQUIREMENTS TO TESTCASES
Requirements are linked to test cases in two ways.
1. Convert to Test (Internal Linking):
A. Select the requirements.
B. Select the convert to test.
C. Select convert all (to convert all the requirements)/select convert selected
requirements (to convert particular requirements).
D. For the first option, select convert lowest requirements to design steps and click
next and click on finish button.
E. For the second option, select convert lowest requirements to design steps and click
next and select the option in which you want to convert by clicking on images and
click next and click on finish button.
2. Requirement Coverage (External Linking)
A. Click on requirement details.
B. Select coverage.
C. Select the test case from test plan tree
D. Click on arrow button or drag and drop.
E. Click ok.
9. STEPS FOR WRITING MANUAL TEST CASES.
Go into test plan.
Select the test case.
Write the Objective and Prequisite in details.
Click on design steps, click on new step symbol to add the steps. Once done with adding the
steps click on OK button.
We can link the test case to the requirement using requirement coverage
Also we link the test case to the defects using linked defects.
To create a new test case, click on new test image, create new test window will be displayed.
Select the test type as manual, give some test name and click OK.
10. STEPS TO USE CALL TO TEST
IN DESIGN STEPS OF TEST PLAN, SELECT CALL TO TEST BY CLICKING ON ITS IMAGE.
SELECT A TEST WINDOW WILL BE DISPLAYED.
UNCHECK THE OPTION SHOW ONLY TEMPLATE TESTS
SELECT A TEST AND CLICK ON OK BUTTON.
11. STEPS FOR RUNNING MANUAL TEST CASES.
GO INTO TEST LAB
CREATE ONE FOLDER ,CLICKING ON FOLDER IMAGE
CREATE A TEST SET,IN THE NEW FOLDER
ONCE A TEST SET IS CREATED, TEST PLAN TREE WILL BE DISPLAYED.
SELECT THE TEST CASES FROM THE TEST PLAN TREE AND DRAG AND DROP.
CLICK ON RUN BUTTON.
IF MORE THAN ONE TSET CASE IS SELECTED THAN CLICK ON RUN TEST SET BUTTON.
MANUAL RUNNER WINDOW WILL BE DISPLAYED, CLICK ON BEGIN RUN.
TEST EACH AND EVERY TEST CASE STEP, PUT THE ACTUAL RESULT.
IF THE ACTUAL AND EXPECTED RESULT IS SAME THAN TAG THET STEP AS PASS, BY CLICKING ON
PASS IMAGE.
IF THE ACTUAL AND EXPECTED RESULT IS NOT SAME THAN TAG THET STEP AS FAIL, BY
CLICKING ON FAIL IMAGE AND IMMEDIATELY TAG IT AS S DEFECT BY CLICKING ON NEW DEFECT
IMAGE.
ONCE ALL THE STEPS ARE CHECKED CLICK ON END BUTTON.
12. STEPS FOR DESINGING EXECUTION FLOW.
WE CAN DESIGN THE FLOW OF TEST CASES IN WHICH TEST HAS TO BE RUN, WHEN WE WANT
TO RUN MORE THAN ONE TEST CASE AT ONE TIME.
TO UNDERSTAND THIS ,TAKE AN EXAMPLE AS :
WE WANT TO RUN NEW, OPEN AND FAX TEST CASE AT ONE TIME.WHERE FIRST YOU WANT TO
RUN NEW THAN OPEN AND LAST FAX TEST CASE, SO FOR THIS
RIGHT CLICK ON FAX TEST CASE, SELECT TEST RUN SCHEDULE.
RUN SCHEDULE WINDOW WILL BE DISPLAYED.
CLICK ON NEW BUTTON.
SELECT THE TEST AND CONDITION (PASS/FINISH) AND CLICK OK.FOR THE ABOVE EXAMPLE
SELECT TEST AS OPEN AND CONDITION AS PASS AND CLICK OK.
REPEAT THE ABOVE STEPS AGAIN FOR OPEN, BY SELECTING TEST AS NEW AND CONDITION
AS PASS.
13. STEPS TO CONNECT QTP WITH QC.
GO INTO QTP
SELECT FILE
SELECT ALM/QC CONNECTION
COPY PASTE THE URL OF QC UNTIL QCBIN http://sqtl-daacc91bfd:8080/qcbin
SELECT THE CHECKBOX “RECONNECT TO SERVER ON STARTUP”
CLICK ON CONNECT BUTTON
PUT THE USERNAME AS ADMINISTRATOR ANSD PASSWORD BLANK,SELECT THE CHECKBOX
“AUTHENTICATE ON STARTUP” AND CLICK ON AUTHENTICATE BUTTON.
SELECT YOUR DOMAIN AND PROJECT, SELECT THE CHECKBOX “LOGIN TO PROJECT ON STARTUP”
AND CLICK ON LOGIN BUTTON.CLOSE THE WINDOW
GO INTO TOOLS ->OPTIONS->RUN->IN THAT SELECT THE FIRST AND THIRD CHECKBOX.
CLICK APPLY AND OK.
14. STEPS FOR RECORDING AND SAVING SCRIPTS IN QTP
GO INTO QUALITY CENTER
GO INTO TEST PLAN TAB.
CREATE ONE FOLDER WITH THE NAME OF AUTOMATION.
CREATE A TEST UNDER THIS FOLDER.SELECT TEST TYPE AS QUICKTEST_TEST AND GIVE SOME
TEST NAME AND CLICK OK.(FOR EXAMPLE CREATE A TEST NEW IN WHICH WE ARE GOING TO
RECORD A SCRIPT FOR INSERTION OF NEW ORDER).
CLICK ON TEST SCRIPT.
CLICK ON THE LAUNCHER BUTTON, IT WILL OPEN THE QTP.
START THE RECORDING, RECORD THE SCRIPT AND SAVE IT.
IT WILL GET SAVED IN QC.
15. STEPS TO RUN THE SCRIPT THROUGH QC
GO INTO TEST LAB.
CREATE ONE FOLDER .EX AUTOMATION.
CREATE NEW TEST SET UNDER THE ABOVE MADE FOLDER.
DRAG AND DROP THE TEST SCRIPT FROM TEST PLAN TREE.
CLICK ON RUN BUTTON, AUTOMATIC RUNNER WINDOW WIL BE OPENED.
SELECT THE CHECKBOX , RUN ALL TESTS LOCALLY.
DESELECT THE CHECKBOX,ENABLE LOG.
MAKE SURE YOUR APPLICATION IS OPENED ,NOT EVEN MINIMISED.
CLICK ON RUN BUTTON

Mais conteúdo relacionado

Semelhante a Guide for Quality Center (QC) Automation Tool

TestLink introduction
TestLink introductionTestLink introduction
TestLink introductionDavid Ionut
 
Alm qc 11_training
Alm qc 11_trainingAlm qc 11_training
Alm qc 11_trainingjayant25
 
B4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriaB4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriab4usolution .
 
Acceptance Test Driven Development at StarWest 2014
Acceptance Test Driven Development at StarWest 2014Acceptance Test Driven Development at StarWest 2014
Acceptance Test Driven Development at StarWest 2014jaredrrichardson
 
Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria An Nguyen
 
SugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualSugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualBiztech Store
 
Digite - Test Management Training
Digite - Test Management TrainingDigite - Test Management Training
Digite - Test Management TrainingDigite, Inc.
 
PhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfPhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfDavid Harrison
 
PhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfPhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfDavid Harrison
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon StudioRapidValue
 
Software Testing interview - Q&A and tips
Software Testing interview - Q&A and tipsSoftware Testing interview - Q&A and tips
Software Testing interview - Q&A and tipsPankaj Dubey
 
SOAPUI Test Design & Utilities
SOAPUI Test Design & UtilitiesSOAPUI Test Design & Utilities
SOAPUI Test Design & UtilitiesAkshay Sharma
 
HP Quality Center
HP Quality CenterHP Quality Center
HP Quality CenterANKUR-BA
 
Test Management Tool HP ALM- Quality Center Part 2
Test Management Tool  HP ALM- Quality Center Part 2Test Management Tool  HP ALM- Quality Center Part 2
Test Management Tool HP ALM- Quality Center Part 2Murageppa-QA
 
Quality Center
Quality CenterQuality Center
Quality CenterSachin-QA
 
Test Management Tool HP ALM- Quality Center Part 1
Test Management Tool  HP ALM- Quality Center Part 1Test Management Tool  HP ALM- Quality Center Part 1
Test Management Tool HP ALM- Quality Center Part 1Murageppa-QA
 

Semelhante a Guide for Quality Center (QC) Automation Tool (20)

TestLink introduction
TestLink introductionTestLink introduction
TestLink introduction
 
HP ALM QC
HP ALM QCHP ALM QC
HP ALM QC
 
Alm qc 11_training
Alm qc 11_trainingAlm qc 11_training
Alm qc 11_training
 
Hpalm
HpalmHpalm
Hpalm
 
B4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteriaB4 u solution_writing test cases from user stories and acceptance criteria
B4 u solution_writing test cases from user stories and acceptance criteria
 
Acceptance Test Driven Development at StarWest 2014
Acceptance Test Driven Development at StarWest 2014Acceptance Test Driven Development at StarWest 2014
Acceptance Test Driven Development at StarWest 2014
 
Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria Writing test cases from user stories and acceptance criteria
Writing test cases from user stories and acceptance criteria
 
Bdd Show and Tell
Bdd Show and TellBdd Show and Tell
Bdd Show and Tell
 
SugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User ManualSugarCRM Survey Rocket Plugin: User Manual
SugarCRM Survey Rocket Plugin: User Manual
 
Digite - Test Management Training
Digite - Test Management TrainingDigite - Test Management Training
Digite - Test Management Training
 
PhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfPhoenixRisingArticle.pdf
PhoenixRisingArticle.pdf
 
PhoenixRisingArticle.pdf
PhoenixRisingArticle.pdfPhoenixRisingArticle.pdf
PhoenixRisingArticle.pdf
 
Test Case Creation in Katalon Studio
Test Case Creation in Katalon StudioTest Case Creation in Katalon Studio
Test Case Creation in Katalon Studio
 
MSSQL Queries.pdf
MSSQL Queries.pdfMSSQL Queries.pdf
MSSQL Queries.pdf
 
Software Testing interview - Q&A and tips
Software Testing interview - Q&A and tipsSoftware Testing interview - Q&A and tips
Software Testing interview - Q&A and tips
 
SOAPUI Test Design & Utilities
SOAPUI Test Design & UtilitiesSOAPUI Test Design & Utilities
SOAPUI Test Design & Utilities
 
HP Quality Center
HP Quality CenterHP Quality Center
HP Quality Center
 
Test Management Tool HP ALM- Quality Center Part 2
Test Management Tool  HP ALM- Quality Center Part 2Test Management Tool  HP ALM- Quality Center Part 2
Test Management Tool HP ALM- Quality Center Part 2
 
Quality Center
Quality CenterQuality Center
Quality Center
 
Test Management Tool HP ALM- Quality Center Part 1
Test Management Tool  HP ALM- Quality Center Part 1Test Management Tool  HP ALM- Quality Center Part 1
Test Management Tool HP ALM- Quality Center Part 1
 

Último

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 

Último (20)

TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 

Guide for Quality Center (QC) Automation Tool

  • 1. 1. ABOUT QUALITY CENTRE Quality Centre (QC) is a Mercury Tool, now bought over by HP.. so is now marketed as HP Quality centre We will be working with QC 9.0 Only on IE; with Mozilla Firefox , u will need extra addins Connect with multiple products (show the Addins) Normally QC is installed on server , each person will access QC thru browser .. and hence all the updates are automatically available to everyone who is accessing QC It is a Test Management Tool , where you can o Create Requirements o Create Test Cases , and map the requirements to Test Cases (ensuring Traceability) o Execute the test Cases (Manual and thru QTP) o Log and link defects to test cases o Generate, View and Analyze Test Reports QC has o Site Administration (which is normally handled by the QC Admin o Addins – show the QTP addins o QC Tool link (where U will actually work on the projects) 2. STEPS TO CREATE DOMAIN AND PROJECT: Click on Site Administrator Enter username as ‘Administrator’, and password as blank Click on Create Domain Create Domain window will be displayed, enter Domain Name (‘AIRLINES’) and click OK Domain will be created. To delete a domain, click on delete domain Click on create project Select create an empty project Click next Enter Project Name(Flight Reservation), Select Domain and click Next Keep the Backend Details as it is and click Next Warning message is displayed , click on OK Select the users who will work on the project (Administrator must be selected, since we will be logging in to QC as Administrator) and click on add select users arrow symbol and click Next De-check the option ‘Store Project Repository in the Database’ (it will not create the project (if selected) .. it will only try and use the existing projects Click Create.
  • 2. 3. STEPS TO CREATE AN NEW USER Select Site Users Click on New User image Enter the User Details and click OK Select the Project -> Project Users -> Add from Users List Select the user and click on green arrow sign, so that user gets access to the selected project. (One user can work on more than one project at one time) 4. STEPS TO START QUALITY CENTER Always open QC in IE because Quality Center does not support Mozilla Firefox Click on Quality Center Enter Username as Administrator, and Password as Blank and click Authenticate Select the Domain and Project and click Login 5. STEPS TO ENTER REQUIREMENTS Click on New Requirements tab New Requirement window will be displayed Enter all the details and click on submit button (name is only the mandatory field in this window) Click on new child requirement tab, to add the child requirement With both the type of requirements we can attach a file, URL and snapshots We can sort the requirements by putting filters on it. For this click on filter tab We can select the columns that you want to display using select columns tab. In this we have to just select the columns that we don’t want and click on < button so that it get added into available columns and click ok. By selecting the Requirement details tab we can do following : o Edit the requirements. o Attach a file o Using coverage tab we can connect the requirement to the test cases (external linking) o Using linked defects tab we can link defects to the requirements. o Clicking on history tab we can find out who all reviewed the requirement at what date and time. o Using zoom in and out we can expand and collapse the requirements. 6. STEPS TO VIEW REQUIREMENTS Requirements can be viewed in two ways: 1. Requirement Tree: it shows requirement in hierarchal structure .in this view you can add the requirements ,edit and delete it (View-> Requirement Tree) 2. Requirement Grid: it shows requirements in grid structure and in this view we can only Edit or Delete the requirements but we can’t Add the requirements (View-> Requirement Grid)
  • 3. 7. WHAT IS COVERAGE ANALYSIS Requirements-> View-> Coverage Analysis Coverage Analysis shows you the status of requirements: whether they have been covered by the test cases; and if yes then whether those test cases have run, passed, failed etc. More details after we have done linking and execution of test cases 8. LINKING OF REQUIREMENTS TO TESTCASES Requirements are linked to test cases in two ways. 1. Convert to Test (Internal Linking): A. Select the requirements. B. Select the convert to test. C. Select convert all (to convert all the requirements)/select convert selected requirements (to convert particular requirements). D. For the first option, select convert lowest requirements to design steps and click next and click on finish button. E. For the second option, select convert lowest requirements to design steps and click next and select the option in which you want to convert by clicking on images and click next and click on finish button. 2. Requirement Coverage (External Linking) A. Click on requirement details. B. Select coverage. C. Select the test case from test plan tree D. Click on arrow button or drag and drop. E. Click ok. 9. STEPS FOR WRITING MANUAL TEST CASES. Go into test plan. Select the test case. Write the Objective and Prequisite in details. Click on design steps, click on new step symbol to add the steps. Once done with adding the steps click on OK button. We can link the test case to the requirement using requirement coverage Also we link the test case to the defects using linked defects. To create a new test case, click on new test image, create new test window will be displayed. Select the test type as manual, give some test name and click OK. 10. STEPS TO USE CALL TO TEST IN DESIGN STEPS OF TEST PLAN, SELECT CALL TO TEST BY CLICKING ON ITS IMAGE.
  • 4. SELECT A TEST WINDOW WILL BE DISPLAYED. UNCHECK THE OPTION SHOW ONLY TEMPLATE TESTS SELECT A TEST AND CLICK ON OK BUTTON. 11. STEPS FOR RUNNING MANUAL TEST CASES. GO INTO TEST LAB CREATE ONE FOLDER ,CLICKING ON FOLDER IMAGE CREATE A TEST SET,IN THE NEW FOLDER ONCE A TEST SET IS CREATED, TEST PLAN TREE WILL BE DISPLAYED. SELECT THE TEST CASES FROM THE TEST PLAN TREE AND DRAG AND DROP. CLICK ON RUN BUTTON. IF MORE THAN ONE TSET CASE IS SELECTED THAN CLICK ON RUN TEST SET BUTTON. MANUAL RUNNER WINDOW WILL BE DISPLAYED, CLICK ON BEGIN RUN. TEST EACH AND EVERY TEST CASE STEP, PUT THE ACTUAL RESULT. IF THE ACTUAL AND EXPECTED RESULT IS SAME THAN TAG THET STEP AS PASS, BY CLICKING ON PASS IMAGE. IF THE ACTUAL AND EXPECTED RESULT IS NOT SAME THAN TAG THET STEP AS FAIL, BY CLICKING ON FAIL IMAGE AND IMMEDIATELY TAG IT AS S DEFECT BY CLICKING ON NEW DEFECT IMAGE. ONCE ALL THE STEPS ARE CHECKED CLICK ON END BUTTON. 12. STEPS FOR DESINGING EXECUTION FLOW. WE CAN DESIGN THE FLOW OF TEST CASES IN WHICH TEST HAS TO BE RUN, WHEN WE WANT TO RUN MORE THAN ONE TEST CASE AT ONE TIME. TO UNDERSTAND THIS ,TAKE AN EXAMPLE AS : WE WANT TO RUN NEW, OPEN AND FAX TEST CASE AT ONE TIME.WHERE FIRST YOU WANT TO RUN NEW THAN OPEN AND LAST FAX TEST CASE, SO FOR THIS RIGHT CLICK ON FAX TEST CASE, SELECT TEST RUN SCHEDULE. RUN SCHEDULE WINDOW WILL BE DISPLAYED. CLICK ON NEW BUTTON. SELECT THE TEST AND CONDITION (PASS/FINISH) AND CLICK OK.FOR THE ABOVE EXAMPLE SELECT TEST AS OPEN AND CONDITION AS PASS AND CLICK OK. REPEAT THE ABOVE STEPS AGAIN FOR OPEN, BY SELECTING TEST AS NEW AND CONDITION AS PASS. 13. STEPS TO CONNECT QTP WITH QC. GO INTO QTP SELECT FILE SELECT ALM/QC CONNECTION COPY PASTE THE URL OF QC UNTIL QCBIN http://sqtl-daacc91bfd:8080/qcbin SELECT THE CHECKBOX “RECONNECT TO SERVER ON STARTUP” CLICK ON CONNECT BUTTON
  • 5. PUT THE USERNAME AS ADMINISTRATOR ANSD PASSWORD BLANK,SELECT THE CHECKBOX “AUTHENTICATE ON STARTUP” AND CLICK ON AUTHENTICATE BUTTON. SELECT YOUR DOMAIN AND PROJECT, SELECT THE CHECKBOX “LOGIN TO PROJECT ON STARTUP” AND CLICK ON LOGIN BUTTON.CLOSE THE WINDOW GO INTO TOOLS ->OPTIONS->RUN->IN THAT SELECT THE FIRST AND THIRD CHECKBOX. CLICK APPLY AND OK. 14. STEPS FOR RECORDING AND SAVING SCRIPTS IN QTP GO INTO QUALITY CENTER GO INTO TEST PLAN TAB. CREATE ONE FOLDER WITH THE NAME OF AUTOMATION. CREATE A TEST UNDER THIS FOLDER.SELECT TEST TYPE AS QUICKTEST_TEST AND GIVE SOME TEST NAME AND CLICK OK.(FOR EXAMPLE CREATE A TEST NEW IN WHICH WE ARE GOING TO RECORD A SCRIPT FOR INSERTION OF NEW ORDER). CLICK ON TEST SCRIPT. CLICK ON THE LAUNCHER BUTTON, IT WILL OPEN THE QTP. START THE RECORDING, RECORD THE SCRIPT AND SAVE IT. IT WILL GET SAVED IN QC. 15. STEPS TO RUN THE SCRIPT THROUGH QC GO INTO TEST LAB. CREATE ONE FOLDER .EX AUTOMATION. CREATE NEW TEST SET UNDER THE ABOVE MADE FOLDER. DRAG AND DROP THE TEST SCRIPT FROM TEST PLAN TREE. CLICK ON RUN BUTTON, AUTOMATIC RUNNER WINDOW WIL BE OPENED. SELECT THE CHECKBOX , RUN ALL TESTS LOCALLY. DESELECT THE CHECKBOX,ENABLE LOG. MAKE SURE YOUR APPLICATION IS OPENED ,NOT EVEN MINIMISED. CLICK ON RUN BUTTON