Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

To know about platform regression testing.

Platform Regression Test module contains the regression testing for both UI and API. 

API related regression testing

  • Before running the testng suite we need to place the Automation folder inside INSIGHTS_HOME.
  • Automation folder contains all the required data for the test cases.
  • Regression_test.properties contains all the URLs.

  • We can get the updated folder from the server (54.177.1.14).
  • Before running the test suite modify the path in the below files.
    • agentOfflineTestData.json

    • agentOnDemandTestData.json

    • agentReleaseData.json

    • agentVaultData.json

    • bulkUpload_test_data.json

    • logoSetting.json

  • Testng initializer needs to run before any API test cases.
  • To run the test cases we need to mention the class name at testng.xml file and run the xml file.

UI related regression testing

  • Before running UI the test cases we need to initialize the chrome driver which is in the Automation folder.

  • Each module contain three classes 
    • Configuration 
    • Object repository 
    • Test
  • In UI we are using selenium testing.
  • Using Xpath we are finding the element on the webpage.


It is mandatory to have the latest chrome driver 

Click here to download the latest version on chrome driver 

Back to Top

  • No labels