Skip to content

Commit c73f8f3

Browse files
committed
QA talks conf added
1 parent d514cfb commit c73f8f3

1 file changed

Lines changed: 18 additions & 10 deletions

File tree

docs/Idaithalam.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,37 @@
66

77
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.
88

9-
109
As a tester, you need to create Excel and pass it to Idaithalam Framework.
1110

1211
1. First, generate the Json based test scripts(Virtualan Collection) from Excel. During test execution, this test script collection can be directly utilized.
1312
2. Then it generates Feature files from the Virtualan Collection and its executed.
1413
3. Lastly, It generates test report in BDD/Cucumber style.
1514

16-
1715
This provide complete testing support for REST APIs, GraphQL, RDBMS DB and Kafka Event messages
1816

1917
#idaithalam #apitesting #testautomation #restapitesting #insprintautomation #rdbmstesting #graphqltesting #kafkamessagetesting #eventvalidation #messagevalidation #cucumber #bdd
2018

2119
**Virtualan Collection is a JSON based TestScripts generated from Excel**
2220

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+
2332
## 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+
```
3240

3341

3442
## Architecture

0 commit comments

Comments
 (0)