Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
egulacti authored Jul 5, 2018
1 parent 243480e commit e920b43
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Logo TEDAM
Logo TEDAM is an open source test management and automation software. TEDAM can be used to create test cases, test sets and store test data. Test sets can be assigned to clients running TEDAM Agent software. Test execution results are also stored on the TEDAM Server. The following technologies are used in the project:
Logo TEDAM is an open source test management and automation software. TEDAM can be used to create test cases, test sets and store test data. Test sets can be assigned to clients running TEDAM Agent software. Test execution results are stored on the TEDAM Server. The following technologies are used in the project:

- Java
- SpringBoot
Expand All @@ -10,7 +10,21 @@ Logo TEDAM is an open source test management and automation software. TEDAM can
- Beanshell scripts (http://www.beanshell.org/)
- SAHI scripts (https://sourceforge.net/projects/sahi/)

## Who can use TEDAM
## What is so special about TEDAM?
TEDAM brings a new perspective to test automation:
- It organizes all UI interactions under action items and couples them with test data
- Its flexible architecture can be extended to support new action items
- It can support many scripting languages and frameworks
- It uses test steps and data as metadata/pseudo code to generate actual test script at runtime

## Who can use TEDAM?
TEDAM is used by Logo Business Solutions for test automation of its own software products. Originally it was created for test automation of [J-Platform](http://www.logo.com.tr/en/solutions/erp-solutions/j-platform) which is a full-fledged ERP solution using Java Web Start technology. Later it evolved to support HTML based web applications too. TEDAM currently supports only automated test execution.

## Architecture
TBA

## User Guides
TBA

# Project Guidelines
Read the related wiki pages to learn about:
Expand Down

0 comments on commit e920b43

Please sign in to comment.