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