|
6 | 6 |
|
7 | 7 | Idaithalam is a low code Test automation Framework, developed using Java and Cucumber. It leverages Behavior Driven Development (BDD). Tester can create test cases/scripts in simple Excel with API Spec. Excel is a simplified way to create Json based test scripts in Idaithalam. Test cases can be created quickly and tested in minutes. |
8 | 8 |
|
9 | | - |
10 | 9 | As a tester, you need to create Excel and pass it to Idaithalam Framework. |
11 | 10 |
|
12 | 11 | 1. First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized. |
13 | 12 | 2. Then it generates Feature files from the Virtualan Collection and its executed. |
14 | 13 | 3. Lastly, It generates test report in BDD/Cucumber style. |
15 | 14 |
|
16 | | - |
17 | 15 | This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages |
18 | 16 |
|
19 | 17 | #idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd |
20 | 18 |
|
21 | 19 | **Virtualan Collection is a JSON based TestScripts generated from Excel** |
22 | 20 |
|
| 21 | +## QA Talks Community Presentation – Codeless Conference 2022 |
| 22 | + |
| 23 | +- Low code/No Code API Workflow Automation - [Click here](https://docs.google.com/presentation/d/1qzo_AEwub6qWiyASA0pdKd7YQE8C3IYP/edit?usp=sharing&ouid=112196114616919270195&rtpof=true&sd=true) |
| 24 | + - Youtube link [Click here](https://www.youtube.com/watch?v=R0kO8XI60Bs) |
| 25 | + |
| 26 | +- Low code/No Code KAFKA Workflow Automation - [Click here](https://docs.google.com/presentation/d/1Bt29js4sDeRi-CLGb5jZ1DH9SlQjuXDH/edit?usp=sharing&ouid=112196114616919270195&rtpof=true&sd=true) |
| 27 | + - Youtube link [Click here](https://www.youtube.com/watch?v=RINHaBdam-A) |
| 28 | + |
| 29 | +- Low code/No Code API and DB Workflow Automation - [Click here](https://docs.google.com/presentation/d/1LRJjY3H-rRf-6QX054eFelURY59gnJir/edit?usp=sharing&ouid=112196114616919270195&rtpof=true&sd=true) |
| 30 | + - Youtube link [Click here](https://www.youtube.com/watch?v=3a-awMK02n4) |
| 31 | + |
23 | 32 | ## Maven dependency: |
24 | | - |
25 | | - ```mvn |
26 | | - <dependency> |
27 | | - <groupId>io.virtualan</groupId> |
28 | | - <artifactId>idaithalam</artifactId> |
29 | | - <version>${idaithalam.version}</version> |
30 | | - </dependency> |
31 | | - ``` |
| 33 | +```mvn |
| 34 | + <dependency> |
| 35 | + <groupId>io.virtualan</groupId> |
| 36 | + <artifactId>idaithalam</artifactId> |
| 37 | + <version>${idaithalam.version}</version> |
| 38 | + </dependency> |
| 39 | +``` |
32 | 40 |
|
33 | 41 |
|
34 | 42 | ## Architecture |
|
0 commit comments