The test-automation-framework tag has no wiki summary.
5
votes
5answers
1k views
UI test automation tools for Windows Phone 8 metro apps?
Is there any UI test automation tool or framework exist that can automate Windows Phone 8 metro app?
3
votes
1answer
111 views
What is the difference between Geb automation tool and Selenium web driver?
I just want to know why it is I should go for Geb automation.
What are the advantages of using Geb automation over selenium Web driver or Robot framework.
I would like to know regarding following ...
3
votes
1answer
418 views
Open-source/freeware testing tool for Set-Top Box
According to Wikipedia a set-top box (STB) is:
an information appliance device that generally contains a tuner and connects to a television set and an external source of signal, turning the source ...
1
vote
0answers
184 views
How to report test execution method when using @Factory in TestNG?
I am using @Factory annotation from TestNG to create tests dynamically. It will read a property file that contains the list of test cases to be executed and return them.
@Factory
public Object[] ...
0
votes
0answers
100 views
Framework for testing Dojo
I need to automate tests for Liferay portal with portlets on JavaScript. I am going to try several frameworks before implementing tests. For now, I am considering D.O.H. and Selenium Webdriver. ...
0
votes
0answers
54 views
Provoke automation tree update from my automated test case
I am using AutomationElement and UITestControl for programming representation of the UI controls I want to interact with. The problem which I faced with is that in some cases the automation tree is ...
0
votes
0answers
152 views
Automated Test Case should Pass in 2 scenarios. How do I create such test case in 'Robot Framework-Selenium Library'
I am using Robot Framework-Selenium Library to automate testing of a website. I am trying to check if proper message is displayed when incorrect credentials are provided during login.
The site ...