Testng
wait for an link to appear which is already in the page in selenium
Hi i am using selenium with testng. I have created a code in which i will login to a website and then after that their is a operation that happ开发者_运维百科ens and it collects the name of all the ip[详细]
2023-04-08 04:21 分类:问答A basic question on java/maven/testng
I am using RHEL 5. I want to be able to write a basic Java class, write corresponding test methods using testNG and be able to say something like \"mvn install\" which will run test cases and install[详细]
2023-04-08 03:25 分类:问答Taking Data From Multiple Table using TestNG Data Provider
I am Using Selenium RC with TestNG to do some kind of keyword driven testing.For the same purpose i want to read some data from an excel sheet and use it.Here I have used Data Provider annotation of T[详细]
2023-04-06 19:15 分类:问答why hudson failes the maven test build
I have one TestNG test in my project. When I run it from command line with mvn integration-test it says:[详细]
2023-04-06 06:31 分类:问答Verification tests in Scala
I want to make some verification in my test, but it never fails import org.testng.annotations.Test import org.specs.Specification[详细]
2023-04-05 12:34 分类:问答Which class should I import to use verifyTrue
I am using Selenium with TestN开发者_JAVA百科G using dataProvider. I am verifying the list which have hundred names. I have added all of these into an excel sheet with comma separated in A CELL. I hav[详细]
2023-04-04 05:29 分类:问答testNG taskdef definition in Ant using Maven dependencies
I am trying to use Ant and Maven to build a project. I am using testNG for test units. As stated here ( http://testng.org/doc/ant.html )I have defined the taskdef as follow:[详细]
2023-04-01 19:54 分类:问答testNG Maven problem
I am trying to run a build file using Ant. I am using Maven for dependencies. I am having a testNG dependency in my project.[详细]
2023-03-31 20:16 分类:问答How can I get complete stacktraces for exceptions thrown in tests when using sbt and testng?
The stacktraces are truncated - e.g. th开发者_如何学Goey end with [info]... Using last or changing traceLevel doesn\'t help - it simply prints the complete stacktrace of the sbt wrapper.[详细]
2023-03-31 10:11 分类:问答Maven doesn't run TestNG tests generated by groovy compiler
I have a java project with tests written in groovy. I use TestNG as unit testing framework. I also have several tests written in java.[详细]
2023-03-30 21:07 分类:问答