s

smart-testauto-framework

Smart Software Testing Automation Framework is a tool used to automate the testing of software application. It includes the functionality i.e. Web UI Application Automation, Thick Client Automation, API Testing, Data Driven Testing etc.
https://github.com/mkrishna4u/smart-testauto-framework
The Apache Software License, Version 2.0
Madhav Krishna
Files download
File Operation
smart-testauto-framework-6.1.0.jar download
smart-testauto-framework-6.1.0.pom download
smart-testauto-framework-6.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uitnet.testing</groupId>
  <artifactId>smart-testauto-framework</artifactId>
  <version>6.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.uitnet.testing:smart-testauto-framework:6.1.0'
Gradle Kotlin
implementation("org.uitnet.testing:smart-testauto-framework:6.1.0")
Scala SBT
libraryDependencies += "org.uitnet.testing" % "smart-testauto-framework" % "6.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.uitnet.testing', module='smart-testauto-framework', version='6.1.0')
)
Apache Ivy
<dependency org="org.uitnet.testing" name="smart-testauto-framework" rev="6.1.0" />
Leiningen
[org.uitnet.testing/smart-testauto-framework "6.1.0"]
Apache Buildr
'org.uitnet.testing:smart-testauto-framework:jar:6.1.0'