SlideShare a Scribd company logo
Automation Framework




                       1
Test Automation Approach

   The Test Script Modularity Framework

   The Test Library Architecture Framework

   The Keyword-Driven or Table-Driven Testing
    Framework

   The Data-Driven Testing Framework

   The Hybrid Test Automation Framework
                                                 2
Test Automation Framework
  The most commonly implemented framework is a
  combination of all of the above techniques, pulling
  from their strengths and trying to mitigate their
  weaknesses.

  NexOS Test Automation Framework (Hybrid) =

  Test Script Modularity / Test library Framework
                 +
  The DataDriven Testing Framework



                                                        3
Test Script Modularity Framework

   The test script modularity framework requires the
    creation of small, independent scripts that represent
    modules, sections, and functions of the application-
    under-test.

   These small scripts are then used in a hierarchical
    fashion to construct larger tests, realizing a particular
    test case.




                                                                4
Test Library Architecture Framework

   The test library architecture framework is very similar to the test
    script modularity framework and offers the same advantages, but
    it divides the application-under-test into procedures and functions
    instead of scripts.

   This framework requires the creation of library files (SQABasic
    libraries, APIs, DLLs, and such) that represent modules,
    sections, and functions of the application-under-test. These
    library files are then called directly from the test case script.

   This is incorporated in NexOS Project by creation of Business
    functions which are specific to partition/workspace/reveal in vbs
    files and NexOS,generic / Global functions (for each web
    Object). which are used as libraries.


                                                                          5
VBS files for Partitions

 Partition in NexOS                     Library file
      1.Login                           NexOS_Login.vbs
      2.Application                     NexOS_Application.vbs
      3.Credit                          NexOS_Credit.vbs
      4.LPF                             NexOS_LPF.vbs
      5.PRP                             NexOS_PRP.vbs
      6.Registration                    NexOS_Registration.vbs
      7.Underwriting                    NexOS_Underwriting.vbs
      8.Submit                          NexOS_Submit.vbs
      9.Pipeline                        NexOS_Pipeline.vbs

 Each .vbs file has the functions defined for that particular
 partition

                                                                 6
VBS files for Generic Functions

    Functionality           Library File
    1.Datatable             DataTable.vbs
    2.Global                Global.vbs
    3.Reporting             HTML.vbs
    4.Object Descriptions   Constants.vbs
    5.Messages              messages.vbs
    6.Utilities             util.vbs




                                            7
Data-Driven Testing Framework

   Data-driven testing framework is incorporated in
    NexOS Project by inputting the data into an Excel file
    and importing the values into QTP Data table at the
    time of execution.

   Enables to test the application with multiple sets of
    data.




                                                             8
Configuration Settings

   Environment Variables (read only data) are declared
    in Config.ini file

   Following are the Environment variables:
     • AccessResultsLocation
     • ScreenshotRootpath
     • POS_Validation
     • TakeScreenshot




                                                          9
Login Configuration

   The user id, password (encrypted) and environment
    (URL) and the Host Name are driven from the
    Login_Config.xls file attached to the config folder in
    the QC test plan

   Default URL i.e., http://originationit will be taken if
    there is no entry for the URL and the QC User Name
    will be taken to login to the application if there is no
    userId Provided in the Login_Config.xls file




                                                               10
Folder Structure

Test Plan consists of three main folders:
  Development contain scripts under construction
                                                   Test Plan
  Handoff are scripts delivered to client.

  Performance are scripts modified
      for stress testing.

Each folder structure contains:
         Config                 Documents
         LIB                    OR
         Recovery               Scripts


                                                               11
Test Plan Structure
   Config: Configuration file has the environmental variables of
    URL, Userid, Password, Pool, AccessResultsLocation path,
    Login config path, Screenshot root path, POS validation and
    Take Screen shot.

   Documents: Documents folder contains all documents required
    for preparation and understanding of the NexOS Automation
    project.

   LIB: Contains Business Library and Global Library Functions
    located in the form of vbs file

   OR: Contains object repository files attached in the Attachment
    section. Object Repository is used in Login part of the
    application, because some win objects are not identified by the
    descriptive programming or takes more time to identify. The file
    is saved in .tsr( Test Shared Repository) extension.

                                                                       12
