24 questions
0
votes
1
answer
634
views
Squish Date Time Scroll Bar Test
How can I scroll till specific object visible in Squish Tests (QT application)? The scroll bar has date (Month, Day and Year) to pick. Please provide any suggestions on how to locate the object and ...
1
vote
2
answers
334
views
How to write JUnit tests for a function that is only called when the program is run?
I have a Java program that when run, displays a GUI with a button to import a file. I want to write a unit test for the import file method to make sure the method executes all the way through, but ...
1
vote
0
answers
85
views
Using TUG for Windows. Compilation fails
I'm exploring right now open source tools to test my QT GUI Applications. After some research I found the promising:
TUG: GUI Unit Testing library https://github.com/pedromateo/tug_qt_unit_testing_fw
...
1
vote
2
answers
286
views
Test Automation Framework for different types of products
I have read some basic definition of what Test Automation Framework is but I wish to know in easy words and more practical example.
Lets say.
I own a company that makes different kinds of products ...
4
votes
0
answers
917
views
Qt Test Simulated MouseEvent not forwared to child widget
I did some survey, if it might be possible to use QtTest to test some of my custom Qt Widgets.
I was able to build and run tests and I was also able to simulate events and check them with QSignalSpy....
2
votes
1
answer
120
views
Create Keywork/Page Object framework: Selenium or Protractor?
My company's web application is Angular based ?
Is it a good idea to implement Page Object/Keyword based test automation framework using Protractor ?
As of now what I have done it, I have 1 spec ...
2
votes
1
answer
163
views
In QTP 12.51, how to identify dynamical element generated using ajax/jquery form?
In my Datatable three rows present.After clicking on Add button new row is generateed and i need to put input values from datatable.
Problem : How to identify field of each row dynamically for ...
4
votes
4
answers
3k
views
Rollback Database after running Selenium GUI tests
I am using Selenium GUI tests in a Java Web Application.
Since these tests are actually client, how can we rollback database after running a test?
1
vote
0
answers
227
views
GUI Test Automation for Embedded Systems
I am looking for a GUI Test Automation framework for testing GUI on low level embedded system.
The GUI will be developed in Peg Pro, I want to automate the GUI flow and test the system and GUI.
...
4
votes
1
answer
2k
views
Check for element to be clickable without an explicit wait time
As stated by the Selenium Documentation we never should mix up explicit and implicit wait times:
WARNING: Do not mix implicit and explicit waits. Doing so can cause unpredictable wait times. For ...
0
votes
2
answers
2k
views
Remote Debugging with Squish IDE
I want to do remote debugging of Squish application.
I am following document at:
http://kb.froglogic.com/display/KB/Configuring+a+remote+squishserver
for the same.
Step 1 and Step 2 went well, even ...
1
vote
3
answers
5k
views
How to find Window by variable title using TestStack.White framework?
I am using TestStack.White framework to automate opening new document in MS Word 2013.
I am opening Microsoft Word application with:
Application application = Application.Launch("winword.exe");
...
3
votes
1
answer
3k
views
Writing message in Coded UI HtmlLogger output file
I am using Coded UI for Automation testing. I have already enabled HtmlLogger in QTAgent32.exe.config file. I am getting the html output file. but I am considering to write some messages in that html ...
0
votes
1
answer
713
views
Java GUI tests with image recognition?
Are there any Java test frameworks which allows to check (assert) some visual properties of tested applications?
For example, that some button displayed, or that text fit into frame and so on?
1
vote
2
answers
2k
views
White Automation framework throws an exception when using "White.Core.Desktop" Class
I am using White Framework for automation. when I trying to get desktop instance I got exception "The type initializer for 'White.Core.Desktop' threw an exception."
My code looks like :
var window = ...
0
votes
1
answer
2k
views
what does it mean Runner exited with value -1 in Squish for Web GUI testing tool
I executed a test case in a tetsuite from Squish IDE. Language is Python 2.6.6. I am using EVALUATION version of Squish on Windows 7.
Error log:
2013-11-27T14:40:53 START Start '' ...
2
votes
8
answers
24k
views
Test Automation Framework for Web Application using Java
I am beginning to write a Test Automation Framework in Java (language that I am comfortable with) for my Web Application. Currently, it is entirely tested on UI. No Backend / API testing in near sight....
0
votes
3
answers
451
views
Coded UI Test to test UI components in isolation
We are looking to write automated tests using coded ui test framework. We are looking to test the ui components in isolation without launching the application in a separate process.
For example if ...
7
votes
1
answer
324
views
What is required and how to install zucchini framework on Mac OSX?
Zucchini framework seems a promising candidate for quality assurance of iOS user interfaces.
However, the installation steps provided on their website assume that most of the prerequisites already ...
1
vote
2
answers
927
views
User scenario testing for Java Applications on PC [closed]
I'm looking for a good Testing-Framework for Java GUI Applications. For Android I know Robotium and it would be really cool if there is something similar for Java PC Applications.
Example Testcase:
...
0
votes
1
answer
692
views
Xlib: unexpected async reply when testing Qt application from a separate QThread within same Qt application
I am trying to create a test for my Qt appication. The aim is to test the GUI of the application by moving the mouse around and clicking on QGraphicsItems or QWidgets using the X11 library.
The test ...
1
vote
1
answer
547
views
fest-swing and wrappers for swing/awt components
I'd like to test GUI client with fest-swing but...
The client based on custom layer which wrapps swing components. The problem is that my custom gui components do not inherite from swing components ...
0
votes
1
answer
957
views
Selenium in IE tab
Did anyone use selenium in IE tab plugin for firefox. I am not able to record actions in selenium IDE.
8
votes
4
answers
738
views
WindowLicker for .NET's WinForms?
Is there anything like WindowLicker(a GUI test framework) but for .NET's WinForms?
Thanks