Unanswered Questions
7
votes
1answer
338 views
Test Automation for SAP
I'm evaluating a number of test automation framworks to implement on a SAP project.
Right now I'm looking at
Fitnesse, which we believe we can write some fixtures for, to call SAP
Green Hat, which ...
5
votes
0answers
108 views
How have Guava unit tests been generated automatically?
Guava library for Java has unit test cases automatically generated:
Guava has staggering numbers of unit tests: as of July 2012, the
guava-tests package includes over 286,000 individual test ...
4
votes
1answer
207 views
Using Selenium Opera Driver doesn't start my test execution
I am able to open the Opera browser using Selenium Opera driver. But I am unable to navigate to any URL using: driver.get("www.google.com");
Opera driver starts and doesn't load the given link.
--
...
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?
4
votes
1answer
688 views
Selenium Tests run in the background when TeamCity CI is run as a Windows service
Our test suite is written in Python and makes use of the WebDriver Python bindings. We are looking into moving to TeamCity for continuous integration.
The setup I have in mind is a build triggered for ...
4
votes
1answer
246 views
OperaDriver is not navigating to desired URL
I have tried to open a URL using the OperaDriver. My issue is that I am getting browser launched but the desired page is not getting loaded. Below is the code.
@BeforeClass
public static void ...
4
votes
2answers
569 views
Issue with losing focus of “hover” command when the mouse is outside of the active window
If I automate mouse actions using Selenium2/Webdriver in combination with Firefox 12, I can easily get the "mouse" to move to and hover over a context menu so the sub-menus are seen. However, if I ...
4
votes
1answer
653 views
xcodebuild does not run any unit tests when launched from console
My first question here so please bear with me. It may be off topic, if so - close the question.
I have setup Jenkins with git and Xcode plugins so that I would be able to build an iOS project on CI ...
4
votes
1answer
180 views
Recommended Generic profiling techniques for quality assurance on HTML integration
All of our software projects are web based and many include the production of HTML templates (example pages) that then need to be integrated into a working software system or website.
Are there ...
3
votes
1answer
87 views
Can you trigger a credit card declined message through the PayPal Sandbox interface?
Can you somehow configure a test account in the PayPal Sandbox testing environment to return a credit card declined failure message when that user tries to submit a payment or trigger a failure ...
3
votes
0answers
66 views
What are the implications of adding ISO 15288 after ISO 12207?
This question is aimed at QA people who have already adopted ISO 12207.
Do any of you have experience with ISO 15288 as well?
How does the act of adopting 15288 after starting with 12207 affect ...
3
votes
2answers
213 views
Running tests in parallel using Jenkins Grid plugin
I have Jenkins 1.499 running Watir-Webdriver tests on a Windows 2008 (64bit) server alongside the Grid 2 standalone server (and Jenkins Selenium Grid plugin).
I can run my tests through the ...
3
votes
1answer
103 views
What tools are available for testing client/server software in various network topologies?
For testing a client/server platform that communicates over TCP/IP, is there a tool available to mimic various types of interposed network component, such a firewall with NAT or a SOCKS5 server.
...
3
votes
1answer
323 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 ...
3
votes
0answers
66 views
Is it possible to automate Silverlight in windowless mode?
Does anybody have an application under test (AUT) that uses a mixture of HTML and Silverlight controls, which they have successfully automated?
My AUT web app has screens with a mixture of HTML and ...