Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1


Tip

To know about platform regression testing.


Info

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


Panel

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).
  • 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.Testng initializer needs to run before any API test cases.

Image Added


Panel

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.


Note

It is mandatory to have the latest chrome driver 

Click here to download the latest version on chrome driver 



Back to Top