Test Plan Structure (continued)
   Recovery: Contains some attachments for Recovery Scenarios
    in .qrs(Quick Test Recovery Scenario) and .vbs files are attached
    in Attachment section

   Scripts: Contains Integration and POS folders, where integration
    folder contains Test set folder, in Test Set Process Flow folder
    wise is divided, respected test scripts and the Smoke Test
    Cases. Each test script has its own test data attached in the
    attachment section. POS folder contains all the pos test scripts
    and the test data attached to the Attachment section.

   The Test Scenarios in NexOS automation Project are divided
    into different Test Sets, each Test Set contains 10 Process
    Flows, each flow contains different Test scenario Scripts, for
    each script test data is attached in the Attachment section.

   Test Set (X)->Process Flow (X)->Test Script
                                                                     13
Handoff and Performance Folder

 Handoff folder:
    Folder structure is same as the structure mentioned above
     (i.e. Config, Documents, LIB, OR, Recovery, Results and
     Scripts).

    Process of delivering the scripts is a folder is created with a
     date 2007_11_15(start date of deliverables).

 Performance folder:
    These set of scripts were to support performance testing
     team and returns the page rendering time.

                                                                       14
Script Components Guideline

 When the script is developed and ready for execution,
 follow the guidelines given below:

        Connect to Quality Center.
        Ensure that Test Data (Excel sheet) is attached
         to the Test Script.
        Add all the Library files required for test
         execution in LIB.
        Add Configuration file in Config folder.
        Add Object Repository file in OR.


                                                           15
Script Execution from Test Lab

   Go to Test Lab in Quality Center
   Select the required test from the execution grid and
    click on Run button on the header,
   Select the required host for execution and again click
    on Run button in the Pop up window
   Quality Center will initiate QTP and executes the
    selected script.
   Click on Run Test Set button in order to run the entire
    Test set


                                                              16
Execution From QualityCenter




                               17
Test Results

Test Results are of two types:
              1)   Reporting
              2)   Screen shots


Reporting - Test Results are stored in two places.
         Microsoft Access (Database)
         Test Lab in Quality Center.

Screen shots



                                                     18
Storing Results in Access and QC
Tracking Results in MS-Access:
   All the Verification points in each script are stored in the
    Respective Table of the MS-Access. Results can be tracked at
    the following location which can be configurable from the
    configuration file.
Path :
  agotsnexosdev03E$NexOS.KiranNEXOSTestDataNexOSPO
  S.mdb

Test Lab in Quality Center:
   Go to Test Lab Tab in the Quality centre
   Double click on the script executed in the Execution grid
   Double click on the Run Name in the Test instance Properties
    Dialog Box
   Verify the results in the Run Steps Dialog box
                                                                   19
QualityCenter Execution Example




                                  20

More Related Content

PPT
Test Automation Framework Online Training by QuontraSolutions
Quontra Solutions
 
PPT
Test automation principles, terminologies and implementations
Steven Li
 
PPT
Designing a Test Automation Framework By Quontra solutions
QUONTRASOLUTIONS
 
PPTX
A Test Automation Framework
Gregory Solovey
 
PDF
WSO2Con Asia 2014 - Effective Test Automation in an Agile Environment
WSO2
 
PPTX
Test automation framework
QACampus
 
PPTX
Selenium Tutorial for Beginners | Automation framework Basics
Techcanvass
 
PDF
Automation Framework Design
Kunal Saxena
 
Test Automation Framework Online Training by QuontraSolutions
Quontra Solutions
 
Test automation principles, terminologies and implementations
Steven Li
 
Designing a Test Automation Framework By Quontra solutions
QUONTRASOLUTIONS
 
A Test Automation Framework
Gregory Solovey
 
