FAQ Database Discussion Community
java,rcp,gui-testing,jubula
I want to test my rcp application with gui tests. I've found two possible tools: jubula and rcp testing tool. Does anybody know, how to inject parameters into the tests, so that I can use one test case with multiple inputs?
python,html,selenium,selenium-webdriver,gui-testing
I'm using Selenium from Python for UI tests and I now want to check the following HTML: <ul id="myId"> <li>Something here</li> <li>And here</li> <li>Even more here</li> </ul> From this unordered list I want to loop over the elements and check the text in them. I selected the ul-element by its...
testing,android-espresso,gui-testing,ui-testing
How can I perform a multi touch swipe with Espresso? e.g. a two finger swipe to the right.