Questions tagged [gui-testing]

gui-testing (Graphical user interface testing) is a type of software testing that focuses on graphical user interfaces.

gui-testing (Graphical user interface testing) is a type of software testing that focuses on graphical user interfaces.

Quote from wikipedia:

In software engineering, graphical user interface testing is the process of testing a product's graphical user interface to ensure it meets its written specifications. This is normally done through the use of a variety of test cases.

GUI testing ensures that an application returns desired output in response to a set of different user actions, like mouse clicking, typing etc.

To automate GUI-testing tools are needed to emulate the users input or to capture and replay a sequence of user actions.

More information:

see also

263 questions
0
votes
1 answer

GUI testing with Jubula

Can anyone help be about GUI testing in Jubula? I have a java GUI project, I created the jar file and put it into Jubula but after this step I couldnt do anything please help.
0
votes
1 answer

Android: get UI element tree from code (ChimpChat or monkeyrunner) over Hierarchy viewer

I want to get all active UI elements from an (active) Activity without accessing the code. Exactly like the Hierarchy Viewer Tool, just from code. At the moment I use the .jar files behind the monkeyrunner tool in java, but using the python API…
Dr. AtZe
  • 435
  • 1
  • 4
  • 14
0
votes
0 answers

Examples of Presenter First (or otherwise Test-Driven) Eclipse RCP applications

Googling "Test-Driven Development Eclipse RCP" or variations brings up quite a few presentations, papers, etc. but no real example code or (even better) significant open-source applications developed in this way. Is there any?
Alexey Romanov
  • 167,066
  • 35
  • 309
  • 487
0
votes
1 answer

Running Robotium Cases in separate batches via Ant

Basically, what I want to achieve is something like this but using Robotium in Ant. I want to test my packages (suites?) individually using an Ant command. The reason for this is because the complexity of the application is so large that it…
jerieljan
  • 415
  • 6
  • 14
0
votes
1 answer

Testing CSHTML pages

I was wondering if people test the gui part of their MVC .NET based web services. I have used Watin / Specflow. I have two main concerns with this: These test more than just the gui. They are system checks. They test the db and the business logic.…
Karan
  • 14,824
  • 24
  • 91
  • 157
0
votes
1 answer

Any tool to validate the 1000 plus screen fields in web application (.Net)

Need to validate 1K+ fields on web application (.net). which include dropdowns, text fileds in application. here focus is more on weather the data has correctly reflected on the screen! Am currently looking for a tool to do the validation. please…
-1
votes
1 answer

Xcode UITest app quits unexpectedly when selecting an element

I am testing a particular screen. I must access an element in this case a button: let button = app.buttons["Example"] When this statement is executed, the app being tested quits. The UI test error reads: testFirstOrderForNewUser(): Failed to Error…
Morkrom
  • 40
  • 5
-1
votes
2 answers

Need to write a test for a gui app

I am looking to automate control clicks, listview clicks and so forth, is there any good framework for qt that can help? I need to perform these tests without the source code
Marko29
  • 1,005
  • 4
  • 14
  • 25
1 2 3
17
18