WSO2Con Asia 2014 - Effective Test Automation in an Agile Environment
WSO2
 
Test automation framework
QACampus
 
Selenium Tutorial for Beginners | Automation framework Basics
Techcanvass
 
Automation Framework Design
Kunal Saxena
 

What's hot (20)

PDF
Test Automation Framework Design | www.idexcel.com
Idexcel Technologies
 
PPS
Final Automation Testing
priya_trivedi
 
PPT
Test Automation Framework Designs
Sauce Labs
 
PPTX
Selenium Test Automation
BabuDevanandam
 
PPT
Test Automation Framework Development Introduction
Ganuka Yashantha
 
PPTX
Framework For Automation Testing Practice Sharing
KMS Technology
 
PPT
Centralized test automation framework implementation
Bharathi Krishnamurthi
 
PPTX
Framework for Web Automation Testing
Taras Lytvyn
 
PDF
Regression Test Automation Framework
Infosys
 
PPT
Automation test scripting guidelines
Bharathi Krishnamurthi
 
PPT
Testing Frameworks
Moataz Nabil
 
PPTX
Mobile Test Automation Framework : Presented By Shankar Garg
oGuild .
 
PDF
automation framework
ANSHU GOYAL
 
PPT
Data driven automation testing of web applications using selenium
anandseelan
 
PDF
Laws of test automation framework
vodqancr
 
PPT
Automation testing strategy, approach & planning
SivaprasanthRentala1975
 
PDF
Pragmatic Java Test Automation
Dmitry Buzdin
 
PDF
Automated Testing
John Paulett
 
PDF
Software Test Patterns: Successes and Challenges
Bob Binder
 
PPT
Hybrid Automation Framework Development introduction
Ganuka Yashantha
 
Test Automation Framework Design | www.idexcel.com
Idexcel Technologies
 
Final Automation Testing
priya_trivedi
 
Test Automation Framework Designs
Sauce Labs
 
Selenium Test Automation
BabuDevanandam
 
Test Automation Framework Development Introduction
Ganuka Yashantha
 
Framework For Automation Testing Practice Sharing
KMS Technology
 
Centralized test automation framework implementation
Bharathi Krishnamurthi
 
Framework for Web Automation Testing
Taras Lytvyn
 
Regression Test Automation Framework
Infosys
 
Automation test scripting guidelines
Bharathi Krishnamurthi
 
Testing Frameworks
Moataz Nabil
 
Mobile Test Automation Framework : Presented By Shankar Garg
oGuild .
 
automation framework
ANSHU GOYAL
 
Data driven automation testing of web applications using selenium
anandseelan
 
Laws of test automation framework
vodqancr
 
Automation testing strategy, approach & planning
SivaprasanthRentala1975
 
Pragmatic Java Test Automation
Dmitry Buzdin
 
Automated Testing
John Paulett
 
Software Test Patterns: Successes and Challenges
Bob Binder
 
Hybrid Automation Framework Development introduction
Ganuka Yashantha
 
Ad

Viewers also liked (20)

PDF
Weightlifting at SimplySocial
Bogdan Gaza
 
PPT
Selenium2 and Jenkins: Almost pain-free UI Testing
mikereedell
 
PDF
Web Application Testing with Selenium
Sargis Sargsyan
 
DOC
24 collections framework interview questions
Arun Vasanth
 
PPT
Test Automation Demonstration with Dr Yongyan Wang by XBOSoft
XBOSoft
 
PDF
Cucumber questions
Shivaraj R
 
PDF
Automation Framework
mehramit
 
PPTX
How To Transform the Manual Testing Process to Incorporate Test Automation
Ranorex
 
PPTX
Selenium for Jobseekers
Seshu Madhav Chaturvedula
 
PPTX
ATLAS Automation POC
aakashmc
 
PPTX
test_automation_POC
Rafael Battesti
 
PPTX
Test automation within a scrum process
Kushan Shalindra Amarasiri - Technical QE Specialist
 
PPT
Selenium Automation Framework
Mindfire Solutions
 
