The iphone tag has no wiki summary.
1
vote
5answers
117 views
how to test mobile application which uses wifi connection?
i am in need to test the application which was working based on the wi-fi signal strength,is it there any application/automation tool to randomize my wifi signal and check for applications ...
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 ...
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 ...
0
votes
1answer
258 views
Negative test scenarios for mcommerce shopping cart application [closed]
What are the negative test scenarios for mcommerce shopping cart application ? is there any test site to test checkout procedure for shopping cart application ?
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 ...