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