PDF
Test automation - What? Why? How?
Anand Bagmar
 
PPT
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Atirek Gupta
 
PDF
Selenium webdriver interview questions and answers
ITeLearn
 
PPTX
User Powershell for Task Automation
Aman Dhally
 
PPTX
Test Automation in Agile
Agile Testing Alliance
 
DOCX
Realtime selenium interview questions
Kuldeep Pawar
 
PPT
BDD with JBehave and Selenium
Nikolay Vasilev
 
Weightlifting at SimplySocial
Bogdan Gaza
 
Selenium2 and Jenkins: Almost pain-free UI Testing
mikereedell
 
Web Application Testing with Selenium
Sargis Sargsyan
 
24 collections framework interview questions
Arun Vasanth
 
Test Automation Demonstration with Dr Yongyan Wang by XBOSoft
XBOSoft
 
Cucumber questions
Shivaraj R
 
Automation Framework
mehramit
 
How To Transform the Manual Testing Process to Incorporate Test Automation
Ranorex
 
Selenium for Jobseekers
Seshu Madhav Chaturvedula
 
ATLAS Automation POC
aakashmc
 
test_automation_POC
Rafael Battesti
 
Test automation within a scrum process
Kushan Shalindra Amarasiri - Technical QE Specialist
 
Selenium Automation Framework
Mindfire Solutions
 
Test automation - What? Why? How?
Anand Bagmar
 
Understanding Selenium/RC, Webdriver Architecture and developing the page obj...
Atirek Gupta
 
Selenium webdriver interview questions and answers
ITeLearn
 
User Powershell for Task Automation
Aman Dhally
 
Test Automation in Agile
Agile Testing Alliance
 
Realtime selenium interview questions
Kuldeep Pawar
 
BDD with JBehave and Selenium
Nikolay Vasilev
 
Ad

Similar to Automation Framework 042009 V2 (20)

PPSX
Automation Framework 042009 V2
Devukjs
 
DOC
Qtp Summary
G.C Reddy
 
DOC
Typical Architecture Of Automation Frameworks
Yogindernath Gupta
 
PPT
Qtpppt1
Vikash Joshi
 
DOC
Qtp (basics to advanced)
G.C Reddy
 
PPT
QTP Online Training
QualityPoint Technologies
 
PDF
Qtp framework implementation_guide_v1
Saurabh Singh
 
PDF
ssssssssss
Sravan Reddy
 
PDF
Testing tools concepts
Krishna Gurjar
 
DOCX
Qtp basic
Sandeep
 
PPS
About Qtp 92
techgajanan
 
PPS
About Qtp_1 92
techgajanan
 
PPS
About QTP 9.2
chandrasekhar
 
PPT
HP Quick Test Professional
Vitaliy Ganzha
 
PPT
Susan windsor soft test 16th november 2005
David O'Dowd
 
PPTX
Qtp
Sandeep
 
PPT
Hybrid framework
Sudhakar Mangi
 
DOC
QTP Online Training
G Chandra Reddy
 
DOC
QTP Training
G.C Reddy
 
PDF
Hybrid test automation frameworks implementation using qtp
abhijob
 
Automation Framework 042009 V2
Devukjs
 
Qtp Summary
G.C Reddy
 
Typical Architecture Of Automation Frameworks
Yogindernath Gupta
 
Qtpppt1
Vikash Joshi
 
Qtp (basics to advanced)
G.C Reddy
 
QTP Online Training
QualityPoint Technologies
 
Qtp framework implementation_guide_v1
Saurabh Singh
 
ssssssssss
Sravan Reddy
 
Testing tools concepts
Krishna Gurjar
 
Qtp basic
Sandeep
 
About Qtp 92
techgajanan
 
About Qtp_1 92
techgajanan
 
About QTP 9.2
chandrasekhar
 
HP Quick Test Professional
Vitaliy Ganzha
 
Susan windsor soft test 16th november 2005
David O'Dowd
 
Hybrid framework
Sudhakar Mangi
 
