Questions tagged [uitest]
249 questions
0
votes
0 answers
UITest to a page after the face book login
I want to test or write some unit tests to some ExampleViewcontroller. For example whether the label is existed or not. But we cannot enter this page without login with face book. Now my problem is how can I get the flow to that VC or I will…

MuraliMohan
- 1,063
- 1
- 11
- 30
0
votes
1 answer
Xcode UITest - Unable to find buttons in a Cell containing Key Value Pairs
I am having trouble finding a way to uniquely identify a series of buttons (custom checkboxes) that exist within a Cell. The Cell contains data in a series of key value pairs with the checkbox button tied to each key value pair. The problem is that…

droff75
- 1
- 3
0
votes
1 answer
UITests Storyboard Issue
I have a new proyect and I want to implement UITests, but I have the following problem when I initialize the controller...
Error
My viewController identifier is MainView, my storyboard target membership marked... This sounds simple but I don´t find…

Patrick22
- 1
- 2
0
votes
1 answer
UI testing: completely skip app delegate
In some, or all of my UI testing, the UIApplicationDelegate is completely useless.
Is it possible to start with a blank screen and then I can present a view controller as part of my testing code?

William Entriken
- 37,208
- 23
- 149
- 195
0
votes
1 answer
How to validate photo capture screen is open in Xamarin UITest?
I want to write unit test in Xamarin UITest to validate whether photo capture screen is open or not, for both Android and iOS. If anyone know this, can you please give me advice on that?
Thank you

imodeGowas
- 35
- 10
-1
votes
1 answer
How to do ten times click the button on Espresso UI test? Is it possible?
I want to click a button ten times for testing the UI. Is it possible?
If so, how?

MeNoVa
- 69
- 2
- 7
-1
votes
1 answer
Swift conditional statement for separating UITest code
IF UItest is running
{
//execute this code
}
else
{
//execute this code
}
can anyone tell what should be the conditional statement here
-1
votes
1 answer
"Unable to monitor event loop" crash
I add breakpoint and find that it block in the method that
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{
// init local data
[[PDKeychainBindings sharedKeychainBindings]…

terry
- 13
- 2
-1
votes
1 answer
Using xamarin language to test software element on appcenter
Currently I am using xamarin to test a software running on HTC Android Phone 6.0.1. As for the numberpicker input, I have a problem, that is not working on the Set button to save the month.
The ways I used to affect the set button:
app.tap̣ (x =>…