I have a linux server (Red Hat 4) with one serial port connection to an embedded linux device, and another serial port connection to a power controller for that device. My current way to control them
I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on 开发者_JS百科the new window instead of the other
I have 2 thread groups in my test case. Group A should complete first before Group B starts to execute(at least I though this was the way it worked).
I have developed two differing methods in MATLAB which aim to analyse a pop song and then automatically create a 30 second audio thumbnail (a preview clip) containing part of the chorus section.
It is hard enough to drive a normal app var it’s UI, however when the app is not running on your development platform it is even harder.
I am trying to use selenium to enter data into google docs so that 开发者_如何学运维it is accessible to other selenium scripts. If not can anybody think of a way to accomplish this?Selenium can be a l
I\'m executing a test-execution project using visual studio 2005 (using the pnunit framework and C# but its not relevant). The total execution time is more than 40 hours. In between if there are any e
I have developed an application with Spring MVC that deals with bulk data insert/update. For ex: There are some use cases that insert a record with 100-125 attributes.
I\'m looking to setup开发者_如何学Python an automated nightly build server for our iphone apps, and looking for advice on what works and what doesn\'t.
I have a page that I want to check with selenium that uses a certain background image for one element. I want to ensure that this image still exists on the page connected to the element. How would I d