Skip to content

Openmrs.org - Automation Testing

Notifications You must be signed in to change notification settings

TechnoTeam-17/Openmrs.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Openmrs.org

Techno Study Batch 4, Group 17, Friday Project / date 08-09-2023

In this project we use JAVA and Test Tools.

Domain: https://openmrs.org

##Team

  • Nergis Reçel - QA Lead
  • Alpaslan Alemdar - Tester
  • Ahmet Hakan - Tester
  • Aygül Abilova - Tester
  • Hakan Kılıç - Tester
  • Neslihan Terlemez - Tester
  • Omer Al- Tester
  • Sokol Rrustemi- Tester

Getting Started

The easiest way to get started is to clone the repository:

# File > New > Project From Version Control 
# Copy to URL
git@github.com: https://github.com/TechnoTeam-17/Openmrs.org.git
# open project at Intellij
# select project JDK
jdk1.8

# Open Module Settings at Intellij
# install selenium from maven
org.seleniumhq.selenium:selenium-java:4.11.0

# install testng from maven
org.testng:testng:6.14.3

# install slf4j from maven
org.slf4j:slf4j-nop:1.7.30

# install commons.io from maven
commons-io:commons-io:2.11.0

# Right click to Main.java
Run 'Main'

# or Run XML configurations
XML > BaseTest.xml 

List of Dependencies

Package Description
TestNG Next Generation Testing Tool.
Selenium Browser Automation Framework.
slf4j The Simple Logging Facade for Java.
commons.io The Apache Commons IO library

Rules Of Pull Request

  • Update your codes from main branch before you pull request
  • Don't use Thread.Sleep
  • Don't use Turkish Character
  • Don't use extra space
  • Use logical comment lines
  • Use ./screenshots folder for bug & facility report
  • Only work at your story
  • Don't add any scenario you want

Wish you the best!

Releases

No releases published

Packages

No packages published

Languages