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-3.0.1.jar download
smart-testauto-framework-3.0.1.pom download
smart-testauto-framework-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.uitnet.testing</groupId>
  <artifactId>smart-testauto-framework</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.uitnet.testing:smart-testauto-framework:3.0.1'
Gradle Kotlin
implementation("org.uitnet.testing:smart-testauto-framework:3.0.1")
Scala SBT
libraryDependencies += "org.uitnet.testing" % "smart-testauto-framework" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.uitnet.testing', module='smart-testauto-framework', version='3.0.1')
)
Apache Ivy
<dependency org="org.uitnet.testing" name="smart-testauto-framework" rev="3.0.1" />
Leiningen
[org.uitnet.testing/smart-testauto-framework "3.0.1"]
Apache Buildr
'org.uitnet.testing:smart-testauto-framework:jar:3.0.1'