automated-tests
FoneMonkey able to input text to a UITextView?
So far found ways to get FoneMonkey to behave for most of what I\'m scripting, however, when trying to enter text into a UITextView, it does not capture it during开发者_如何学Go recording. If I manual[详细]
2023-03-18 08:48 分类:问答jmeter help - test around polling /w meta refresh
I am new to jmeter and am working on putting together a test plan.The hurdle I\'ve encountered is as follows:[详细]
2023-03-18 05:57 分类:问答Coded UI Test : Finding and clicking dynamic hyperlinks in a grid
I recorded a click on a link inside of a tablece开发者_JAVA技巧ll in a grid, then modified the code after moving it to the UIMap file. There are many links in the grid, but they can only be used once[详细]
2023-03-17 22:20 分类:问答selenium test showing email already taken
I am running tests in my Rails 3 application.I use rspec, capybara and Selenium RC. I have the following test for a form:[详细]
2023-03-17 16:17 分类:问答How to run unittests of an android lib using ant?
I have an android lib project, and an android test project i\'ve built in eclipse. Now i\'m automating the process and i encounterred a problem when trying to run the tests using ant.[详细]
2023-03-17 04:35 分类:问答Android JUNIT testing stuck
I\'m new at JUnit tests, I\'m trying to test database access through this code: public class SeuticketTest extends ActivityInstrumentationTestCase2<Seuticket> {[详细]
2023-03-16 23:32 分类:问答Need help with Rspec example
Can any one have more descriptive example of Rspec? I used the the example from site https://gist.github.com/1053934 works very fine. But i want to learn more like go to site X (eg. Google) -> enter d[详细]
2023-03-16 01:35 分类:问答RoR: Tests for beginners
I have to preface all my posts about rails: I\'m a novice. Is it necessary to write tests for my app to 开发者_如何学编程work properly or is it strictly for finding breaks?Testing your app is not nec[详细]
2023-03-15 23:58 分类:问答Which one runs first: @AfterTest or @TestListener?
I have a TestNG program that creates files as part of the test but those files need to be deleted after 开发者_如何学运维the test runs. So I will use an @AfterTest anotation to do this.[详细]
2023-03-15 15:29 分类:问答Selenium set speed execution test
We use Selenium IDE to record the test. In the recorder we can change the speed execution and our tests pass. We should set the speed t开发者_如何学Co SLOW.[详细]
2023-03-15 12:24 分类:问答