QTP Online Training
G Chandra Reddy
 
QTP Training
G.C Reddy
 
Hybrid test automation frameworks implementation using qtp
abhijob
 

Recently uploaded (20)

PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
PPTX
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
PDF
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
PPTX
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
PDF
Test Bank, Solutions for Java How to Program, An Objects-Natural Approach, 12...
famaw19526
 
PDF
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
DevOps & Developer Experience Summer BBQ
AUGNYC
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
PDF
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
PDF
Shreyas_Phanse_Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
SHREYAS PHANSE
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
REPORT: Heating appliances market in Poland 2024
SPIUG
 
PDF
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
PDF
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
The Power of IoT Sensor Integration in Smart Infrastructure and Automation.pptx
Rejig Digital
 
NewMind AI Monthly Chronicles - July 2025
NewMind AI
 
Comunidade Salesforce São Paulo - Desmistificando o Omnistudio (Vlocity)
Francisco Vieira Júnior
 
Test Bank, Solutions for Java How to Program, An Objects-Natural Approach, 12...
famaw19526
 
Enable Enterprise-Ready Security on IBM i Systems.pdf
Precisely
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
DevOps & Developer Experience Summer BBQ
AUGNYC
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Chapter 2 Digital Image Fundamentals.pdf
Getnet Tigabie Askale -(GM)
 
CIFDAQ's Token Spotlight: SKY - A Forgotten Giant's Comeback?
CIFDAQ
 
Shreyas_Phanse_Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
SHREYAS PHANSE
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
REPORT: Heating appliances market in Poland 2024
SPIUG
 
agentic-ai-and-the-future-of-autonomous-systems.pdf
siddharthnetsavvies
 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
 
CIFDAQ's Teaching Thursday: Moving Averages Made Simple
CIFDAQ
 

