Questions tagged [ui-testing]

User interface testing is the process of testing a product's graphical user interface to ensure it meets its specifications.

User interface testing is the process of testing a product's graphical user interface to ensure it meets its specifications. Test cases attempt to cover all the functionality of the system and fully exercise the GUI itself. Wikipedia

829 questions
-2
votes
3 answers

UITesting for login in xcode8

Am working with UITesting,in that i have to test email field and password using the saved the NSUserDefaults value.please give me the some piece of code. NOTE:1.Check the email and password fields are valid or invalid or empty.
-2
votes
1 answer

Button in UITableView hierarchy UITest

Could you help me? It doesn't work and I don't know why?
Chalko
  • 1
  • 1
-2
votes
2 answers

WebDriver: How can I test that a button is clickable only if there are no invalid values entered?

I'm doing some UI automation testing at work and I'm not quite sure how to do this I have a form that asks for a user's name and date of birth before they can click a button to the next page. If they enter anything with invalid characters (a name of…
-4
votes
1 answer

How to open page on port 8080

Im trying to open a page using java and selenium on port 8080. Ive tried using the page and :8080 but the page continually keeps opening on a different port. Im basically trying to use zap and it configured to use firefox on port 8080. ANy help…
FearghalQA
  • 255
  • 1
  • 2
  • 11
1 2 3
55
56