Skip to content

observepoint/live-connected-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to ObservePoint repo for LiveConnect Automation

This code uses ObservePoint's open API and shows how you can implement LiveConnect for UI Automation

src/test/java/UiTests.java contains example of implementation for Selenium:

in method annotated by @BeforeSuite:

  • creates folder with name: "LiveConnectAutomation" in your ObservePoint account (if doesn't exist)
  • creates LiveConnect's device and journey with default values
  • attaches rules with provided names to created journey
  • starts journey recording

in method annotated by @AfterSuite:

  • Stops recording of LiveConnect Journey

in method annotated by @BeforeMethod:

  • creates step inside journey
  • creates instance of Selenium WebDriver with proxy settings of LiveConnect

in method annotated by @AfterMethod:

  • change step's name to test's name
  • close Selenium WebDriver

Getting Started

  • Download project to your machine

Prerequisites

  • Install Chrome browser
  • Install JDK 1.8 in your system and configure global JAVA_HOME variable
  • Install Maven 3 in your system and configure global MAVEN_HOME variable

For running LiveConnect tests example do the following:

mvn clean install test -DsuiteFile=uiTests.xml

About

Example of using ObservePoint's LiveConnect with automated Selenium UI tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages