Tagged Questions
1
vote
0answers
227 views
Test execution report in HTML format for MonkeyTalk
MonkeyTalk provides the functionality of running test suites with Ant.
Reference: Running Suites With Ant
I wanted to know if it is possible to generate HTML reports of test execution?
I want to ...
0
votes
1answer
331 views
Need a similar functionality like WaitForPageToLoad in MonkeyTalk
Is there any similar function/ command in MonkeyTalk, like WaitForPageToLoad which is in Selenium, that lets me specify the script to wait for a screen to render before moving ahead? I checked ...
3
votes
2answers
971 views
iOS UIAutomation UIAElement.isVisible() throwing stale response?
I'm trying to use isVisible() within a loop to create a waitForElement type of a function for my iOS UIAutomation. When I try to use the following code, it fails while waiting for an element when a ...
8
votes
10answers
1k views
Tools for testing iPhone apps
I was wondering if there any automation tools out there that can help with the process of testing an iPhone application on the device itself and not on a simulator.
Ideally, it would have simulating ...