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