The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
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
311 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 ...
2
votes
0answers
54 views

What is 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 ...
1
vote
0answers
172 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
96 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
53 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
148 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 ...
-2
votes
0answers
22 views

automated tests for GUI

It is not easy to create automated tests for GUI because of the background colour and the variety of buttons. Could anybody recommend any sure methods and tools to create those tests?
-2
votes
0answers
80 views

Best QA techniques

Can anyone tell me what are the best techniques to do a full QA on a social networking sites. I have a social networking site which is now growing each day. A whole lot of feature have been developed ...