Automation Framework 042009 V2

  • 2. Test Automation Approach  The Test Script Modularity Framework  The Test Library Architecture Framework  The Keyword-Driven or Table-Driven Testing Framework  The Data-Driven Testing Framework  The Hybrid Test Automation Framework 2
  • 3. Test Automation Framework The most commonly implemented framework is a combination of all of the above techniques, pulling from their strengths and trying to mitigate their weaknesses. NexOS Test Automation Framework (Hybrid) = Test Script Modularity / Test library Framework + The DataDriven Testing Framework 3
  • 4. Test Script Modularity Framework  The test script modularity framework requires the creation of small, independent scripts that represent modules, sections, and functions of the application- under-test.  These small scripts are then used in a hierarchical fashion to construct larger tests, realizing a particular test case. 4
  • 5. Test Library Architecture Framework  The test library architecture framework is very similar to the test script modularity framework and offers the same advantages, but it divides the application-under-test into procedures and functions instead of scripts.  This framework requires the creation of library files (SQABasic libraries, APIs, DLLs, and such) that represent modules, sections, and functions of the application-under-test. These library files are then called directly from the test case script.  This is incorporated in NexOS Project by creation of Business functions which are specific to partition/workspace/reveal in vbs files and NexOS,generic / Global functions (for each web Object). which are used as libraries. 5
  • 6. VBS files for Partitions Partition in NexOS Library file 1.Login NexOS_Login.vbs 2.Application NexOS_Application.vbs 3.Credit NexOS_Credit.vbs 4.LPF NexOS_LPF.vbs 5.PRP NexOS_PRP.vbs 6.Registration NexOS_Registration.vbs 7.Underwriting NexOS_Underwriting.vbs 8.Submit NexOS_Submit.vbs 9.Pipeline NexOS_Pipeline.vbs Each .vbs file has the functions defined for that particular partition 6
  • 7. VBS files for Generic Functions Functionality Library File 1.Datatable DataTable.vbs 2.Global Global.vbs 3.Reporting HTML.vbs 4.Object Descriptions Constants.vbs 5.Messages messages.vbs 6.Utilities util.vbs 7
  • 8. Data-Driven Testing Framework  Data-driven testing framework is incorporated in NexOS Project by inputting the data into an Excel file and importing the values into QTP Data table at the time of execution.  Enables to test the application with multiple sets of data. 8
  • 9. Configuration Settings  Environment Variables (read only data) are declared in Config.ini file  Following are the Environment variables: • AccessResultsLocation • ScreenshotRootpath • POS_Validation • TakeScreenshot 9
  • 10. Login Configuration  The user id, password (encrypted) and environment (URL) and the Host Name are driven from the Login_Config.xls file attached to the config folder in the QC test plan  Default URL i.e., http://originationit will be taken if there is no entry for the URL and the QC User Name will be taken to login to the application if there is no userId Provided in the Login_Config.xls file 10
  • 11. Folder Structure Test Plan consists of three main folders: Development contain scripts under construction Test Plan Handoff are scripts delivered to client. Performance are scripts modified for stress testing. Each folder structure contains: Config Documents LIB OR Recovery Scripts 11
  • 12. Test Plan Structure  Config: Configuration file has the environmental variables of URL, Userid, Password, Pool, AccessResultsLocation path, Login config path, Screenshot root path, POS validation and Take Screen shot.  Documents: Documents folder contains all documents required for preparation and understanding of the NexOS Automation project.  LIB: Contains Business Library and Global Library Functions located in the form of vbs file  OR: Contains object repository files attached in the Attachment section. Object Repository is used in Login part of the application, because some win objects are not identified by the descriptive programming or takes more time to identify. The file is saved in .tsr( Test Shared Repository) extension. 12
  • 13. Test Plan Structure (continued)  Recovery: Contains some attachments for Recovery Scenarios in .qrs(Quick Test Recovery Scenario) and .vbs files are attached in Attachment section  Scripts: Contains Integration and POS folders, where integration folder contains Test set folder, in Test Set Process Flow folder wise is divided, respected test scripts and the Smoke Test Cases. Each test script has its own test data attached in the attachment section. POS folder contains all the pos test scripts and the test data attached to the Attachment section.  The Test Scenarios in NexOS automation Project are divided into different Test Sets, each Test Set contains 10 Process Flows, each flow contains different Test scenario Scripts, for each script test data is attached in the Attachment section.  Test Set (X)->Process Flow (X)->Test Script 13
  • 14. Handoff and Performance Folder Handoff folder:  Folder structure is same as the structure mentioned above (i.e. Config, Documents, LIB, OR, Recovery, Results and Scripts).  Process of delivering the scripts is a folder is created with a date 2007_11_15(start date of deliverables). Performance folder:  These set of scripts were to support performance testing team and returns the page rendering time. 14
  • 15. Script Components Guideline When the script is developed and ready for execution, follow the guidelines given below:  Connect to Quality Center.  Ensure that Test Data (Excel sheet) is attached to the Test Script.  Add all the Library files required for test execution in LIB.  Add Configuration file in Config folder.  Add Object Repository file in OR. 15
  • 16. Script Execution from Test Lab  Go to Test Lab in Quality Center  Select the required test from the execution grid and click on Run button on the header,  Select the required host for execution and again click on Run button in the Pop up window  Quality Center will initiate QTP and executes the selected script.  Click on Run Test Set button in order to run the entire Test set 16
  • 18. Test Results Test Results are of two types: 1) Reporting 2) Screen shots Reporting - Test Results are stored in two places.  Microsoft Access (Database)  Test Lab in Quality Center. Screen shots 18
  • 19. Storing Results in Access and QC Tracking Results in MS-Access:  All the Verification points in each script are stored in the Respective Table of the MS-Access. Results can be tracked at the following location which can be configurable from the configuration file. Path : agotsnexosdev03E$NexOS.KiranNEXOSTestDataNexOSPO S.mdb Test Lab in Quality Center:  Go to Test Lab Tab in the Quality centre  Double click on the script executed in the Execution grid  Double click on the Run Name in the Test instance Properties Dialog Box  Verify the results in the Run Steps Dialog box 19