Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
634 views

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 ...
rdeep's user avatar
  • 49
1 vote
2 answers
334 views

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 ...
thePandasFriend's user avatar
1 vote
0 answers
85 views

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 ...
Aleph0's user avatar
  • 6,104
1 vote
2 answers
286 views

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 ...
Firaun's user avatar
  • 513
4 votes
0 answers
917 views

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....
Aleph0's user avatar
  • 6,104
2 votes
1 answer
120 views

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 ...
Kapil Chokhawala's user avatar
2 votes
1 answer
163 views

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 ...
Ranjit Bhaumik's user avatar
4 votes
4 answers
3k views

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?
jd466's user avatar
  • 578
1 vote
0 answers
227 views

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. ...
Krishanu's user avatar
4 votes
1 answer
2k views

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 ...
My-Name-Is's user avatar
  • 4,940
0 votes
2 answers
2k views

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 ...
Kumar's user avatar
  • 1,676
1 vote
3 answers
5k views

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"); ...
Ostap Elyashevskyy's user avatar
3 votes
1 answer
3k views

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 ...
S.Roshanth's user avatar
  • 1,517
0 votes
1 answer
713 views

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?
Dims's user avatar
  • 51.8k
1 vote
2 answers
2k views

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 = ...
S.Roshanth's user avatar
  • 1,517
0 votes
1 answer
2k views

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 '' ...
Sree Rama's user avatar
  • 1,227
2 votes
8 answers
24k views

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....
user3000430's user avatar
0 votes
3 answers
451 views

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 ...
user2786691's user avatar
7 votes
1 answer
324 views

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 ...
Ozair Kafray's user avatar
  • 13.6k
1 vote
2 answers
927 views

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: ...
PKeidel's user avatar
  • 2,589
0 votes
1 answer
692 views

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 ...
safe_malloc's user avatar
1 vote
1 answer
547 views

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 ...
Marcin Sanecki's user avatar
0 votes
1 answer
957 views

Did anyone use selenium in IE tab plugin for firefox. I am not able to record actions in selenium IDE.
Anuj Verma's user avatar
  • 2,947
8 votes
4 answers
738 views

Is there anything like WindowLicker(a GUI test framework) but for .NET's WinForms? Thanks
devoured elysium's user avatar